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:
Diffstat (limited to 'plugins/Diagnostics/templates/configfile.twig')
-rw-r--r--plugins/Diagnostics/templates/configfile.twig6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/Diagnostics/templates/configfile.twig b/plugins/Diagnostics/templates/configfile.twig
index 46113b51da..a50337fb49 100644
--- a/plugins/Diagnostics/templates/configfile.twig
+++ b/plugins/Diagnostics/templates/configfile.twig
@@ -14,7 +14,8 @@
{% endmacro %}
{% block content %}
- <h2 piwik-enriched-headline>{{ 'Diagnostics_ConfigFileTitle'|translate }}</h2>
+<div piwik-content-block
+ content-title="{{ 'Diagnostics_ConfigFileTitle'|translate|e('html_attr') }}" feature="true">
<p>
{{ 'Diagnostics_ConfigFileIntroduction'|translate('<code>"config/config.ini.php"</code>')|raw }}
{{ 'Diagnostics_HideUnchanged'|translate('<a ng-click="hideGlobalConfigValues=!hideGlobalConfigValues">', '</a>')|raw }}
@@ -25,7 +26,7 @@
{% endfor %}
</p>
- <table class="simple-table diagnostics configfile">
+ <table class="diagnostics configfile" piwik-content-table>
<tbody>
{% for category, configValues in allConfigValues %}
<tr><td colspan="3"><a name="{{ category|e('html_attr') }}"></a><h3>{{ category }}</h3></td></tr>
@@ -52,4 +53,5 @@
</tbody>
</table>
+</div>
{% endblock %} \ No newline at end of file