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:
authorThomas ZILLIOX <thomas@zilliox.me>2013-06-20 01:54:02 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-06-20 01:54:02 +0400
commit5dc13b6807d2ad14c15ced69077b7a91a82df00c (patch)
tree350eeb33896585e1838e9ce431ce680dca18835a /plugins/DBStats/templates
parent1b145d391b7120ba425f058028e2de7d16ac783c (diff)
Remove inline styles from DBStats plugin
Diffstat (limited to 'plugins/DBStats/templates')
-rwxr-xr-xplugins/DBStats/templates/index.twig22
1 files changed, 1 insertions, 21 deletions
diff --git a/plugins/DBStats/templates/index.twig b/plugins/DBStats/templates/index.twig
index b28e241764..f860f45705 100755
--- a/plugins/DBStats/templates/index.twig
+++ b/plugins/DBStats/templates/index.twig
@@ -3,27 +3,7 @@
{% block content %}
{{ loadJavascriptTranslations(['CoreAdminHome','CoreHome']) }}
-<style>
- .dbstatsTable {
- display: inline-block;
- }
-
- .dbstatsTable>tbody>tr>td:first-child {
- width: 550px;
- }
-
- .dbstatsTable h2 {
- width: 500px;
- }
-
- .adminTable.dbstatsTable a {
- color: black;
- text-decoration: underline;
- }
-</style>
-
-<a name="databaseUsageSummary"></a>
-<h2>{{ 'DBStats_DatabaseUsage'|translate }}</h2>
+<h2 id="databaseUsageSummary">{{ 'DBStats_DatabaseUsage'|translate }}</h2>
<p>
{{ 'DBStats_MainDescription'|translate(totalSpaceUsed) }}<br/>
{{ 'DBStats_LearnMore'|translate("<a href='?module=Proxy&action=redirect&url=http://piwik.org/docs/setup-auto-archiving/' target='_blank'>Piwik Auto Archiving</a>")|raw }}