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/SecurityInfo/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/SecurityInfo/templates')
-rw-r--r--plugins/SecurityInfo/templates/index.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SecurityInfo/templates/index.tpl b/plugins/SecurityInfo/templates/index.tpl
index 38207d11d3..b163bdf25c 100644
--- a/plugins/SecurityInfo/templates/index.tpl
+++ b/plugins/SecurityInfo/templates/index.tpl
@@ -9,7 +9,7 @@
<div style="max-width:980px;">
{foreach from=$results.test_results key=i item=section}
<h2>{$i}</h2>
-<table class="adminTable">
+<table class="dataTable entityTable">
<thead>
<tr>
<th>{'SecurityInfo_Test'|translate}</th>