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/API
parent512a8f82444d6293ee0544354da888553f01f29d (diff)
replaced presentational html tags
Diffstat (limited to 'plugins/API')
-rw-r--r--plugins/API/Controller.php4
-rw-r--r--plugins/API/templates/listAllAPI.twig4
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/API/Controller.php b/plugins/API/Controller.php
index ac8e31ac84..5c391425aa 100644
--- a/plugins/API/Controller.php
+++ b/plugins/API/Controller.php
@@ -108,12 +108,12 @@ class Controller extends \Piwik\Controller
}
echo "
- <b>Dimensions</b>
+ <strong>Dimensions</strong>
<table>
$tableDimensions
</table>
<br/>
- <b>Metrics</b>
+ <strong>Metrics</strong>
<table>
$tableMetrics
</table>
diff --git a/plugins/API/templates/listAllAPI.twig b/plugins/API/templates/listAllAPI.twig
index b30bc150d0..fd05232851 100644
--- a/plugins/API/templates/listAllAPI.twig
+++ b/plugins/API/templates/listAllAPI.twig
@@ -20,14 +20,14 @@
{% endif %}
<p>
- <b>{{ 'API_MoreInformation'|translate("<a target='_blank' href='?module=Proxy&action=redirect&url=http://piwik.org/docs/analytics-api'>","</a>","<a target='_blank' href='?module=Proxy&action=redirect&url=http://piwik.org/docs/analytics-api/reference'>","</a>")|raw }}</b>
+ <strong>{{ 'API_MoreInformation'|translate("<a target='_blank' href='?module=Proxy&action=redirect&url=http://piwik.org/docs/analytics-api'>","</a>","<a target='_blank' href='?module=Proxy&action=redirect&url=http://piwik.org/docs/analytics-api/reference'>","</a>")|raw }}</strong>
</p>
<h2>{{ 'API_UserAuthentication'|translate }}</h2>
<p>
{{ 'API_UsingTokenAuth'|translate('<b>','</b>',"")|raw }}<br/>
- <span id='token_auth'>&amp;token_auth=<b>{{ token_auth }}</b></span><br/>
+ <span id='token_auth'>&amp;token_auth=<strong>{{ token_auth }}</strong></span><br/>
{{ 'API_KeepTokenSecret'|translate('<b>','</b>')|raw }}
{{ list_api_methods_with_links|raw }}
<br/>