diff --git a/admin-dev/themes/default/css/admin.css b/admin-dev/themes/default/css/admin.css index ef2c8eb46..f932fc7ee 100644 --- a/admin-dev/themes/default/css/admin.css +++ b/admin-dev/themes/default/css/admin.css @@ -225,6 +225,7 @@ div.fix-toolbar {border-bottom: 1px solid #E0E0E0;position:fixed;top:0;opacity:0 /*tab-pane*/ form#product_form, form#access_form, form#cart_rule_form { background-color:#ebedf4; border:1px solid #ccced7; min-height:404px; padding: 5px 10px 10px; margin-left:140px;} #content form.adminstockmanagement {margin-left:0px;} +form#product_form h3 { font-size:14px; font-weight:normal;} form#product_form h4 { font-size:18px; font-weight:normal;} .tab-row {} .tab-row .tab {background:#EFEFEF;width:100px;} @@ -420,6 +421,7 @@ select#show_modules { font-size:12px;} label.text { padding:1px 12px 0 0;} label.radioCheck {font-weight:normal; padding:0; float:none; margin:0 1em 0 0.25em} + .listForm {} ul.listForm {} ul.listForm li {padding-bottom:3px;} diff --git a/admin-dev/themes/default/template/products/accounting.tpl b/admin-dev/themes/default/template/products/accounting.tpl index 75dda471b..c6b1d0f5a 100644 --- a/admin-dev/themes/default/template/products/accounting.tpl +++ b/admin-dev/themes/default/template/products/accounting.tpl @@ -43,11 +43,10 @@ {if !empty($error)}
{$error}
{else} -
- {l s='Account number'}
{l s='Configure the account number of the product for each zone, if a field is empty, it will use the default one of the shop set in the Accounting Management tab'}
+

{l s='Account number'}


{foreach from=$productAccountNumberList['zones'] key=id_zone item=currentZone} @@ -60,7 +59,6 @@ {l s='These fields are used for the accounting export'}
-
{/if} {/if} \ No newline at end of file diff --git a/admin-dev/themes/default/template/products/combinaison/list_footer.tpl b/admin-dev/themes/default/template/products/combinaison/list_footer.tpl index b6a245335..911b3f0c4 100644 --- a/admin-dev/themes/default/template/products/combinaison/list_footer.tpl +++ b/admin-dev/themes/default/template/products/combinaison/list_footer.tpl @@ -28,7 +28,7 @@ {block name="after"} -
+