// Added expense management to profitability KPI

This commit is contained in:
Damien Metzger
2013-10-09 10:55:12 +02:00
parent e16676efaa
commit 623b8c7960
5 changed files with 58 additions and 26 deletions
@@ -22,7 +22,7 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
<div id="{$id|escape}" class="col-lg-3 box-stats {$color|escape}" >
<{if $href}a style="display:block" href="{$href|escape}"{else}div{/if} id="{$id|escape}" class="col-lg-3 box-stats {$color|escape}" >
{if $icon}<i class="{$icon|escape}"></i>{/if}
{if $chart}
<div class="boxchart-overlay">
@@ -32,7 +32,7 @@
{/if}
<span class="title">{$title|escape}<br /><small>{$subtitle|escape}</small></span>
<span class="value">{$value|escape}</span>
</div>
</{if $href}a{else}div{/if}>
{if $source != ''}
<script>