diff --git a/plinth/modules/backups/templates/backups.html b/plinth/modules/backups/templates/backups.html index 1550fca73..502e6927b 100644 --- a/plinth/modules/backups/templates/backups.html +++ b/plinth/modules/backups/templates/backups.html @@ -27,33 +27,35 @@ {% block configuration %} - - - {% trans 'Create Backup' %} - +
+ + + {% trans 'Create Backup' %} + - - - {% trans 'Upload and Restore' %} - + + + {% trans 'Upload and Restore' %} + - - - {% trans 'Add Backup Location' %} - + + + {% trans 'Add Backup Location' %} + - - - {% trans 'Add Remote Backup Location' %} - + + + {% trans 'Add Remote Backup Location' %} + +

{% trans 'Existing Backups' %}

diff --git a/plinth/modules/bind/templates/bind.html b/plinth/modules/bind/templates/bind.html index 5f6fa5105..008731763 100644 --- a/plinth/modules/bind/templates/bind.html +++ b/plinth/modules/bind/templates/bind.html @@ -32,11 +32,11 @@ -
- - - {% trans 'Refresh IP address and domains' %} - +
+ + + {% trans 'Refresh IP address and domains' %} +
{% endblock %} diff --git a/plinth/modules/networks/templates/connection_show.html b/plinth/modules/networks/templates/connection_show.html index e1508b114..0074fe7e1 100644 --- a/plinth/modules/networks/templates/connection_show.html +++ b/plinth/modules/networks/templates/connection_show.html @@ -22,7 +22,7 @@
-
+
{% trans "Edit" %} diff --git a/plinth/modules/pagekite/templates/pagekite_configure.html b/plinth/modules/pagekite/templates/pagekite_configure.html index 9cc3e8b01..ff79101e7 100644 --- a/plinth/modules/pagekite/templates/pagekite_configure.html +++ b/plinth/modules/pagekite/templates/pagekite_configure.html @@ -24,13 +24,13 @@

{% trans "Custom Services" %}

-

+

{% if custom_services %}
diff --git a/plinth/modules/power/templates/power.html b/plinth/modules/power/templates/power.html index 2d70f1a09..08f27fb56 100644 --- a/plinth/modules/power/templates/power.html +++ b/plinth/modules/power/templates/power.html @@ -17,12 +17,12 @@
{% endif %} -

+

{% endblock %} diff --git a/plinth/modules/security/templates/security.html b/plinth/modules/security/templates/security.html index edf9a0b79..3584d2062 100644 --- a/plinth/modules/security/templates/security.html +++ b/plinth/modules/security/templates/security.html @@ -7,11 +7,13 @@ {% load i18n %} {% block status %} - - - {% trans "Show security report" %} - + {% if is_backports_requested %}

{% trans "Frequent Feature Updates" %}

diff --git a/plinth/modules/sharing/templates/sharing.html b/plinth/modules/sharing/templates/sharing.html index e0818528c..819eb6609 100644 --- a/plinth/modules/sharing/templates/sharing.html +++ b/plinth/modules/sharing/templates/sharing.html @@ -20,13 +20,13 @@ {% include "app-header.html" with icon_filename=icon_filename name=title description=description %} -

+

{% if not shares %}

{% trans 'No shares currently configured.' %}

diff --git a/plinth/modules/upgrades/templates/upgrades_configure.html b/plinth/modules/upgrades/templates/upgrades_configure.html index bd3dd69f7..f3893ff22 100644 --- a/plinth/modules/upgrades/templates/upgrades_configure.html +++ b/plinth/modules/upgrades/templates/upgrades_configure.html @@ -108,21 +108,21 @@

{% trans "Manual Update" %}

{% if is_busy %} -

+

-

+
{% else %} -

+

{% csrf_token %}
-

+
{% endif %}

diff --git a/plinth/modules/wireguard/templates/wireguard.html b/plinth/modules/wireguard/templates/wireguard.html index b0ce88025..1227189ea 100644 --- a/plinth/modules/wireguard/templates/wireguard.html +++ b/plinth/modules/wireguard/templates/wireguard.html @@ -55,12 +55,14 @@ {% endif %}

- - - {% trans "Add Allowed Client" %} - +

{% trans "As a Client" %}

@@ -103,12 +105,14 @@

- - - {% trans "Add Connection to Server" %} - + {{ block.super }} diff --git a/plinth/modules/wireguard/templates/wireguard_show_client.html b/plinth/modules/wireguard/templates/wireguard_show_client.html index b3e164e87..1aa363fda 100644 --- a/plinth/modules/wireguard/templates/wireguard_show_client.html +++ b/plinth/modules/wireguard/templates/wireguard_show_client.html @@ -65,7 +65,7 @@
-

+

{% endblock %} diff --git a/plinth/modules/wireguard/templates/wireguard_show_server.html b/plinth/modules/wireguard/templates/wireguard_show_server.html index 46380dd65..928e20f60 100644 --- a/plinth/modules/wireguard/templates/wireguard_show_server.html +++ b/plinth/modules/wireguard/templates/wireguard_show_server.html @@ -66,7 +66,7 @@ {% endif %} {% endfor %} -

+

{% endblock %} diff --git a/plinth/templates/notifications.html b/plinth/templates/notifications.html index 3d478fbd3..b27a42f6d 100644 --- a/plinth/templates/notifications.html +++ b/plinth/templates/notifications.html @@ -36,7 +36,7 @@ {% endif %} {% if note.actions %} -

+

{% for action in note.actions %} {% if action.type == "dismiss" %} {% endif %} {% endfor %} -

+
{% endif %} {% endif %} diff --git a/static/themes/default/css/main.css b/static/themes/default/css/main.css index 6662d3800..e49fedcf3 100644 --- a/static/themes/default/css/main.css +++ b/static/themes/default/css/main.css @@ -510,10 +510,6 @@ a.menu_link_active { } /* Button table - Tables with a list of actions as buttons on top */ -.button-table > .button-row + .table-responsive { - margin-top: 0.625rem; -} - .index-page .card-list:before, .apps-page .card-list:before, .system-page .card-list:before {