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:
authorsgiehl <stefan@piwik.org>2013-08-14 22:35:44 +0400
committersgiehl <stefan@piwik.org>2013-08-15 00:57:24 +0400
commit6e61f2725126e276862ec6153e80e5f6db5cb4e1 (patch)
tree98087b064adf11ad1781345de9f72beb1c761ddb /plugins/SitesManager
parent512a8f82444d6293ee0544354da888553f01f29d (diff)
replaced presentational html tags
Diffstat (limited to 'plugins/SitesManager')
-rw-r--r--plugins/SitesManager/API.php1
-rw-r--r--plugins/SitesManager/templates/displayAlternativeTagsHelp.twig22
-rw-r--r--plugins/SitesManager/templates/index.twig4
3 files changed, 13 insertions, 14 deletions
diff --git a/plugins/SitesManager/API.php b/plugins/SitesManager/API.php
index 5ca3382826..db68b112cc 100644
--- a/plugins/SitesManager/API.php
+++ b/plugins/SitesManager/API.php
@@ -21,7 +21,6 @@ use Piwik\Tracker\Cache;
use Piwik\Url;
use Piwik\TaskScheduler;
use Piwik\Site;
-use false;
/**
* The SitesManager API gives you full control on Websites in Piwik (create, update and delete), and many methods to retrieve websites based on various attributes.
diff --git a/plugins/SitesManager/templates/displayAlternativeTagsHelp.twig b/plugins/SitesManager/templates/displayAlternativeTagsHelp.twig
index a4d6b1cd97..845849cfa0 100644
--- a/plugins/SitesManager/templates/displayAlternativeTagsHelp.twig
+++ b/plugins/SitesManager/templates/displayAlternativeTagsHelp.twig
@@ -10,7 +10,7 @@ The Image Tracker code can be used when Javascript is not allowed.
<p>Some websites like MySpace or eBay will not allow users to add Javascript to their profile but accept HTML. In this case, you can still track visits with
Piwik using the Image Tracker.
<br/>
- <b>Note</b>: the code doesn't use Javascript so <b>Piwik will not be able to track some user information</b>
+ <strong>Note</strong>: the code doesn't use Javascript so <strong>Piwik will not be able to track some user information</strong>
such as search keywords, referrers, screen resolutions, browser plugins and page titles.
</p>
<code>
@@ -21,16 +21,16 @@ The Image Tracker code can be used when Javascript is not allowed.
<br/>
The following parameters can also be passed to the image URL:
<ul>
- <li><i>rec</i> - (required) The parameter &rec=1 is required to force the request to be recorded</li>
- <li><i>idsite</i> - (required) Defines the Website ID being tracked</li>
- <li><i>action_name</i> - Defines the custom Page Title for this page view</li>
- <li><i>urlref</i> - The Referrer URL: must be set to the referrer URL used before landing on the page containing the Image tracker. For example, in PHP
+ <li><em>rec</em> - (required) The parameter &rec=1 is required to force the request to be recorded</li>
+ <li><em>idsite</em> - (required) Defines the Website ID being tracked</li>
+ <li><em>action_name</em> - Defines the custom Page Title for this page view</li>
+ <li><em>urlref</em> - The Referrer URL: must be set to the referrer URL used before landing on the page containing the Image tracker. For example, in PHP
this value is accessible via
<pre>$_SERVER['HTTP_REFERER']</pre>
</li>
- <li><i>idgoal</i> - The request will trigger the given Goal</li>
- <li><i>revenue</i> - Used with idgoal, defines the custom revenue for this conversion</li>
- <li><i>and more!</i> - There are many more parameters you can set beyond the main ones above. See the <a
+ <li><em>idgoal</em> - The request will trigger the given Goal</li>
+ <li><em>revenue</em> - Used with idgoal, defines the custom revenue for this conversion</li>
+ <li><em>and more!</em> - There are many more parameters you can set beyond the main ones above. See the <a
href='http://piwik.org/docs/tracking-api/reference/'>Tracking API documentation page</a>.
</li>
</ul>
@@ -46,7 +46,7 @@ It is also possible to call the Piwik Tracking API using your favorite programmi
website, etc.).
</p>
- <p>We currently provide a <b>PHP client</b> to call the API from your PHP projects.
+ <p>We currently provide a <strong>PHP client</strong> to call the API from your PHP projects.
If you would like to contribute a version of the client in another programming language (Python, Java, Ruby, Perl, etc.) please <a target='_blank'
href='http://dev.piwik.org/'>create
a ticket</a> in our developer area (please attach the client code to the ticket).
@@ -73,7 +73,7 @@ It is also possible to call the Piwik Tracking API using your favorite programmi
<li>Choose a Tracking method, then paste the code onto every page you want to track.
<ul>
- <li><b>Method 1: Advanced Image Tracker</b>
+ <li><strong>Method 1: Advanced Image Tracker</strong>
<br/>
<p>The client is used to generate the tracking URL that is wrapped inside a HTML &lt;img src=''&gt; code.
@@ -95,7 +95,7 @@ It is also possible to call the Piwik Tracking API using your favorite programmi
</p>
</li>
- <li><b>Method 2: HTTP Request</b>
+ <li><strong>Method 2: HTTP Request</strong>
<br/>
<p>You can also query the Piwik Tracker API remotely via HTTP.
diff --git a/plugins/SitesManager/templates/index.twig b/plugins/SitesManager/templates/index.twig
index 6dd623d7c3..902dc03e25 100644
--- a/plugins/SitesManager/templates/index.twig
+++ b/plugins/SitesManager/templates/index.twig
@@ -265,7 +265,7 @@
<tr>
<td colspan="2">
- <b>{{ 'SitesManager_GlobalListExcludedQueryParameters'|translate }}</b>
+ <strong>{{ 'SitesManager_GlobalListExcludedQueryParameters'|translate }}</strong>
<p>{{ 'SitesManager_ListOfQueryParametersToBeExcludedOnAllWebsites'|translate }} </p>
</td>
@@ -335,7 +335,7 @@
{# global site search #}
<tr>
<td colspan="2">
- <b id="globalSiteSearch">{{ 'SitesManager_TrackingSiteSearch'|translate }}</b>
+ <strong id="globalSiteSearch">{{ 'SitesManager_TrackingSiteSearch'|translate }}</strong>
<p>{{ sitesearchIntro }}</p>
<span class="form-description" style="font-size:8pt;">