Fixed typo in order menu.
This commit is contained in:
@@ -159,7 +159,7 @@
|
|||||||
{loop name="order-status-list" type="order-status"}
|
{loop name="order-status-list" type="order-status"}
|
||||||
{assign "orderStatusLabel" "order_$CODE"}
|
{assign "orderStatusLabel" "order_$CODE"}
|
||||||
<li role="menuitem">
|
<li role="menuitem">
|
||||||
<a class="clearfix" data-target="{url path='admin/orders/$LABEL'}" href="{url path="admin/orders" status=$ID}">
|
<a class="clearfix" data-target="{url path="admin/orders/$LABEL"}" href="{url path="admin/orders" status=$ID}">
|
||||||
<span class="pull-left">{$TITLE}</span>
|
<span class="pull-left">{$TITLE}</span>
|
||||||
<span class="label label-{#$orderStatusLabel#} pull-right">{count type="order" customer="*" backend_context="1" status=$ID}</span>
|
<span class="label label-{#$orderStatusLabel#} pull-right">{count type="order" customer="*" backend_context="1" status=$ID}</span>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user