diff options
Diffstat (limited to 'templates/referer_stats.tpl')
| -rw-r--r-- | templates/referer_stats.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/referer_stats.tpl b/templates/referer_stats.tpl index 80475bc..2fb7cd2 100644 --- a/templates/referer_stats.tpl +++ b/templates/referer_stats.tpl @@ -14,7 +14,7 @@ {assign var=hostHash value=$host|md5} <tr> <th style="width:5%;">{$reg|@count}</th> - <th><div class="floaticon"> [{math equation="round((x / y) * 100)" x=$reg|@count y=$totalRegistrations}% ] <a href="{$smarty.server.PHP_SELF}?period={$smarty.request.period}&find={$host|escape}">{biticon iname='appointment-new'}</a>{biticon iname='folder-saved-search' onclick="BitBase.toggleElementDisplay('`$hostHash`','table-row-group');"}</div> <div style="width:{math equation="round( ( r / m ) * 100 )" r=$reg|@count m=$maxRegistrations}%; background:#f80;padding:0 0 0 5px;">{$host|escape}</div></th> + <th><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 iname='appointment-new'}</a>{biticon iname='folder-saved-search' onclick="BitBase.toggleElementDisplay('`$hostHash`','table-row-group');"}</div> <div style="width:{math equation="round( ( r / m ) * 100 )" r=$reg|@count m=$maxRegistrations}%; background:#f80;padding:0 0 0 5px;">{$host|escape}</div></th> </tr> <tbody id="{$hostHash}" style="display:none"> |
