summaryrefslogtreecommitdiff
path: root/templates/admin_custom_modules.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin_custom_modules.tpl')
-rw-r--r--templates/admin_custom_modules.tpl2
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&amp;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&amp;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&amp;name={$customModules[user].name}&amp;action=edit">{booticon iname="icon-edit" ipackage="icons" iexplain=edit}</a>
<a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=custom_modules&amp;name={$customModules[user].name}&amp;action=remove">{booticon iname="icon-trash" ipackage="icons" iexplain=delete}</a>
</td>