diff options
| author | spiderr <spider@viovio.com> | 2013-04-02 13:36:14 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-02 13:36:14 -0400 |
| commit | 90408740ce83c4846fa1ded11e8dcaebbbc79f19 (patch) | |
| tree | 2443d04ad926cd774562150c4d59246dead4d610 | |
| parent | 25771e6877a1d83bee8dfb5f07b7b284d4c783ab (diff) | |
| download | stats-90408740ce83c4846fa1ded11e8dcaebbbc79f19.tar.gz stats-90408740ce83c4846fa1ded11e8dcaebbbc79f19.tar.bz2 stats-90408740ce83c4846fa1ded11e8dcaebbbc79f19.zip | |
convert lots of biticon to booticon
| -rw-r--r-- | templates/menu_stats.tpl | 2 | ||||
| -rw-r--r-- | templates/referer_stats.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/menu_stats.tpl b/templates/menu_stats.tpl index 70ee598..2a25de3 100644 --- a/templates/menu_stats.tpl +++ b/templates/menu_stats.tpl @@ -1,7 +1,7 @@ {strip} <ul> {if $gBitUser->hasPermission( 'p_stats_view' )} - <li><a class="item" href="{$smarty.const.STATS_PKG_URL}index.php">{biticon iname="go-home" iexplain="Site Stats" ilocation=menu}</a></li> + <li><a class="item" href="{$smarty.const.STATS_PKG_URL}index.php">{booticon iname="icon-home" iexplain="Site Stats" ilocation=menu}</a></li> {if $gBitSystem->mDb->mType eq 'postgres'} <li><a class="item" href="{$smarty.const.STATS_PKG_URL}users.php">{biticon iname="user-online" iexplain="User Stats" ilocation=menu}</a></li> {/if} diff --git a/templates/referer_stats.tpl b/templates/referer_stats.tpl index cc834fc..a7e52d5 100644 --- a/templates/referer_stats.tpl +++ b/templates/referer_stats.tpl @@ -17,7 +17,7 @@ <tr> <th style="width:5%;">{$reg|@count}</th> <th><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></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}">{booticon iname='icon-clock'}</a>{biticon iname='folder-saved-search' onclick="BitBase.toggleElementDisplay('`$hostHash`','table-row-group');"}</div></th> </tr> <tbody id="{$hostHash}" style="display:none"> |
