summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-02 13:36:53 -0400
committerspiderr <spider@viovio.com>2013-04-02 13:36:53 -0400
commited687051313fe2765f639f356d61a084f4ec4ba9 (patch)
tree6fea18eb38a96d0d5392b89723a06171af3722ef /templates
parent2446d361951762359acc67708f2cb94fc1c06781 (diff)
downloadthemes-ed687051313fe2765f639f356d61a084f4ec4ba9.tar.gz
themes-ed687051313fe2765f639f356d61a084f4ec4ba9.tar.bz2
themes-ed687051313fe2765f639f356d61a084f4ec4ba9.zip
convert lots of biticon to booticon
Diffstat (limited to 'templates')
-rw-r--r--templates/admin_custom_modules.tpl4
-rw-r--r--templates/edit_css.tpl2
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/admin_custom_modules.tpl b/templates/admin_custom_modules.tpl
index f31d888..3de1023 100644
--- a/templates/admin_custom_modules.tpl
+++ b/templates/admin_custom_modules.tpl
@@ -57,8 +57,8 @@
<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=custom_modules&amp;name={$customModules[user].name}&amp;action=edit">{biticon ipackage="icons" iname="accessories-text-editor" 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>
+ <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>
</tr>
{sectionelse}
diff --git a/templates/edit_css.tpl b/templates/edit_css.tpl
index a45392b..1462e4b 100644
--- a/templates/edit_css.tpl
+++ b/templates/edit_css.tpl
@@ -64,7 +64,7 @@ return false;
{biticon ipackage="icons" iname="document-open" iexplain=preview onclick="javascript"}
{biticon ipackage="icons" iname="document-open" iexplain=preview onclick="javascript:popup('$customCSSImageURL/$themeImages[ix]')"}
<a href="{$smarty.const.THEMES_PKG_URL}/edit_css.php?fDeleteImg={$themeImages[ix]}">
- {biticon ipackage="icons" iname="edit-delete" iexplain=remove onclick="return confirm('Are you sure you want to delete $themeImages[ix]?');"}
+ {booticon iname="icon-trash" ipackage="icons" iexplain=remove onclick="return confirm('Are you sure you want to delete $themeImages[ix]?');"}
<img class="icon" src="{$smarty.const.LIBERTY_PKG_URL}icons/delete.gif" title="{tr}Remove{/tr}" alt="{tr}Remove{/tr}" onclick="return confirm('Are you sure you want to delete {$themeImages[ix]}?');"/>
</a>
</input>