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>2010-11-06 22:54:11 +0300
committerrobocoder <anthon.pang@gmail.com>2010-11-06 22:54:11 +0300
commitf4bbe8c61823ccdcf298d9bc416416b541775ca9 (patch)
tree1f6517243e66e2d21cfe9fb1971afa4c201f4a19 /plugins/ExamplePlugin/templates
parent8d92330ddfcb90605ba5cf69c911fa463ef9b882 (diff)
fix newlines
git-svn-id: http://dev.piwik.org/svn/trunk@3297 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/ExamplePlugin/templates')
-rw-r--r--plugins/ExamplePlugin/templates/piwikDownloads.tpl40
-rw-r--r--plugins/ExamplePlugin/templates/websitesAndUsers.tpl4
2 files changed, 22 insertions, 22 deletions
diff --git a/plugins/ExamplePlugin/templates/piwikDownloads.tpl b/plugins/ExamplePlugin/templates/piwikDownloads.tpl
index 3b86ce49cc..0b053f862e 100644
--- a/plugins/ExamplePlugin/templates/piwikDownloads.tpl
+++ b/plugins/ExamplePlugin/templates/piwikDownloads.tpl
@@ -1,20 +1,20 @@
-<div style="padding:1.5em;text-align:center">
- {"ExamplePlugin_PiwikHasBeenDownloaded"|translate:$prettyDate:'<b class="piwikDownloadCount_cnt" >...</b>'}
-</div>
-{*
- * loading piwik download stats from demo.piwik.org
- *}
-<script type="text/javascript">
-{literal}
- $.ajax({
- url: "http://demo.piwik.org/?module=API&method=Goals.getConversions"
- +"&idSite=1&idGoal=1&period="+piwik.period+"&date="+piwik.currentDateString
- +"&token_auth=anonymous&format=json",
- dataType: 'jsonp',
- jsonp: 'jsoncallback',
- success: function(data) {
- $('.piwikDownloadCount_cnt').html(data.value);
- }
- });
-{/literal}
-</script>
+<div style="padding:1.5em;text-align:center">
+ {"ExamplePlugin_PiwikHasBeenDownloaded"|translate:$prettyDate:'<b class="piwikDownloadCount_cnt" >...</b>'}
+</div>
+{*
+ * loading piwik download stats from demo.piwik.org
+ *}
+<script type="text/javascript">
+{literal}
+ $.ajax({
+ url: "http://demo.piwik.org/?module=API&method=Goals.getConversions"
+ +"&idSite=1&idGoal=1&period="+piwik.period+"&date="+piwik.currentDateString
+ +"&token_auth=anonymous&format=json",
+ dataType: 'jsonp',
+ jsonp: 'jsoncallback',
+ success: function(data) {
+ $('.piwikDownloadCount_cnt').html(data.value);
+ }
+ });
+{/literal}
+</script>
diff --git a/plugins/ExamplePlugin/templates/websitesAndUsers.tpl b/plugins/ExamplePlugin/templates/websitesAndUsers.tpl
index ac8e3eadb9..6d5e142ff3 100644
--- a/plugins/ExamplePlugin/templates/websitesAndUsers.tpl
+++ b/plugins/ExamplePlugin/templates/websitesAndUsers.tpl
@@ -1,3 +1,3 @@
-<div style="padding:1.5em;text-align:center">
- You have <b>{$siteCount}</b> websites and <b>{$users}</b> users registered in Piwik. You are using Piwik <b>{$version}</b>.
+<div style="padding:1.5em;text-align:center">
+ You have <b>{$siteCount}</b> websites and <b>{$users}</b> users registered in Piwik. You are using Piwik <b>{$version}</b>.
</div> \ No newline at end of file