diff options
| author | spiderr <spider@viovio.com> | 2013-04-02 17:12:12 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-02 17:12:12 -0400 |
| commit | 0a7c62b17daf9ce257ec9bd689349d30f5cdba09 (patch) | |
| tree | ebfdf34c6bdbeb2b78da773e977f608212553f64 /templates/admin_custom_modules.tpl | |
| parent | ed687051313fe2765f639f356d61a084f4ec4ba9 (diff) | |
| download | themes-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.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> |
