From ca687d3588a7ce9e8536228e9f868833a3e44f3f Mon Sep 17 00:00:00 2001 From: dSevere Date: Tue, 8 Nov 2011 09:49:19 +0000 Subject: [PATCH] Stock : Add new tpl for leadin intregration git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9948 b9a71923-0436-4b27-9f14-aed3839534dd --- .../template/stock_cover/list_header.tpl | 27 +++++++++++++++++++ .../stock_instant_state/list_header.tpl | 15 +++++++++++ .../themes/template/stock_mvt/list_header.tpl | 15 +++++++++++ 3 files changed, 57 insertions(+) create mode 100644 admin-dev/themes/template/stock_cover/list_header.tpl create mode 100644 admin-dev/themes/template/stock_instant_state/list_header.tpl create mode 100644 admin-dev/themes/template/stock_mvt/list_header.tpl diff --git a/admin-dev/themes/template/stock_cover/list_header.tpl b/admin-dev/themes/template/stock_cover/list_header.tpl new file mode 100644 index 000000000..495f62bc0 --- /dev/null +++ b/admin-dev/themes/template/stock_cover/list_header.tpl @@ -0,0 +1,27 @@ +{extends file="helper/list/list_header.tpl"} +{block name=leadin} +
+ + + {if count($stock_cover_periods) > 1} +
+ + +
+ {/if} + {if count($stock_cover_warehouses) > 1} +
+ + +
+ {/if} +
+{/block} diff --git a/admin-dev/themes/template/stock_instant_state/list_header.tpl b/admin-dev/themes/template/stock_instant_state/list_header.tpl new file mode 100644 index 000000000..e010892fd --- /dev/null +++ b/admin-dev/themes/template/stock_instant_state/list_header.tpl @@ -0,0 +1,15 @@ +{extends file="helper/list/list_header.tpl"} +{block name=leadin} + {if count($list_warehouses) > 1} +
+ + + + +
+ {/if} +{/block} diff --git a/admin-dev/themes/template/stock_mvt/list_header.tpl b/admin-dev/themes/template/stock_mvt/list_header.tpl new file mode 100644 index 000000000..ac3afa98a --- /dev/null +++ b/admin-dev/themes/template/stock_mvt/list_header.tpl @@ -0,0 +1,15 @@ +{extends file="helper/list/list_header.tpl"} +{block name=leadin} + {if count($list_warehouses) > 1} +
+ + + + +
+ {/if} +{/block}