diff --git a/admin-dev/themes/default/template/controllers/orders/form.tpl b/admin-dev/themes/default/template/controllers/orders/form.tpl index f0177db47..fba6583b6 100755 --- a/admin-dev/themes/default/template/controllers/orders/form.tpl +++ b/admin-dev/themes/default/template/controllers/orders/form.tpl @@ -1085,20 +1085,34 @@
-
+
+ + + + + + + + + + + +
{l s='ID'}{l s='Date'}{l s='Total'}
+
+
@@ -1115,20 +1129,6 @@
-
- - - - - - - - - - - -
{l s='ID'}{l s='Date'}{l s='Total'}
-
diff --git a/admin-dev/themes/default/template/controllers/products/helpers/tree/tree_toolbar.tpl b/admin-dev/themes/default/template/controllers/products/helpers/tree/tree_toolbar.tpl index 98bde1b9c..d715e65e8 100644 --- a/admin-dev/themes/default/template/controllers/products/helpers/tree/tree_toolbar.tpl +++ b/admin-dev/themes/default/template/controllers/products/helpers/tree/tree_toolbar.tpl @@ -22,8 +22,10 @@ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} -{if isset($actions)} +
+ {if isset($actions)} {foreach from=$actions item=action} {$action->render()} {/foreach} -{/if} \ No newline at end of file + {/if} +
\ No newline at end of file diff --git a/admin-dev/themes/default/template/helpers/form/form.tpl b/admin-dev/themes/default/template/helpers/form/form.tpl index b45444f23..e65189905 100644 --- a/admin-dev/themes/default/template/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/helpers/form/form.tpl @@ -36,7 +36,7 @@ {if $key == 'legend'}

{if isset($field.image)}{$field.title|escape:'htmlall':'UTF-8'}{/if} - {if isset($field.icon)}{/if} + {if isset($field.icon)}{/if} {$field.title}

{elseif $key == 'description' && $field} diff --git a/admin-dev/themes/default/template/helpers/tree/tree_header.tpl b/admin-dev/themes/default/template/helpers/tree/tree_header.tpl index 841a3b119..d7c8ef7a3 100644 --- a/admin-dev/themes/default/template/helpers/tree/tree_header.tpl +++ b/admin-dev/themes/default/template/helpers/tree/tree_header.tpl @@ -22,7 +22,7 @@ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} -
+
{if isset($toolbar)}{$toolbar}{/if}
\ No newline at end of file diff --git a/admin-dev/themes/default/template/helpers/uploader/ajax.tpl b/admin-dev/themes/default/template/helpers/uploader/ajax.tpl index edf35e808..1e177fc33 100644 --- a/admin-dev/themes/default/template/helpers/uploader/ajax.tpl +++ b/admin-dev/themes/default/template/helpers/uploader/ajax.tpl @@ -26,27 +26,33 @@
{foreach $images as $image} + {if isset($image.image)}
- {$image} - {if isset($size)}

{l s='File size'} {$size}kb

{/if} - {if isset($delete_url)} - +

{$image.image}

+ {if isset($image.size)}

{l s='File size'} {$image.size}kb

{/if} + {if isset($image.delete_url)} +

+ {l s='Delete'} - + +

{/if}
+ {/if} {/foreach}
{/if}
- - - +
+ + + +