summaryrefslogtreecommitdiff
path: root/templates/admin_custom_modules.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin_custom_modules.tpl')
-rwxr-xr-xtemplates/admin_custom_modules.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/admin_custom_modules.tpl b/templates/admin_custom_modules.tpl
index 634560a..676ab5a 100755
--- a/templates/admin_custom_modules.tpl
+++ b/templates/admin_custom_modules.tpl
@@ -56,9 +56,9 @@
<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}">{booticon iname="fa-paperclip" 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="fa-pen-to-square" 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="fa-trash" iexplain=delete}</a>
+ <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=custom_modules&amp;name={$customModules[user].name}&amp;action=edit">{biticon ipackage="icons" iname="document-properties" iexplain=edit}</a>
+ <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=custom_modules&amp;name={$customModules[user].name}&amp;action=remove">{biticon ipackage="icons" iname="edit-delete" iexplain=delete}</a>
</td>
</tr>
{sectionelse}