diff options
| author | spiderr <spider@viovio.com> | 2013-04-02 13:36:53 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-02 13:36:53 -0400 |
| commit | ed687051313fe2765f639f356d61a084f4ec4ba9 (patch) | |
| tree | 6fea18eb38a96d0d5392b89723a06171af3722ef /templates | |
| parent | 2446d361951762359acc67708f2cb94fc1c06781 (diff) | |
| download | themes-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.tpl | 4 | ||||
| -rw-r--r-- | templates/edit_css.tpl | 2 |
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&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&name={$customModules[user].name}&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&name={$customModules[user].name}&action=remove">{biticon ipackage="icons" iname="edit-delete" iexplain=delete}</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> </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> |
