From dc43c0f7d3d3379f8a431b5ac28277256074d896 Mon Sep 17 00:00:00 2001 From: Kevin Granger Date: Thu, 17 Oct 2013 13:50:14 +0200 Subject: [PATCH] // fix delete categories --- .../categories/helpers/list/list_header.tpl | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/categories/helpers/list/list_header.tpl b/admin-dev/themes/default/template/controllers/categories/helpers/list/list_header.tpl index 362696275..d5226f96a 100644 --- a/admin-dev/themes/default/template/controllers/categories/helpers/list/list_header.tpl +++ b/admin-dev/themes/default/template/controllers/categories/helpers/list/list_header.tpl @@ -50,14 +50,14 @@ {block name=leadin} {if isset($delete_category) && $delete_category} -
-

+

+
{if $need_delete_mode} {l s='What do you want to do with the products associated with this category?'} {else} {l s='Deleting this category will remove products linked only within this category and no others. Are you sure you want to continue?'} {/if} -

+
{if $need_delete_mode}
@@ -93,9 +93,16 @@ {/if} {/if} {/foreach} -
- - +
{/if}