{if $canEdit}
{/if}
|
{dPtranslate word=$row.mod_name} |
{if $canEdit}
{if $row.mod_active}
{dPtranslate word='active'}
{else}
{dPtranslate word='disabled'}
{/if}
{if file_exists("`$dPconfig.root_dir`/modules/`$row.mod_directory`/setup.php")}
{dPgetModuleSetupConfig file="`$dPconfig.root_dir`/modules/`$row.mod_directory`/setup.php" modCon='mc'}
{if $mc.mod_version != $row.mod_version && $canEdit}
| {dPtranslate word='upgrade'}
{/if}
{/if}
{dPisModuleConfigurable modDir=$row.mod_directory modConfigurable='modConfigurable'}
{if db_num_rows($modConfigurable) > 0}
| {dPtranslate word=configure'}
{/if}
{/if}
{if $row.mod_type != 'core' && $canEdit}
| {dPtranslate word='remove'}
{/if}
|
{$row.mod_type} |
{$row.mod_version} |
{dPtranslate word=$row.mod_ui_name} |
{$row.mod_ui_icon} |
{if $canEdit}
{if $row.mod_ui_active} {dPtranslate word='visible'}{else}{dPtranslate word='hidden'}{/if}
{/if}
|
{$row.mod_ui_order} |
{/foreach}
{foreach from=$modFiles item=row}