From 51c1ee0cf0b299b2b13e2287d2bf6b216d84ddfe Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Wed, 2 Oct 2013 12:23:10 +0200 Subject: [PATCH] // Move ajax box and ajax confirmation to content part --- admin-dev/themes/default/template/content.tpl | 3 ++- admin-dev/themes/default/template/footer.tpl | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/admin-dev/themes/default/template/content.tpl b/admin-dev/themes/default/template/content.tpl index e32da791e..eb075512c 100644 --- a/admin-dev/themes/default/template/content.tpl +++ b/admin-dev/themes/default/template/content.tpl @@ -22,7 +22,8 @@ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} - + +{* ajaxBox allows*} {if isset($content)} {if isset($show_page_header_toolbar) && $show_page_header_toolbar}
diff --git a/admin-dev/themes/default/template/footer.tpl b/admin-dev/themes/default/template/footer.tpl index 9d1486477..078fe41ed 100644 --- a/admin-dev/themes/default/template/footer.tpl +++ b/admin-dev/themes/default/template/footer.tpl @@ -66,8 +66,6 @@ });
- -{* ajaxBox allows*} {/if} \ No newline at end of file