diff options
| author | spider@dev <spiderr@bitweaver.org> | 2017-12-12 13:56:29 -0500 |
|---|---|---|
| committer | spider@dev <spiderr@bitweaver.org> | 2017-12-12 13:56:29 -0500 |
| commit | ac8d69314b7beef7ac138281ec05aecade9ce207 (patch) | |
| tree | 43a5a2cc7b6608bb8f9fc9bf3516d0df015a02bb | |
| parent | c61d25bd28419aac9a8db97c44a71acf270b0d62 (diff) | |
| download | stats-ac8d69314b7beef7ac138281ec05aecade9ce207.tar.gz stats-ac8d69314b7beef7ac138281ec05aecade9ce207.tar.bz2 stats-ac8d69314b7beef7ac138281ec05aecade9ce207.zip | |
fix referrer template
| -rw-r--r-- | templates/referrer_stats.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/referrer_stats.tpl b/templates/referrer_stats.tpl index 4a5160f..571946e 100644 --- a/templates/referrer_stats.tpl +++ b/templates/referrer_stats.tpl @@ -45,7 +45,7 @@ <tbody id="{$hostHash}" style="display:none"> <tr><td colspan="6"> <div class="panel-group" id="accordion-{$hostHash}" role="tablist" aria-multiselectable="true"> - {foreach from=$aggregateStats.$host.values item=paramValues key=paramKey name=agstat} + {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.registrations} {booticon iname="icon-user"} {$paramValues.orders} {booticon iname="icon-shopping-cart"} {$gCommerceCurrencies->format($paramValues.revenue)}</div> @@ -54,7 +54,7 @@ </h4> </div> {if $paramValues.values} - <div id="collapse-{$hostHash}-{$paramKey}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading{$smarty.foreach.agstat.iter}"> + <div id="collapse-{$hostHash}-{$paramKey}" class="panel-collapse collapse" role="tabpanel"> <div class="panel-body"> <div class="panel-group" id="accordion-{$hostHash}-{$paramKey}" role="tablist" aria-multiselectable="true"> <table data-toggle="table"> @@ -107,7 +107,7 @@ </h4> </div> {if $reg} - <div id="collapse-{$hostHash}-{$paramKey}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading{$smarty.foreach.agstat.iter}"> + <div id="collapse-{$hostHash}-{$paramKey}" class="panel-collapse collapse" role="tabpanel"> <div class="panel-body"> <div class="panel-group" id="accordion-{$hostHash}-{$paramKey}" role="tablist" aria-multiselectable="true"> <table data-toggle="table"> |
