From c8c1e6ca0c06575abb3ac5df6677b781b3c3a44b Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Wed, 5 Feb 2014 10:57:27 +0100 Subject: [PATCH] create module tab on order-edit tempalte --- templates/backOffice/default/order-edit.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/templates/backOffice/default/order-edit.html b/templates/backOffice/default/order-edit.html index 12915da92..2c192a66b 100644 --- a/templates/backOffice/default/order-edit.html +++ b/templates/backOffice/default/order-edit.html @@ -59,6 +59,7 @@ @@ -348,6 +349,16 @@ +
+ + {module_include location='order-edit' countvar='module_count'} + + {if $countvar == 0} +
+ {intl l="There is currently no active module here."} +
+ {/if} +
{/loop}