summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-24 13:27:26 -0400
committerspiderr <spider@viovio.com>2013-04-24 13:27:26 -0400
commit57a8c8a1348913fb6aced7858fe608e6c56a8552 (patch)
tree49e5fdb97283c109a080dee40cf9e347b9e7acd9 /templates
parent8ffb0918dc7def2a00f05618b11d887dcd6b6e01 (diff)
downloadstats-57a8c8a1348913fb6aced7858fe608e6c56a8552.tar.gz
stats-57a8c8a1348913fb6aced7858fe608e6c56a8552.tar.bz2
stats-57a8c8a1348913fb6aced7858fe608e6c56a8552.zip
fix <label class=checkbox> wrapping to be bootstrap compliant; add .table to all table.data tags
Diffstat (limited to 'templates')
-rw-r--r--templates/referer_stats.tpl2
-rw-r--r--templates/search_stats.tpl2
-rw-r--r--templates/stats.tpl6
3 files changed, 5 insertions, 5 deletions
diff --git a/templates/referer_stats.tpl b/templates/referer_stats.tpl
index a7e52d5..2cacaed 100644
--- a/templates/referer_stats.tpl
+++ b/templates/referer_stats.tpl
@@ -7,7 +7,7 @@
</div>
<div class="body">
- <table class="data">
+ <table class="table data">
<caption>{tr}User Registration Statistics{/tr}</caption>
{assign var=refCount value=0}
{foreach from=$referers key=host item=reg}
diff --git a/templates/search_stats.tpl b/templates/search_stats.tpl
index 9f1132a..4cb2d9e 100644
--- a/templates/search_stats.tpl
+++ b/templates/search_stats.tpl
@@ -19,7 +19,7 @@
</tr>
</table>
-<table class="data">
+<table class="table data">
<tr>
<th><a href="{$smarty.const.SEARCH_PKG_URL}stats.php?offset={$offset}&amp;sort_mode={if $sort_mode eq 'term_desc'}term_asc{else}term_desc{/if}">{tr}Term{/tr}</a></th>
<th><a href="{$smarty.const.SEARCH_PKG_URL}stats.php?offset={$offset}&amp;sort_mode={if $sort_mode eq 'hits_desc'}hits_asc{else}hits_desc{/if}">{tr}Searched{/tr}</a></th>
diff --git a/templates/stats.tpl b/templates/stats.tpl
index 5932870..3987d94 100644
--- a/templates/stats.tpl
+++ b/templates/stats.tpl
@@ -5,7 +5,7 @@
</div>
<div class="body">
- <table class="data">
+ <table class="table data">
<caption>{tr}Global Statistics{/tr}</caption>
<tr class="{cycle values="odd,even"}"><td>{tr}Started{/tr}</td><td style="text-align:right;">{$siteStats.started|bit_short_date}</td></tr>
<tr class="{cycle}"><td>{tr}Days online{/tr}</td><td style="text-align:right;">{$siteStats.days}</td></tr>
@@ -17,7 +17,7 @@
<br /><hr /><br />
- <table class="data">
+ <table class="table data">
<caption>{tr}Site Overview{/tr}</caption>
<tr>
<th>{smartlink ititle="Content Type" isort=content_type_guid}</th>
@@ -36,7 +36,7 @@
<br /><hr /><br />
- <table class="data">
+ <table class="table data">
<caption>{tr}Package Statistics{/tr}</caption>
{foreach from=$contentStats item=stats key=guid}
<tr>