diff --git a/admin-dev/themes/default/css/modules.css b/admin-dev/themes/default/css/modules.css index 59eb3f29c..4db7804bd 100644 --- a/admin-dev/themes/default/css/modules.css +++ b/admin-dev/themes/default/css/modules.css @@ -34,7 +34,7 @@ .toolbarBox .process-icon-new-module { background-image: url('../img/process-icon-new-module.png')} .toolbarBox .process-icon-new-module-addon { background-image: url('../img/process-icon-new-module-addon.png')} -div.fix-toolbar {border-bottom: 1px solid #E0E0E0;position:fixed;top:0;opacity:0.9;z-index:1} +div.fix-toolbar {border-bottom: 1px solid #E0E0E0;position:fixed;top:0;opacity:0.9;z-index:11} /*FILTER MODULE*/ diff --git a/admin-dev/themes/default/template/controllers/groups/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/groups/helpers/form/form.tpl index 242ea2e22..d73c9cc69 100644 --- a/admin-dev/themes/default/template/controllers/groups/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/groups/helpers/form/form.tpl @@ -138,7 +138,7 @@ } else { - $('#group_discount_category_table').append(''+jsonData.catPath+'{l s='Discount:'}'+jsonData.discount+'{l s='%'}'); + $('#group_discount_category_table').append(''+jsonData.catPath+'{l s='Discount:'}' + ' ' + jsonData.discount+'{l s='%'}'); var input_hidden = document.createElement("input"); input_hidden.setAttribute('type', 'hidden'); @@ -168,7 +168,7 @@ {foreach $input['values'] key=key item=category } {$category.path} - {l s='Discount: %d%%' sprintf=$category.reduction} + {l s='Discount: %.2f%%' sprintf=$category.reduction} diff --git a/admin-dev/themes/default/template/controllers/groups/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/groups/helpers/view/view.tpl index 96908c212..6762c700c 100755 --- a/admin-dev/themes/default/template/controllers/groups/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/groups/helpers/view/view.tpl @@ -30,7 +30,7 @@