summaryrefslogtreecommitdiff
path: root/templates/admin_custom_modules.tpl
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-02 17:12:12 -0400
committerspiderr <spider@viovio.com>2013-04-02 17:12:12 -0400
commit0a7c62b17daf9ce257ec9bd689349d30f5cdba09 (patch)
treeebfdf34c6bdbeb2b78da773e977f608212553f64 /templates/admin_custom_modules.tpl
parented687051313fe2765f639f356d61a084f4ec4ba9 (diff)
downloadthemes-0a7c62b17daf9ce257ec9bd689349d30f5cdba09.tar.gz
themes-0a7c62b17daf9ce257ec9bd689349d30f5cdba09.tar.bz2
themes-0a7c62b17daf9ce257ec9bd689349d30f5cdba09.zip
convert lots of biticon to booticon
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>