diff --git a/plinth/modules/power/templates/power_restart.html b/plinth/modules/power/templates/power_restart.html index 75bd8d3e6..5d1803eb1 100644 --- a/plinth/modules/power/templates/power_restart.html +++ b/plinth/modules/power/templates/power_restart.html @@ -25,13 +25,7 @@ {% block content %} {% block pagetitle %} -

{{ title }} - {% if manual_page %} - - Manual - - {% endif %} -

+

{{ title }}

{% endblock %}

@@ -42,6 +36,14 @@ {% endblocktrans %}

+ {% if manual_page %} +

+ + {% trans 'Learn more...' %} + +

+ {% endif %} + {% if pkg_manager_is_busy %}
{% blocktrans trimmed %} diff --git a/plinth/modules/power/templates/power_shutdown.html b/plinth/modules/power/templates/power_shutdown.html index b2bf271cf..b5f19b683 100644 --- a/plinth/modules/power/templates/power_shutdown.html +++ b/plinth/modules/power/templates/power_shutdown.html @@ -25,13 +25,7 @@ {% block content %} {% block pagetitle %} -

{{ title }} - {% if manual_page %} - - Manual - - {% endif %} -

+

{{ title }}

{% endblock %}

@@ -41,6 +35,14 @@ {% endblocktrans %}

+ {% if manual_page %} +

+ + {% trans 'Learn more...' %} + +

+ {% endif %} + {% if pkg_manager_is_busy %}
{% blocktrans trimmed %} diff --git a/plinth/modules/tor/templates/tor.html b/plinth/modules/tor/templates/tor.html index 01a7bc3e2..401d5e26a 100644 --- a/plinth/modules/tor/templates/tor.html +++ b/plinth/modules/tor/templates/tor.html @@ -32,14 +32,6 @@ {% block configuration %} - {% if manual_page %} -

- - {% trans 'Learn more...' %} - -

- {% endif %} - {% include "clients.html" with clients=clients %}

{% trans "Status" %}