From 398823b8ee6166a59a42e211560bee5ce19af985 Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Fri, 4 Nov 2011 17:50:22 +0000 Subject: [PATCH] // list_header in adminproducts git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9905 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/template/products/list_header.tpl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 admin-dev/themes/template/products/list_header.tpl diff --git a/admin-dev/themes/template/products/list_header.tpl b/admin-dev/themes/template/products/list_header.tpl new file mode 100644 index 000000000..b359ac2b5 --- /dev/null +++ b/admin-dev/themes/template/products/list_header.tpl @@ -0,0 +1,11 @@ +{extends file="helper/list/list_header.tpl"} +{block name=leadin} +{l s='Go to category:'} + +{/block}