fix module_include countvar assignation
This commit is contained in:
@@ -273,7 +273,7 @@
|
||||
|
||||
{module_include location='category-edit' countvar='module_count'}
|
||||
|
||||
{if $countvar == 0}
|
||||
{if $module_count == 0}
|
||||
<div class="alert alert-info">
|
||||
{intl l="There is currently no active module here."}
|
||||
</div>
|
||||
|
||||
@@ -168,7 +168,7 @@
|
||||
|
||||
{module_include location='content-edit' countvar='module_count'}
|
||||
|
||||
{if $countvar == 0}
|
||||
{if $module_count == 0}
|
||||
<div class="alert alert-info">
|
||||
{intl l="There is currently no active module here."}
|
||||
</div>
|
||||
|
||||
@@ -154,7 +154,7 @@
|
||||
|
||||
{module_include location='folder-edit' countvar='module_count'}
|
||||
|
||||
{if $countvar == 0}
|
||||
{if $module_count == 0}
|
||||
<div class="alert alert-info">
|
||||
{intl l="There is currently no active module here."}
|
||||
</div>
|
||||
|
||||
@@ -353,7 +353,7 @@
|
||||
|
||||
{module_include location='order-edit' countvar='module_count'}
|
||||
|
||||
{if $countvar == 0}
|
||||
{if $module_count == 0}
|
||||
<div class="alert alert-info">
|
||||
{intl l="There is currently no active module here."}
|
||||
</div>
|
||||
|
||||
@@ -121,7 +121,7 @@
|
||||
|
||||
{module_include location='product-edit' countvar='module_count'}
|
||||
|
||||
{if $countvar == 0}
|
||||
{if $module_count == 0}
|
||||
<div class="alert alert-info">
|
||||
{intl l="There is currently no active module here."}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user