fix order dropdown menu
This commit is contained in:
@@ -118,11 +118,11 @@
|
|||||||
|
|
||||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{intl l="Orders"} <span class="caret"></span></a>
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{intl l="Orders"} <span class="caret"></span></a>
|
||||||
|
|
||||||
<ul class="dropdown-menu config_menu" role="menu">
|
<ul class="dropdown-menu" role="menu">
|
||||||
|
|
||||||
<li role="menuitem">
|
<li role="menuitem">
|
||||||
<a data-target="{url path='admin/orders'}" href="{url path='admin/orders'}">
|
<a class="clearfix" data-target="{url path='admin/orders'}" href="{url path='admin/orders'}">
|
||||||
{intl l="All orders"}
|
<span class="pull-left">{intl l="All orders"}</span>
|
||||||
<span class="label label-default pull-right">{count type="order" customer="*" backend_context="1"}</span>
|
<span class="label label-default pull-right">{count type="order" customer="*" backend_context="1"}</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -130,8 +130,8 @@
|
|||||||
{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 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}">
|
||||||
{$TITLE}
|
<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>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@@ -9,6 +9,14 @@
|
|||||||
// Base class and wrapper
|
// Base class and wrapper
|
||||||
.navbar {
|
.navbar {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
.dropdown-menu {
|
||||||
|
> li {
|
||||||
|
> a > .label {
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Inner for background effects
|
// Inner for background effects
|
||||||
|
|||||||
Reference in New Issue
Block a user