<{$objects[$col]->getShow('col')}> |
<{if $actionForm->get('name',$col) == $objects[$col]->get('name')}>
<{$actionForm->get('name',$col)|escape}>
<{else}>
(<{$objects[$col]->getShow('name')}>) » <{$actionForm->get('name',$col)|escape}>
<{/if}>
|
<{if $actionForm->get('active',$col) == $objects[$col]->get('active')}>
<{$actionForm->get('active',$col)|replace:"0":$smarty.const._MD_XDBASE_LANG_DISABLE|replace:"1":$smarty.const._MD_XDBASE_LANG_ENABLE|replace:"2":$smarty.const._MD_XDBASE_LANG_REQUIRED}>
<{else}>
(<{$objects[$col]->getShow('active')|replace:"0":$smarty.const._MD_XDBASE_LANG_DISABLE|replace:"1":$smarty.const._MD_XDBASE_LANG_ENABLE|replace:"2":$smarty.const._MD_XDBASE_LANG_REQUIRED}>) » <{$actionForm->get('active',$col)|replace:"0":$smarty.const._MD_XDBASE_LANG_DISABLE|replace:"1":$smarty.const._MD_XDBASE_LANG_ENABLE|replace:"2":$smarty.const._MD_XDBASE_LANG_REQUIRED}>
<{/if}>
|
<{if $actionForm->get('search',$col) == $objects[$col]->get('search')}>
<{$actionForm->get('search',$col)|replace:"0":$smarty.const._NO|replace:"1":$smarty.const._YES}>
<{else}>
(<{$objects[$col]->getShow('search')|replace:"0":$smarty.const._NO|replace:"1":$smarty.const._YES}>) » <{$actionForm->get('search',$col)|replace:"0":$smarty.const._NO|replace:"1":$smarty.const._YES}>
<{/if}>
|
<{if $actionForm->get('show_list',$col) == $objects[$col]->get('show_list')}>
<{$actionForm->get('show_list',$col)|replace:"0":$smarty.const._NO|replace:"1":$smarty.const._YES}>
<{else}>
(<{$objects[$col]->getShow('show_list')|replace:"0":$smarty.const._NO|replace:"1":$smarty.const._YES}>) » <{$actionForm->get('show_list',$col)|replace:"0":$smarty.const._NO|replace:"1":$smarty.const._YES}>
<{/if}>
|
<{if $actionForm->get('show_article',$col) == $objects[$col]->get('show_article')}>
<{$actionForm->get('show_article',$col)|replace:"0":$smarty.const._NO|replace:"1":$smarty.const._YES}>
<{else}>
(<{$objects[$col]->getShow('show_article')|replace:"0":$smarty.const._NO|replace:"1":$smarty.const._YES}>) » <{$actionForm->get('show_article',$col)|replace:"0":$smarty.const._NO|replace:"1":$smarty.const._YES}>
<{/if}>
|
<{if $actionForm->get('input_type',$col) == $objects[$col]->get('input_type')}>
<{$objects[$col]->getInputType($actionForm->get('input_type',$col))}>
<{else}>
(<{$objects[$col]->getInputType($objects[$col]->getShow('input_type'))}>) » <{$objects[$col]->getInputType($actionForm->get('input_type',$col))}>
<{/if}>
|
<{if $actionForm->get('default_value',$col) == $objects[$col]->get('default_value')}>
<{$actionForm->get('default_value',$col)|escape}>
<{else}>
(<{$objects[$col]->getShow('default_value')}>) » <{$actionForm->get('default_value',$col)|escape}>
<{/if}>
|
<{/foreach}>