// fix dashboard
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
<section id="dashproducts" class="panel widget">
|
||||
|
||||
<header class="panel-heading row-margin-bottom">
|
||||
<header class="panel-heading">
|
||||
<i class="icon-bar-chart"></i> {l s='Product and Sales'}
|
||||
<span class="panel-heading-action">
|
||||
<a class="list-toolbar-btn" href="#" title="configure">
|
||||
@@ -54,7 +54,7 @@
|
||||
</nav>
|
||||
<div class="tab-content panel">
|
||||
<div class="tab-pane active" id="dash_recent_orders">
|
||||
<h3>{l s="Last 10 orders:"}</h3>
|
||||
<h3>{l s="Last 10 orders"}</h3>
|
||||
<table class="table data_table" id="table_recent_orders">
|
||||
<thead>
|
||||
</thead>
|
||||
@@ -63,7 +63,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane" id="dash_best_sellers">
|
||||
<h3>{l s="Top 5 products:"}</h3>
|
||||
<h3>{l s="Top 5 products"}</h3>
|
||||
<table class="table data_table" id="table_best_sellers">
|
||||
<thead>
|
||||
</thead>
|
||||
@@ -83,7 +83,7 @@
|
||||
<div class="tab-pane" id="dash_top_search">
|
||||
<div class="row">
|
||||
<div class="col-lg-7">
|
||||
<h3>{l s="Top 10 most search terms:"}</h3>
|
||||
<h3>{l s="Top 10 most search terms"}</h3>
|
||||
<table class="table data_table" id="table_top_10_most_search">
|
||||
<thead>
|
||||
</thead>
|
||||
@@ -103,7 +103,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane" id="dash_best_sales">
|
||||
<h4>{l s="Coming soon"}</h4>
|
||||
<h3>{l s="Coming soon"}</h3>
|
||||
<table class="table data_table" id="table_best_sales">
|
||||
<thead>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user