diff options
Diffstat (limited to 'templates/admin_custom_modules.tpl')
| -rw-r--r-- | 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 3de1023..92d53ce 100644 --- a/templates/admin_custom_modules.tpl +++ b/templates/admin_custom_modules.tpl @@ -56,7 +56,7 @@ <td>{$customModules[user].name|escape}</td> <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="mail-attachment" iexplain=assign}</a> + <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=layout&module_name=_custom%3Acustom%2F{$customModules[user].name}">{booticon iname="icon-paperclip" ipackage="icons" iexplain=assign}</a> <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=custom_modules&name={$customModules[user].name}&action=edit">{booticon iname="icon-edit" ipackage="icons" iexplain=edit}</a> <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=custom_modules&name={$customModules[user].name}&action=remove">{booticon iname="icon-trash" ipackage="icons" iexplain=delete}</a> </td> |
