From 499658e00573e62f74cfcb30a390541012e5c2d4 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 --- .../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}