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}