diff options
| author | spiderr <spider@viovio.com> | 2013-04-01 12:19:58 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-01 12:19:58 -0400 |
| commit | 25771e6877a1d83bee8dfb5f07b7b284d4c783ab (patch) | |
| tree | 5f4c8e7cc4665956054eb3f89d4467d7316e948d /templates | |
| parent | 74d2e44352a1e923eebf57abd7e43f495c34c3c9 (diff) | |
| download | stats-25771e6877a1d83bee8dfb5f07b7b284d4c783ab.tar.gz stats-25771e6877a1d83bee8dfb5f07b7b284d4c783ab.tar.bz2 stats-25771e6877a1d83bee8dfb5f07b7b284d4c783ab.zip | |
bootstrap-conversion
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/admin_stats.tpl | 4 | ||||
| -rw-r--r-- | templates/stats.tpl | 8 | ||||
| -rw-r--r-- | templates/user_stats.tpl | 16 |
3 files changed, 13 insertions, 15 deletions
diff --git a/templates/admin_stats.tpl b/templates/admin_stats.tpl index eb74698..c141c2a 100644 --- a/templates/admin_stats.tpl +++ b/templates/admin_stats.tpl @@ -3,7 +3,7 @@ {form legend="Statistics Settings"} <input type="hidden" name="page" value="{$page}" /> {foreach from=$formFeaturesBit key=feature item=output} - <div class="row"> + <div class="control-group"> {formlabel label=`$output.label` for=$feature} {forminput} {html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature} @@ -12,7 +12,7 @@ </div> {/foreach} - <div class="row submit"> + <div class="control-group submit"> <input type="submit" name="change_prefs" value="{tr}Change preferences{/tr}" /> </div> {/form} diff --git a/templates/stats.tpl b/templates/stats.tpl index 848ba96..ec7c31b 100644 --- a/templates/stats.tpl +++ b/templates/stats.tpl @@ -62,7 +62,7 @@ <h1>{tr}Graph options{/tr}</h1> {legend legend="Individual Package Statistics"} - <div class="row"> + <div class="control-group"> {formlabel label="Item Statistics"} {forminput} {smartlink ititle=All chart_type=points item_chart=1 ianchor="item_chart"} @@ -84,7 +84,7 @@ {/if} {legend legend="Usage Statistics"} - <div class="row"> + <div class="control-group"> {formlabel label="Usage Statistics"} {forminput} {smartlink ititle="Display as Pie-chart" chart_type=pie usage_chart=1 ianchor="usage_chart"} @@ -102,7 +102,7 @@ {/if} {form legend="Site Usage Chart" ianchor="pv_chart"} - <div class="row"> + <div class="control-group"> {formlabel label="Stats Period" for="days"} {forminput} <input type="text" name="days" id="days" size="5" value="{$smarty.request.days}" /> {tr}days{/tr} @@ -110,7 +110,7 @@ {/forminput} </div> - <div class="row submit"> + <div class="control-group submit"> <input type="submit" name="pv_chart" value="{tr}Display{/tr}" /> </div> {/form} diff --git a/templates/user_stats.tpl b/templates/user_stats.tpl index 7cbab83..ef8e139 100644 --- a/templates/user_stats.tpl +++ b/templates/user_stats.tpl @@ -5,15 +5,13 @@ </div> <div class="body"> - <div class="navbar"> - <ul> - <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=day">{tr}Daily{/tr}</a></li> - <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=week">{tr}Weekly{/tr}</a></li> - <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=month">{tr}Monthly{/tr}</a></li> - <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=quarter">{tr}Quarterly{/tr}</a></li> - <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=year">{tr}Yearly{/tr}</a></li> - </ul> - </div> + <ul class="inline navbar inline"> + <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=day">{tr}Daily{/tr}</a></li> + <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=week">{tr}Weekly{/tr}</a></li> + <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=month">{tr}Monthly{/tr}</a></li> + <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=quarter">{tr}Quarterly{/tr}</a></li> + <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=year">{tr}Yearly{/tr}</a></li> + </ul> <table class="clear data"> <caption>{$gBitSystem->getConfig('site_title')} {tr}User Registrations{/tr}</caption> |
