diff options
Diffstat (limited to 'templates/admin_custom_modules.tpl')
| -rwxr-xr-x | templates/admin_custom_modules.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_custom_modules.tpl b/templates/admin_custom_modules.tpl index 3a75d48..df2d85e 100755 --- a/templates/admin_custom_modules.tpl +++ b/templates/admin_custom_modules.tpl @@ -57,7 +57,7 @@ <td>{$customModules[user].title|escape}</td> <td class="alignright"> <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=layout&module_name=_custom%3Acustom%2F{$customModules[user].name}">{biticon ipackage="icons" iname="stock_attach" iexplain=assign}</a> - <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=custom_modules&name={$customModules[user].name}&action=edit">{biticon ipackage="icons" iname="document-properties" iexplain=edit}</a> + <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=custom_modules&name={$customModules[user].name}&action=edit">{biticon ipackage="icons" iname="edit" iexplain=edit}</a> <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=custom_modules&name={$customModules[user].name}&action=remove">{biticon ipackage="icons" iname="user-trash" iexplain=delete}</a> </td> </tr> |
