summaryrefslogtreecommitdiff
path: root/templates/admin_themes_manager.tpl
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-02 17:42:05 -0400
committerspiderr <spider@viovio.com>2013-04-02 17:42:05 -0400
commitf95c1040f5b311537a3c64cc39c106682a24f698 (patch)
tree949185fee5e145ce9344c724a1fdad26e41daf64 /templates/admin_themes_manager.tpl
parent0a7c62b17daf9ce257ec9bd689349d30f5cdba09 (diff)
downloadthemes-f95c1040f5b311537a3c64cc39c106682a24f698.tar.gz
themes-f95c1040f5b311537a3c64cc39c106682a24f698.tar.bz2
themes-f95c1040f5b311537a3c64cc39c106682a24f698.zip
convert lots of biticon to booticon
Diffstat (limited to 'templates/admin_themes_manager.tpl')
-rw-r--r--templates/admin_themes_manager.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/admin_themes_manager.tpl b/templates/admin_themes_manager.tpl
index a592545..8bf143d 100644
--- a/templates/admin_themes_manager.tpl
+++ b/templates/admin_themes_manager.tpl
@@ -23,7 +23,7 @@
<li class="{cycle values='odd,even"} item">
<h2 {if $style eq $s.style}class="highlight"{/if}>
{if $style eq $s.style}
- {biticon ipackage="icons" iname="dialog-ok" iexplain="Current Style"}&nbsp;
+ {booticon iname="icon-ok" ipackage="icons" iexplain="Current Style"}&nbsp;
{/if}
<a href="{$smarty.const.THEMES_PKG_URL}admin/admin_themes_manager.php?site_style={$s.style}">{$s.style|replace:"_":" "}</a>
</h2>
@@ -64,7 +64,7 @@
<li class="{cycle values="even,odd"}">
<a {if $gBitSystem->getConfig('site_style_layout') == $key}class="highlight" {/if}href="{$smarty.const.THEMES_PKG_URL}admin/admin_themes_manager.php?site_style_layout={$key}">
{if $layout.gif}<img src="{$smarty.const.THEMES_PKG_URL}layouts/{$layout.gif}" alt="{tr}Layout{/tr}: {$key}" title="{tr}Layout{/tr}: {$key}"/><br />{/if}
- {if $gBitSystem->getConfig('site_style_layout') == $key}{biticon ipackage="icons" iname="dialog-ok" iexplain="Current Style Layout"}{/if}
+ {if $gBitSystem->getConfig('site_style_layout') == $key}{booticon iname="icon-ok" ipackage="icons" iexplain="Current Style Layout"}{/if}
{$key|replace:"_":" "}
{if $layout.txt}<br />{include file="`$smarty.const.THEMES_PKG_PATH`layouts/`$layout.txt`"}{/if}
</a>
@@ -98,7 +98,7 @@
<li class="{cycle values='odd,even"} item">
<h2 {if $style eq $s.style}class="highlight"{/if}>
{if $gBitSystem->getConfig('site_icon_style') eq $s.style}
- {biticon ipackage="icons" iname="dialog-ok" iexplain="Current Style"}&nbsp;
+ {booticon iname="icon-ok" ipackage="icons" iexplain="Current Style"}&nbsp;
{/if}
<a href="{$smarty.const.THEMES_PKG_URL}admin/admin_themes_manager.php?site_icon_style={$s.style}">{$s.style|replace:"_":" "}</a>
</h2>