Skip to content

Commit

Permalink
Update domains
Browse files Browse the repository at this point in the history
Update domains
  • Loading branch information
AntoineMille authored and Maxime Biloé committed Feb 17, 2017
1 parent 5a27d0f commit 10a173c
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions views/templates/hook/dashboard_zone_two.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@

<section id="dashproducts" class="panel widget {if $allow_push} allow_push{/if}">
<header class="panel-heading">
<i class="icon-bar-chart"></i> {l s='Products and Sales' mod='dashproducts'}
<i class="icon-bar-chart"></i> {l s='Products and Sales' d='Modules.Dashproducts.Admin'}
<span class="panel-heading-action">
<a class="list-toolbar-btn" href="#" onclick="toggleDashConfig('dashproducts'); return false;" title="{l s='Configure' mod='dashproducts'}">
<a class="list-toolbar-btn" href="#" onclick="toggleDashConfig('dashproducts'); return false;" title="{l s='Configure' d='Admin.Actions'}">
<i class="process-icon-configure"></i>
</a>
<a class="list-toolbar-btn" href="#" onclick="refreshDashboard('dashproducts'); return false;" title="{l s='Refresh' mod='dashproducts'}">
<a class="list-toolbar-btn" href="#" onclick="refreshDashboard('dashproducts'); return false;" title="{l s='Refresh' d='Admin.Actions'}">
<i class="process-icon-refresh"></i>
</a>
</span>
</header>

<section id="dashproducts_config" class="dash_config hide">
<header><i class="icon-wrench"></i> {l s='Configuration' mod='dashproducts'}</header>
<header><i class="icon-wrench"></i> {l s='Configuration' d='Admin.Global'}</header>
{$dashproducts_config_form}
</section>

Expand All @@ -47,33 +47,33 @@
<li class="active">
<a href="#dash_recent_orders" data-toggle="tab">
<i class="icon-fire"></i>
<span class="hidden-inline-xs">{l s='Recent Orders' mod='dashproducts'}</span>
<span class="hidden-inline-xs">{l s='Recent Orders' d='Modules.Dashproducts.Admin'}</span>
</a>
</li>
<li>
<a href="#dash_best_sellers" data-toggle="tab">
<i class="icon-trophy"></i>
<span class="hidden-inline-xs">{l s='Best Sellers' mod='dashproducts'}</span>
<span class="hidden-inline-xs">{l s='Best Sellers' d='Modules.Dashproducts.Admin'}</span>
</a>
</li>
<li>
<a href="#dash_most_viewed" data-toggle="tab">
<i class="icon-eye-open"></i>
<span class="hidden-inline-xs">{l s='Most Viewed' mod='dashproducts'}</span>
<span class="hidden-inline-xs">{l s='Most Viewed' d='Modules.Dashproducts.Admin'}</span>
</a>
</li>
<li>
<a href="#dash_top_search" data-toggle="tab">
<i class="icon-search"></i>
<span class="hidden-inline-xs">{l s='Top Searches' mod='dashproducts'}</span>
<span class="hidden-inline-xs">{l s='Top Searches' d='Modules.Dashproducts.Admin'}</span>
</a>
</li>
</ul>
</nav>

<div class="tab-content panel">
<div class="tab-pane active" id="dash_recent_orders">
<h3>{l s='Last %d orders' sprintf=$DASHPRODUCT_NBR_SHOW_LAST_ORDER|intval mod='dashproducts'}</h3>
<h3>{l s='Last %d orders' sprintf=$DASHPRODUCT_NBR_SHOW_LAST_ORDER|intval d='Modules.Dashproducts.Admin'}</h3>
<div class="table-responsive">
<table class="table data_table" id="table_recent_orders">
<thead></thead>
Expand All @@ -83,8 +83,8 @@
</div>
<div class="tab-pane" id="dash_best_sellers">
<h3>
{l s='Top %d products' sprintf=$DASHPRODUCT_NBR_SHOW_BEST_SELLER|intval mod='dashproducts'}
<span>{l s="From" mod='dashproducts'} {$date_from} {l s="to" mod='dashproducts'} {$date_to}</span>
{l s='Top %d products' sprintf=$DASHPRODUCT_NBR_SHOW_BEST_SELLER|intval d='Modules.Dashproducts.Admin'}
<span>{l s="From" d='Modules.Dashproducts.Admin'} {$date_from} {l s="to" d='Modules.Dashproducts.Admin'} {$date_to}</span>
</h3>
<div class="table-responsive">
<table class="table data_table" id="table_best_sellers">
Expand All @@ -95,8 +95,8 @@
</div>
<div class="tab-pane" id="dash_most_viewed">
<h3>
{l s="Most Viewed" mod='dashproducts'}
<span>{l s="From" mod='dashproducts'} {$date_from} {l s="to" mod='dashproducts'} {$date_to}</span>
{l s="Most Viewed" d='Modules.Dashproducts.Admin'
<span>{l s="From" d='Modules.Dashproducts.Admin'} {$date_from} {l s="to" d='Modules.Dashproducts.Admin'} {$date_to}</span>
</h3>
<div class="table-responsive">
<table class="table data_table" id="table_most_viewed">
Expand All @@ -107,8 +107,8 @@
</div>
<div class="tab-pane" id="dash_top_search">
<h3>
{l s='Top %d most search terms' sprintf=$DASHPRODUCT_NBR_SHOW_TOP_SEARCH|intval mod='dashproducts'}
<span>{l s="From" mod='dashproducts'} {$date_from} {l s="to" mod='dashproducts'} {$date_to}</span>
{l s='Top %d most search terms' sprintf=$DASHPRODUCT_NBR_SHOW_TOP_SEARCH|intval d='Modules.Dashproducts.Admin'}
<span>{l s="From" d='Modules.Dashproducts.Admin'} {$date_from} {l s="to" d='Modules.Dashproducts.Admin'} {$date_to}</span>
</h3>
<div class="table-responsive">
<table class="table data_table" id="table_top_10_most_search">
Expand Down

0 comments on commit 10a173c

Please sign in to comment.