<{$mid}> |
<{if $actionForm->getVar('name',$mid) == $moduleObjects[$mid]->getProperty('name')}>
<{$actionForm->getVar('name',$mid)|escape}>
<{else}>
(<{$moduleObjects[$mid]->getVar('name',e)}>) » <{$actionForm->getVar('name',$mid)|escape}>
<{/if}>
|
<{if $actionForm->getVar('weight',$mid) == $moduleObjects[$mid]->getProperty('weight')}>
<{$actionForm->getVar('weight',$mid)|escape}>
<{else}>
(<{$moduleObjects[$mid]->getVar('weight')}>) » <{$actionForm->getVar('weight',$mid)|escape}>
<{/if}>
|
<{if $actionForm->getVar('isactive',$mid) == $moduleObjects[$mid]->getProperty('isactive')}>
<{$smarty.const._MD_A_BASE_LANG_NO_CHANGE}>
<{else}>
(<{if $moduleObjects[$mid]->getProperty('isactive') == 1 }>
<{$smarty.const._MD_A_BASE_LANG_ISACTIVE}>
<{else}>
<{$smarty.const._MD_A_BASE_LANG_DEACTIVATE}>
<{/if}>)
»
<{if $actionForm->getVar('isactive',$mid) == 1}>
<{$smarty.const._MD_A_BASE_LANG_ISACTIVE}>
<{else}>
<{$smarty.const._MD_A_BASE_LANG_DEACTIVATE}>
<{/if}>
<{/if}>
|