{$smarty.const.STRING_MODULE_NAME} |
{$smarty.const.STRING_MODULE_ACTIONS} |
{section name=i loop=$shipping_modules}
{$shipping_modules[i]->title}
{$shipping_modules[i]->description} |
{if $shipping_modules[i]->ModuleType || !$shipping_modules[i]->is_installed()}
{$smarty.const.STRING_MODULE_INSTALL} |
{/if}
{/section}
| |
{$smarty.const.SHMODULES_INSTALLED_CONFIGS} |
{$smarty.const.STRING_MODULE_ACTIONS} |
{foreach from=$shipping_configs item=_shConfig}
{assign var="InstalledModuleConfigs" value=1}
{$_shConfig.ConfigName} |
{$smarty.const.EDIT_BUTTON} | {$smarty.const.DELETE_BUTTON} |
{/foreach}
{if !$InstalledModuleConfigs}
{$smarty.const.ADMIN_NO_INSTALLED_MODULE_CONFS} |
{/if}
|