diff --git a/admin-dev/themes/default/template/controllers/products/associations.tpl b/admin-dev/themes/default/template/controllers/products/associations.tpl index b8086fda1..6df41da24 100644 --- a/admin-dev/themes/default/template/controllers/products/associations.tpl +++ b/admin-dev/themes/default/template/controllers/products/associations.tpl @@ -29,7 +29,7 @@
{l s='Please select a default category.'}
-
+
{include file="controllers/products/multishop/checkbox.tpl" field="category_box" type="category_box"}
@@ -41,7 +41,7 @@
-
+
{include file="controllers/products/multishop/checkbox.tpl" field="id_category_default" type="default"}
-
+
-
+
-
-
-
- -
- -
+
+ +
+
\ No newline at end of file diff --git a/admin-dev/themes/default/template/controllers/products/images.tpl b/admin-dev/themes/default/template/controllers/products/images.tpl index a21a42e48..c24bbc774 100644 --- a/admin-dev/themes/default/template/controllers/products/images.tpl +++ b/admin-dev/themes/default/template/controllers/products/images.tpl @@ -61,14 +61,14 @@ {l s='Image'} - {l s='Position'} + {l s='Position'} {if $shops} {foreach from=$shops item=shop} {$shop.name} {/foreach} {/if} - {l s='Cover'} - {l s='Action'} + {l s='Cover'} + @@ -96,7 +96,7 @@ - + {l s='Delete this image'} @@ -309,8 +309,9 @@ function imageLine(id, path, position, cover, shops) { line = $("#lineType").html(); - line = line.replace(/image_id/g, id); - line = line.replace(/[a-z]{2}-default/g, path); + line = line.replace(/image_id/g, id); + line = line.replace(/[a-z]{2}-default-small_default/g, path+'-small_default'); + console.log(line); line = line.replace(/image_path/g, path); line = line.replace(/image_position/g, position); line = line.replace(/icon-check-empty/g, cover);