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:
authorrobocoder <anthon.pang@gmail.com>2011-02-12 00:09:08 +0300
committerrobocoder <anthon.pang@gmail.com>2011-02-12 00:09:08 +0300
commit01368a05cf52bd6f8b8dd8aa61ecfffc0e5fb943 (patch)
treec232e296e8555e8de5e7461edc9f7966994a43b1 /plugins
parentb67a297afab71b709dc0c786b2d1784c3c434178 (diff)
refs #733 - reviewing the styles embedded in .tpl files
git-svn-id: http://dev.piwik.org/svn/trunk@3867 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreUpdater/templates/header.tpl2
-rw-r--r--plugins/CoreUpdater/templates/update_welcome.tpl2
-rw-r--r--plugins/ExampleFeedburner/templates/feedburner.tpl2
-rw-r--r--plugins/Installation/templates/displayJavascriptCode.tpl4
-rw-r--r--plugins/Installation/templates/systemCheck.tpl2
-rw-r--r--plugins/Live/templates/visitorLog.tpl4
-rw-r--r--plugins/PDFReports/templates/index.tpl4
-rw-r--r--plugins/SitesManager/templates/DisplayJavascriptCode.tpl2
-rw-r--r--plugins/SitesManager/templates/SitesManager.tpl2
-rw-r--r--plugins/UsersManager/templates/UsersManager.tpl2
-rw-r--r--plugins/Widgetize/templates/index.tpl2
11 files changed, 14 insertions, 14 deletions
diff --git a/plugins/CoreUpdater/templates/header.tpl b/plugins/CoreUpdater/templates/header.tpl
index 51a6e49f8b..d57632117a 100644
--- a/plugins/CoreUpdater/templates/header.tpl
+++ b/plugins/CoreUpdater/templates/header.tpl
@@ -10,7 +10,7 @@
<link rel="stylesheet" type="text/css" href="libs/jquery/themes/base/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="themes/default/styles.css" />
{literal}
-<style>
+<style type="text/css">
* {
margin: 0;
padding: 0;
diff --git a/plugins/CoreUpdater/templates/update_welcome.tpl b/plugins/CoreUpdater/templates/update_welcome.tpl
index 0bef2d5228..8738ac7028 100644
--- a/plugins/CoreUpdater/templates/update_welcome.tpl
+++ b/plugins/CoreUpdater/templates/update_welcome.tpl
@@ -74,7 +74,7 @@
{include file="Installation/templates/integrityDetails.tpl"}
{literal}
-<style>
+<style type="text/css">
code {
background-color:#F0F7FF;
border-color:#00008B;
diff --git a/plugins/ExampleFeedburner/templates/feedburner.tpl b/plugins/ExampleFeedburner/templates/feedburner.tpl
index 2ce2fe8432..a0767cb766 100644
--- a/plugins/ExampleFeedburner/templates/feedburner.tpl
+++ b/plugins/ExampleFeedburner/templates/feedburner.tpl
@@ -26,7 +26,7 @@ $(document).ready(function(){
initFeedburner();
});
</script>
-<style>
+<style type="text/css">
.metric { font-weight:bold;text-align:left; }
.feedburner td { padding:0px 3px; }
</style>
diff --git a/plugins/Installation/templates/displayJavascriptCode.tpl b/plugins/Installation/templates/displayJavascriptCode.tpl
index a550970e29..f12c5866e3 100644
--- a/plugins/Installation/templates/displayJavascriptCode.tpl
+++ b/plugins/Installation/templates/displayJavascriptCode.tpl
@@ -14,7 +14,7 @@
{'Installation_JsTagArchivingHelp'|translate}
{literal}
-<style>
+<style type="text/css">
code {
font-size:80%;
}
@@ -25,4 +25,4 @@ $(document).ready( function(){
});
</script>
-{/literal} \ No newline at end of file
+{/literal}
diff --git a/plugins/Installation/templates/systemCheck.tpl b/plugins/Installation/templates/systemCheck.tpl
index b6892b0c1a..4691b0ed1b 100644
--- a/plugins/Installation/templates/systemCheck.tpl
+++ b/plugins/Installation/templates/systemCheck.tpl
@@ -234,7 +234,7 @@
{if !$showNextStep}
{literal}
-<style>
+<style type="text/css">
#legend {
border:1px solid #A5A5A5;
padding:5px;
diff --git a/plugins/Live/templates/visitorLog.tpl b/plugins/Live/templates/visitorLog.tpl
index 8f1a3ae6fa..ecd5dd7c80 100644
--- a/plugins/Live/templates/visitorLog.tpl
+++ b/plugins/Live/templates/visitorLog.tpl
@@ -143,7 +143,7 @@
</div>
{literal}
-<style>
+<style type="text/css">
hr {
background:none repeat scroll 0 0 transparent;
border-color:-moz-use-text-color -moz-use-text-color #EEEEEE;
@@ -156,4 +156,4 @@
</style>
{/literal}
-</div> \ No newline at end of file
+</div>
diff --git a/plugins/PDFReports/templates/index.tpl b/plugins/PDFReports/templates/index.tpl
index 46e2718a41..15b2715821 100644
--- a/plugins/PDFReports/templates/index.tpl
+++ b/plugins/PDFReports/templates/index.tpl
@@ -32,10 +32,10 @@ $(document).ready( function() {
initManagePdf();
});
</script>
-<style>
+<style type="text/css">
.reportCategory {
font-weight:bold;
margin-bottom:5px;
}
</style>
-{/literal} \ No newline at end of file
+{/literal}
diff --git a/plugins/SitesManager/templates/DisplayJavascriptCode.tpl b/plugins/SitesManager/templates/DisplayJavascriptCode.tpl
index db7f08bf35..eac43e8576 100644
--- a/plugins/SitesManager/templates/DisplayJavascriptCode.tpl
+++ b/plugins/SitesManager/templates/DisplayJavascriptCode.tpl
@@ -1,6 +1,6 @@
{literal}
-<style>
+<style type="text/css">
.trackingHelp ul {
padding-left:40px;
list-style-type:square;
diff --git a/plugins/SitesManager/templates/SitesManager.tpl b/plugins/SitesManager/templates/SitesManager.tpl
index 0b6cc52f3d..311f93b649 100644
--- a/plugins/SitesManager/templates/SitesManager.tpl
+++ b/plugins/SitesManager/templates/SitesManager.tpl
@@ -44,7 +44,7 @@ $(document).ready( function() {
});
</script>
-<style>
+<style type="text/css">
.entityTable tr td {
vertical-align: top;
padding-top:7px;
diff --git a/plugins/UsersManager/templates/UsersManager.tpl b/plugins/UsersManager/templates/UsersManager.tpl
index c64d6f25eb..b0021cc619 100644
--- a/plugins/UsersManager/templates/UsersManager.tpl
+++ b/plugins/UsersManager/templates/UsersManager.tpl
@@ -4,7 +4,7 @@
{loadJavascriptTranslations plugins='UsersManager'}
{literal}
-<style>
+<style type="text/css">
.dialog {
display: none;
padding:20px 10px;
diff --git a/plugins/Widgetize/templates/index.tpl b/plugins/Widgetize/templates/index.tpl
index 513aceac04..b30bfafb52 100644
--- a/plugins/Widgetize/templates/index.tpl
+++ b/plugins/Widgetize/templates/index.tpl
@@ -5,7 +5,7 @@
{literal}
-<style>
+<style type="text/css">
.widgetize{
width:980px;
padding:15px 15px 0 15px;