summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspider <spider@bitweaver.org>2015-05-05 14:04:48 -0400
committerspider <spider@bitweaver.org>2015-05-05 14:04:48 -0400
commit90450370d8661470da23ef9d8da950e5c820f2fe (patch)
treed0766fda46abbdf88ffcb0f9ab364e40ed2080a7
parentac91045436c1d24e75d1898ee96a0387e6962352 (diff)
downloadstats-90450370d8661470da23ef9d8da950e5c820f2fe.tar.gz
stats-90450370d8661470da23ef9d8da950e5c820f2fe.tar.bz2
stats-90450370d8661470da23ef9d8da950e5c820f2fe.zip
add backlink to referrer; remove table caption
-rw-r--r--templates/referrer_stats.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/referrer_stats.tpl b/templates/referrer_stats.tpl
index 1ce7ca0..4a5160f 100644
--- a/templates/referrer_stats.tpl
+++ b/templates/referrer_stats.tpl
@@ -15,16 +15,16 @@
<div class="floaticon">{bithelp}</div>
<div class="display statistics">
- <div class="header">
- <h1>{tr}User Registration Statistics{/tr} {$smarty.request.timeframe|escape}</h1>
- {minifind period_format="`$smarty.request.period_format`" timeframe="`$smarty.request.timeframe`"}
- </div>
+ <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="icon-arrow-left"}</a> {tr}User Registration Statistics{/tr} {$smarty.request.timeframe|escape}</h1>
+ </header>
<div class="body">
<table class="table data">
- <caption>{tr}User Registration Statistics{/tr}</caption>
{assign var=refCount value=0}
{foreach from=$referers key=host item=reg}
{assign var=hostKey value=$host|strip:'.':''}