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:
authormattpiwik <matthieu.aubry@gmail.com>2011-01-07 14:28:33 +0300
committermattpiwik <matthieu.aubry@gmail.com>2011-01-07 14:28:33 +0300
commit5d4a89d53a6321e1a172dc05430c14dba1e8561e (patch)
tree0ae77f17fe41090c5bf71cbebb321c6036cc0904 /plugins/DBStats/templates
parent62dd9f0fbe77f3824bd036e32f99e703ddc2711a (diff)
Fixes #1382
* now preventing editing 2 rows at once * adding large SAVE button below the name on the left of the table (+ Cancel link which refreshes pages) Fixes #1980 * simplifying admin CSS, reusing same styles as PDF, Goals and datatables * deleting now unused icons & styles git-svn-id: http://dev.piwik.org/svn/trunk@3663 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/DBStats/templates')
-rw-r--r--plugins/DBStats/templates/DBStats.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/DBStats/templates/DBStats.tpl b/plugins/DBStats/templates/DBStats.tpl
index 4cadd48776..031210f7e5 100644
--- a/plugins/DBStats/templates/DBStats.tpl
+++ b/plugins/DBStats/templates/DBStats.tpl
@@ -8,7 +8,7 @@
<p>{'DBStats_MainDescription'|translate:$totalSize}
<br />
{'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="adminTable">
+<table class="dataTable entityTable">
<thead>
<th>{'DBStats_Table'|translate}</th>
<th>{'DBStats_RowCount'|translate}</th>
@@ -18,7 +18,7 @@
</thead>
<tbody id="tables">
{foreach from=$tablesStatus key=index item=table}
- <tr {if $table.Name == 'Total'}class="active" style="font-weight:bold;"{/if}>
+ <tr {if $table.Name == 'Total'}class="highlight" style="font-weight:bold;"{/if}>
<td>
{$table.Name}
</td>