diff --git a/admin-dev/themes/default/js/admin-theme.js b/admin-dev/themes/default/js/admin-theme.js index a88b66dc8..844a6683e 100755 --- a/admin-dev/themes/default/js/admin-theme.js +++ b/admin-dev/themes/default/js/admin-theme.js @@ -43,7 +43,6 @@ function adminNav(navId) } } - $( document ).ready(function() { $('.label-tooltip').tooltip(); }); \ No newline at end of file diff --git a/admin-dev/themes/default/template/controllers/modules/filters.tpl b/admin-dev/themes/default/template/controllers/modules/filters.tpl index 083751e35..ceb781a96 100644 --- a/admin-dev/themes/default/template/controllers/modules/filters.tpl +++ b/admin-dev/themes/default/template/controllers/modules/filters.tpl @@ -44,39 +44,34 @@ {else} -
-
-
-

{l s='Do you have a %s account?' sprintf='PrestaShop Addons'}

-
-
-
-
-
-
-
+
+
+ + {l s='Do you have a %s account?' sprintf='PrestaShop Addons'} +
+ +
+ +
-
- -
- -
+
+
+ +
+ +
-
- -
- -
+
+
+
+ +
-
-
- -
-
- -
+ +
+
@@ -86,8 +81,6 @@ {/if} - -
@@ -150,4 +143,4 @@
- + \ No newline at end of file diff --git a/admin-dev/themes/default/template/controllers/modules/header.tpl b/admin-dev/themes/default/template/controllers/modules/header.tpl index 9d290bf06..048183a4c 100644 --- a/admin-dev/themes/default/template/controllers/modules/header.tpl +++ b/admin-dev/themes/default/template/controllers/modules/header.tpl @@ -23,20 +23,22 @@ * International Registered Trademark & Property of PrestaShop SA *} -
-
- -
-

Module : {l s='List of modules'}

+
+

+ {l s='List of modules'} +

+
+
+
diff --git a/admin-dev/themes/default/template/controllers/products/associations.tpl b/admin-dev/themes/default/template/controllers/products/associations.tpl index 3f6dd97ca..407182547 100644 --- a/admin-dev/themes/default/template/controllers/products/associations.tpl +++ b/admin-dev/themes/default/template/controllers/products/associations.tpl @@ -30,76 +30,79 @@ {include file="controllers/products/multishop/check_fields.tpl" product_tab="Associations"}
- {l s='Please select a default category.'} + {l s='Please select a default category.'}
-
- {include file="controllers/products/multishop/checkbox.tpl" field="category_box" type="category_box"} - -
-
- {$category_tree} +
+ {include file="controllers/products/multishop/checkbox.tpl" field="category_box" type="category_box"} + +
+
+ {$category_tree} +
+ + {l s='Create new category'} +
- - {l s='Create new category'} -
-
-
- {include file="controllers/products/multishop/checkbox.tpl" field="id_category_default" type="default"} - -
- + {foreach from=$selected_cat item=cat} + + {/foreach} + +
{l s='The default category is the category displayed by default.'}
+
+
+ +
+ +
+ + + +
+ +
+ {l s='Begin typing the first letters of the product name, then select the product from the drop-down list.'} + {l s='(Do not forget to save the product afterward)'} +
+
+
+ {* @todo : donot use 3 foreach, but assign var *} + {foreach from=$accessories item=accessory} + {$accessory.name|escape:'htmlall':'UTF-8'}{if !empty($accessory.reference)}{$accessory.reference}{/if} + + + {/foreach} - -
{l s='The default category is the category displayed by default.'}
-
-
- -
- -
- - - -
-

- - {l s='Begin typing the first letters of the product name, then select the product from the drop-down list.'} -

-

{l s='(Do not forget to save the product afterward)'}

- -
-
- {* @todo : donot use 3 foreach, but assign var *} - {foreach from=$accessories item=accessory} - {$accessory.name|escape:'htmlall':'UTF-8'}{if !empty($accessory.reference)}{$accessory.reference}{/if} - - -
- {/foreach} +
-
-
- -
- - - - {l s='Create new manufacturer'} - +
+ +
+
+
+ +
+ +
+
-
-
\ No newline at end of file diff --git a/admin-dev/themes/default/template/controllers/products/combinations.tpl b/admin-dev/themes/default/template/controllers/products/combinations.tpl index 4057c47c3..e2db3b9ba 100644 --- a/admin-dev/themes/default/template/controllers/products/combinations.tpl +++ b/admin-dev/themes/default/template/controllers/products/combinations.tpl @@ -65,88 +65,81 @@