Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefangiehl@gmail.com>2011-05-30 00:06:52 +0400
committersgiehl <stefangiehl@gmail.com>2011-05-30 00:06:52 +0400
commit22ac691aceb7c0d879e47862cb5c7fb0cc2dcbbe (patch)
treedbd374918447c0e4b857b6a460855fded41709d8 /plugins/DBStats/templates
parentb763e56858a5704217d5c42a479e8e8812d8ac37 (diff)
fixed some html syntax
git-svn-id: http://dev.piwik.org/svn/trunk@4825 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/DBStats/templates')
-rw-r--r--plugins/DBStats/templates/DBStats.tpl12
1 files changed, 7 insertions, 5 deletions
diff --git a/plugins/DBStats/templates/DBStats.tpl b/plugins/DBStats/templates/DBStats.tpl
index 031210f7e5..5718d152b4 100644
--- a/plugins/DBStats/templates/DBStats.tpl
+++ b/plugins/DBStats/templates/DBStats.tpl
@@ -10,11 +10,13 @@
{'DBStats_LearnMore'|translate:"<a href='?module=Proxy&action=redirect&url=http://piwik.org/docs/setup-auto-archiving/' target='_blank'>Piwik Auto Archiving</a>"}</p>
<table class="dataTable entityTable">
<thead>
- <th>{'DBStats_Table'|translate}</th>
- <th>{'DBStats_RowCount'|translate}</th>
- <th>{'DBStats_DataSize'|translate}</th>
- <th>{'DBStats_IndexSize'|translate}</th>
- <th>{'DBStats_TotalSize'|translate}</th>
+ <tr>
+ <th>{'DBStats_Table'|translate}</th>
+ <th>{'DBStats_RowCount'|translate}</th>
+ <th>{'DBStats_DataSize'|translate}</th>
+ <th>{'DBStats_IndexSize'|translate}</th>
+ <th>{'DBStats_TotalSize'|translate}</th>
+ </tr>
</thead>
<tbody id="tables">
{foreach from=$tablesStatus key=index item=table}