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/VisitorGenerator
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/VisitorGenerator')
-rw-r--r--plugins/VisitorGenerator/templates/generate.tpl2
-rw-r--r--plugins/VisitorGenerator/templates/index.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/VisitorGenerator/templates/generate.tpl b/plugins/VisitorGenerator/templates/generate.tpl
index 5c49a85963..0a6a962e6e 100644
--- a/plugins/VisitorGenerator/templates/generate.tpl
+++ b/plugins/VisitorGenerator/templates/generate.tpl
@@ -4,7 +4,7 @@
<h2>{'VisitorGenerator_VisitorGenerator'|translate}</h2>
-<table class="adminTable adminTableNoBorder" style="width: 600px;">
+<table class="entityTable dataTable" style="width: 600px;">
<thead>
<tr>
<th>{'General_Visitors'|translate}</th>
diff --git a/plugins/VisitorGenerator/templates/index.tpl b/plugins/VisitorGenerator/templates/index.tpl
index 269bb3ee72..edf3161565 100644
--- a/plugins/VisitorGenerator/templates/index.tpl
+++ b/plugins/VisitorGenerator/templates/index.tpl
@@ -6,7 +6,7 @@
<p>{'VisitorGenerator_PluginDescription'|translate}</p>
<form method="POST" action="{url module=VisitorGenerator action=generate}">
-<table class="adminTable adminTableNoBorder" style="width: 600px;">
+<table class="adminTable" style="width: 600px;">
<tr>
<td><label for="idSite">{'General_ChooseWebsite'|translate}</label></td>
<td><select name="idSite">