diff options
Diffstat (limited to 'templates/referrer_stats.tpl')
| -rwxr-xr-x | templates/referrer_stats.tpl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/referrer_stats.tpl b/templates/referrer_stats.tpl index 6265ba2..391f81a 100755 --- a/templates/referrer_stats.tpl +++ b/templates/referrer_stats.tpl @@ -18,7 +18,7 @@ <header class="page-header"> <div class="pull-right">{minifind period_format="`$smarty.request.period_format`" timeframe="`$smarty.request.timeframe`"}</div> - <h1><a class="btn btn-xs btn-default" href="{$smarty.const.STATS_PKG_URL}users.php">{booticon iname="fa-arrow-left"}</a> {tr}User Registration Statistics{/tr} {$smarty.request.timeframe|escape}</h1> + <h1><a class="btn btn-xs btn-default" href="{$smarty.const.STATS_PKG_URL}users.php">{biticon ipackage="icons" iname="go-previous"}</a> {tr}User Registration Statistics{/tr} {$smarty.request.timeframe|escape}</h1> </header> <div class="body"> @@ -30,12 +30,12 @@ {assign var=totalReg value=$totalReg+$regCount} {assign var=hostHash value=$host|md5} <tr> - <th>{booticon iname='fa-magnifying-glass' class="btn btn-default btn-sm" onclick="BitBase.toggleElementDisplay('`$hostHash`','table-row-group');"}</th> + <th>{biticon ipackage="icons" iname='fa-magnifying-glass' class="btn btn-default btn-sm" onclick="BitBase.toggleElementDisplay('`$hostHash`','table-row-group');"}</th> <th style="position:relative"><div style="position:absolute;z-index:-1;width:{math equation="round( ( r / m ) * 100 )" r=$reg|@count m=$maxRegistrations}%; background:#CAF3FF;padding:0 0 0 5px;"> </div>{$host|escape}</th> - <th class="text-right"><div class="floaticon"> [{math equation="round((x / y) * 100)" x=$reg|@count y=$totalRegistrations}% ] <a href="{$smarty.server.SCRIPT_NAME}?period={$smarty.request.period}&find={$host|escape}">{booticon iname='fa-clock'}</a></div></th> + <th class="text-right"><div class="floaticon"> [{math equation="round((x / y) * 100)" x=$reg|@count y=$totalRegistrations}% ] <a href="{$smarty.server.SCRIPT_NAME}?period={$smarty.request.period}&find={$host|escape}">{biticon ipackage="icons" iname='fa-clock'}</a></div></th> {if $aggregateStats.$host} - <th class="text-right">{$reg|@count} {booticon iname="fa-user"}</th> - <th class="text-right">{$aggregateStats.$host.info.orders|default:"0"} {booticon iname="fa-cart-shopping"}</th> + <th class="text-right">{$reg|@count} {biticon ipackage="icons" iname="user-desktop"}</th> + <th class="text-right">{$aggregateStats.$host.info.orders|default:"0"} {biticon ipackage="icons" iname="package-x-generic"}</th> <th class="text-right">{$gCommerceCurrencies->format($aggregateStats.$host.info.revenue|default:"0.00")}</th> {/if} </tr> @@ -46,7 +46,7 @@ {foreach from=$aggregateStats.$host.values item=paramValues key=paramKey} <div class="panel panel-default"> <div class="panel-heading" role="tab" id="accordion-{$paramKey}"> - <div class="pull-right">{$paramValues.info.registrations} {booticon iname="fa-user"} {$paramValues.info.orders} {booticon iname="fa-cart-shopping"} {$gCommerceCurrencies->format($paramValues.info.revenue)}</div> + <div class="pull-right">{$paramValues.info.registrations} {biticon ipackage="icons" iname="user-desktop"} {$paramValues.info.orders} {biticon ipackage="icons" iname="package-x-generic"} {$gCommerceCurrencies->format($paramValues.info.revenue)}</div> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#accordion-{$hostHash}" href="#collapse-{$hostHash}-{$paramKey}" aria-expanded="false" aria-controls="collapse-{$hostHash}-{$paramKey}">{$paramKey}</a> </h4> @@ -69,7 +69,7 @@ <div class="panel-heading" role="tab" id="accordion-{$paramKey}"> {if $aggregateStats.$host} <div class="pull-right"> - {$reg|@count} {booticon iname="fa-user"} {$aggregateStats.$host.orders|default:"0"} {booticon iname="fa-cart-shopping"} {$gCommerceCurrencies->format($aggregateStats.$host.revenue|default:"0.00")} + {$reg|@count} {biticon ipackage="icons" iname="user-desktop"} {$aggregateStats.$host.orders|default:"0"} {biticon ipackage="icons" iname="package-x-generic"} {$gCommerceCurrencies->format($aggregateStats.$host.revenue|default:"0.00")} </div> {/if} <h4 class="panel-title"> @@ -85,7 +85,7 @@ <tr> <th></th> <th data-field="name" data-sortable="true">User</th> - <th class="text-center" data-field="order_count" data-sortable="true">{booticon iname="fa-cart-shopping"}</th> + <th class="text-center" data-field="order_count" data-sortable="true">{biticon ipackage="icons" iname="package-x-generic"}</th> <th class="text-center" data-field="revenue" data-sortable="true" data-sorter="priceSorter">Revenue</th> </tr> </thead> |
