From bbce082df3ea5ab5d5012dfab6f4e406210564ff Mon Sep 17 00:00:00 2001 From: franck Date: Fri, 6 Sep 2013 10:41:19 +0200 Subject: [PATCH] Fixed minor visual glitches --- .../Thelia/Core/Template/Smarty/Plugins/AdminUtilities.php | 2 +- templates/admin/default/currencies.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/lib/Thelia/Core/Template/Smarty/Plugins/AdminUtilities.php b/core/lib/Thelia/Core/Template/Smarty/Plugins/AdminUtilities.php index 12ac13276..bb9770520 100644 --- a/core/lib/Thelia/Core/Template/Smarty/Plugins/AdminUtilities.php +++ b/core/lib/Thelia/Core/Template/Smarty/Plugins/AdminUtilities.php @@ -121,7 +121,7 @@ class AdminUtilities extends AbstractSmartyPlugin } if (! empty($icon)) - $output = sprintf(' ', $icon); + $output = sprintf(' ', $icon); else $output = ''; diff --git a/templates/admin/default/currencies.html b/templates/admin/default/currencies.html index 18c332f18..29bd582a2 100644 --- a/templates/admin/default/currencies.html +++ b/templates/admin/default/currencies.html @@ -51,8 +51,8 @@ {admin_sortable_header current_order=$order - order='alpha' - reverse_order='alpha_reverse' + order='name' + reverse_order='name_reverse' path='/admin/configuration/currencies' label="{intl l='Name'}" } @@ -312,7 +312,7 @@ {/block} {block name="javascript-initialization"} - + {javascripts file='assets/js/bootstrap-switch/bootstrap-switch.js'} {/javascripts}