diff options
Diffstat (limited to 'templates/user_stats.tpl')
| -rw-r--r-- | templates/user_stats.tpl | 4 |
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}&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} |
