| {$TITLE} |
+ {$POSITION}
diff --git a/templates/backOffice/default/includes/image-upload-form.html b/templates/backOffice/default/includes/image-upload-form.html
index 00915e8a7..7b7d7eb65 100755
--- a/templates/backOffice/default/includes/image-upload-form.html
+++ b/templates/backOffice/default/includes/image-upload-form.html
@@ -32,5 +32,7 @@ Parameters:
diff --git a/templates/backOffice/default/includes/image-upload-list-ajax.html b/templates/backOffice/default/includes/image-upload-list-ajax.html
index 8acb5c7ef..937aca1a5 100755
--- a/templates/backOffice/default/includes/image-upload-list-ajax.html
+++ b/templates/backOffice/default/includes/image-upload-list-ajax.html
@@ -9,14 +9,15 @@ Parameters:
*}
{ifloop rel="image"}
-
- {loop type="image" name="image" source="{$imageType}" order="manual-reverse" source_id="{$parentId}" width="200" height="100" resize_mode="borders"}
-
+
{/ifloop}
{elseloop rel="image"}
+
+
{/loop}
-
{intl l='There is no images attached to this %type.' type=$imageType}
diff --git a/templates/backOffice/default/product-edit.html b/templates/backOffice/default/product-edit.html
index 36af15aa0..e0266d637 100755
--- a/templates/backOffice/default/product-edit.html
+++ b/templates/backOffice/default/product-edit.html
@@ -144,6 +144,10 @@
{/javascripts}
+ {javascripts file='assets/js/jquery-ui-1.10.3.custom.min.js'}
+
+ {/javascripts}
+
|