diff options
Diffstat (limited to 'templates/admin_themes_manager.tpl')
| -rwxr-xr-x | templates/admin_themes_manager.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/admin_themes_manager.tpl b/templates/admin_themes_manager.tpl index bde786e..45229a5 100755 --- a/templates/admin_themes_manager.tpl +++ b/templates/admin_themes_manager.tpl @@ -10,8 +10,8 @@ <div id="themeapprove"> <h1>{tr}Confirm Selection{/tr}</h1> <p>{tr}The settings you have chosen has not been applied to the site yet. This allows you to test the styles before applying them to your site. To accept the change, please click on the accept button below{/tr}<p> - <a class="btn btn-primary" href="{$smarty.const.THEMES_PKG_URL}admin/admin_themes_manager.php?site_style={$smarty.request.site_style}&style_variation={$smarty.request.style_variation}&site_style_layout={$smarty.request.site_style_layout}&approved=1">{booticon iname="fa-circle-check"}{tr}Accept{/tr}</a> - <a class="btn pull-right" href="{$smarty.const.THEMES_PKG_URL}admin/admin_themes_manager.php">{booticon iname="fa-circle-xmark" }{tr}Cancel{/tr}</a> + <a class="btn btn-primary" href="{$smarty.const.THEMES_PKG_URL}admin/admin_themes_manager.php?site_style={$smarty.request.site_style}&style_variation={$smarty.request.style_variation}&site_style_layout={$smarty.request.site_style_layout}&approved=1">{biticon ipackage="icons" iname="dialog-ok"}{tr}Accept{/tr}</a> + <a class="btn pull-right" href="{$smarty.const.THEMES_PKG_URL}admin/admin_themes_manager.php">{biticon ipackage="icons" iname="process-stop" }{tr}Cancel{/tr}</a> </div> {/if} @@ -21,7 +21,7 @@ {foreach from=$stylesList item=s} <legend {if $style eq $s.style}class="highlight"{/if}> {if $style eq $s.style} - {booticon iname="fa-check" iexplain="Current Theme"} + {biticon ipackage="icons" iname="dialog-ok" iexplain="Current Theme"} {/if} <a href="{$smarty.const.THEMES_PKG_URL}admin/admin_themes_manager.php?site_style={$s.style}">{$s.style|replace:"_":" "}</a> </legend> @@ -60,7 +60,7 @@ <li class="item"> <legend {if $style eq $s.style}class="highlight"{/if}> {if $gBitSystem->getConfig(site_icon_style) eq $s.style} - {booticon iname="fa-check" iexplain="Current Theme"} + {biticon ipackage="icons" iname="dialog-ok" iexplain="Current Theme"} {/if} <a href="{$smarty.const.THEMES_PKG_URL}admin/admin_themes_manager.php?site_icon_style={$s.style}">{$s.style|replace:"_":" "}</a> </legend> @@ -75,7 +75,7 @@ <h3>{tr}Sample icons{/tr}</h3> {foreach from=$sampleIcons item=icon} - {biticon ipackage=icons istyle=$s.style iname="fa-large/$icon" iexplain=$icon} + {biticon ipackage=icons istyle=$s.style iname=$icon isize="large" iexplain=$icon} {/foreach} {if $smarty.const.DEFAULT_ICON_STYLE eq $s.style} |
