summaryrefslogtreecommitdiff
path: root/templates/user_stats.tpl
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2009-11-11 17:38:46 +0000
committerChristian Fowler <spider@viovio.com>2009-11-11 17:38:46 +0000
commit7a2c4a34a10753ee115e1e8337d9f4b3fc5e2dce (patch)
tree24fc9095c7c7c0c11db6d8fc1591d4e4702c5f48 /templates/user_stats.tpl
parentd0f94e0f111d7ca8f5502ec9b1b7ffa450b9f6a8 (diff)
downloadstats-7a2c4a34a10753ee115e1e8337d9f4b3fc5e2dce.tar.gz
stats-7a2c4a34a10753ee115e1e8337d9f4b3fc5e2dce.tar.bz2
stats-7a2c4a34a10753ee115e1e8337d9f4b3fc5e2dce.zip
link period dates to list of users registered during a given periodpre_deprecate_bit_setup_incR270PRE_BIT_SETUP_CHANGE
Diffstat (limited to 'templates/user_stats.tpl')
-rw-r--r--templates/user_stats.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/user_stats.tpl b/templates/user_stats.tpl
index 9b5fb89..7da3fbf 100644
--- a/templates/user_stats.tpl
+++ b/templates/user_stats.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_stats/templates/user_stats.tpl,v 1.11 2006/03/22 10:24:20 squareing Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_stats/templates/user_stats.tpl,v 1.12 2009/11/11 17:38:46 spiderr Exp $ *}
<div class="display statistics">
<div class="header">
<h1>{tr}Site Registrations{/tr}</h1>
@@ -23,7 +23,7 @@
</tr>
{foreach item=reg key=period from=$userStats.per_period}
<tr class="{cycle values="even,odd"}">
- <td>{$period}</td>
+ <td><a href="{$smarty.const.STATS_PKG_URL}users.php?period={$smarty.request.period}&amp;itemize={$period|urlencode}">{$period}</td>
<td><div style="width:{math equation="round( ( r / m ) * 100 )" r=$reg m=$userStats.max}%; background:#f80;padding:0 0 0 5px;">{$reg}</div></td>
</tr>
{foreachelse}