
+ alt="{% trans "Spacing" %}">

+ alt="{% trans "Connection" %}">

+ alt="{% trans "Connection" %}">
{% trans "External" %}
{% for connection in connections %}
{% if connection.interface_name and connection.is_active and connection.zone == 'external' %}
{% if connection.type == '802-3-ethernet' %}

+ class="network-type-icon" alt="{% trans "Ethernet" %}">
{% elif connection.type == '802-11-wireless' %}

+ class="network-type-icon" alt="{% trans "Wi-Fi" %}">
{% endif %}
@@ -40,15 +40,15 @@

+ class="col-image network-entity" alt="{{ box_name }}">

+ alt="{% trans "Spacing" %}">

+ alt="{% trans "Connection" %}">
{% trans "Internal" %}
{% for connection in connections %}
@@ -56,10 +56,10 @@
{% if connection.type == '802-3-ethernet' %}
+ class="network-type-icon" alt="{% trans "Ethernet" %}">
{% elif connection.type == '802-11-wireless' %}
+ class="network-type-icon" alt="{% trans "Wi-Fi" %}">
{% endif %}
@@ -70,10 +70,10 @@

+ alt="{% trans "Connection" %}">

+ class="col-image network-entity" alt="{% trans "Computer" %}">
diff --git a/plinth/modules/networks/templates/networks_configuration.html b/plinth/modules/networks/templates/networks_configuration.html
index 2c4ed99a0..0d56d29e9 100644
--- a/plinth/modules/networks/templates/networks_configuration.html
+++ b/plinth/modules/networks/templates/networks_configuration.html
@@ -9,7 +9,7 @@
{% block page_head %}
+ href="{% static 'networks/networks.css' %}">
{% endblock %}
{% block configuration %}
diff --git a/plinth/modules/oidc/templates/oauth2_provider/authorize.html b/plinth/modules/oidc/templates/oauth2_provider/authorize.html
index 60d689d84..162d503dc 100644
--- a/plinth/modules/oidc/templates/oauth2_provider/authorize.html
+++ b/plinth/modules/oidc/templates/oauth2_provider/authorize.html
@@ -11,12 +11,12 @@

+ class="col-image network-entity" alt="{% trans "Application" %}">

+ alt="{% trans "Connection" %}">

+ class="col-image network-entity" alt="{{ box_name }}">
{% trans "Authorize App" %}
diff --git a/plinth/modules/samba/templates/samba.html b/plinth/modules/samba/templates/samba.html
index b67377dd1..8999ec5f8 100644
--- a/plinth/modules/samba/templates/samba.html
+++ b/plinth/modules/samba/templates/samba.html
@@ -10,7 +10,7 @@
{% block page_head %}
+ href="{% static 'samba/samba.css' %}">
{% endblock %}
{% block configuration %}
diff --git a/plinth/modules/sharing/templates/sharing.html b/plinth/modules/sharing/templates/sharing.html
index 4eedd13c7..730ba1fd6 100644
--- a/plinth/modules/sharing/templates/sharing.html
+++ b/plinth/modules/sharing/templates/sharing.html
@@ -8,7 +8,7 @@
{% block page_head %}
+ href="{% static 'sharing/sharing.css' %}">
{% endblock %}
{% block configuration %}
diff --git a/plinth/modules/storage/templates/storage.html b/plinth/modules/storage/templates/storage.html
index 3e7c53892..c2b0e9afa 100644
--- a/plinth/modules/storage/templates/storage.html
+++ b/plinth/modules/storage/templates/storage.html
@@ -9,7 +9,7 @@
{% block page_head %}
+ href="{% static 'storage/storage.css' %}">
{% endblock %}
{% block configuration %}
diff --git a/plinth/templates/base.html b/plinth/templates/base.html
index 245351aab..614090bdb 100644
--- a/plinth/templates/base.html
+++ b/plinth/templates/base.html
@@ -9,30 +9,30 @@
-
+
-
+
-
+
-
-
-
-
-
+
+
+
+
+
+ {% endblocktrans %}">
{% block title %}
{% if title %} {{ title }} {% else %} {{ box_name }} {% endif %}
@@ -41,21 +41,21 @@
+ href="{% static 'theme/img/freedombox-logo-32px.png' %}">
-
-
-
+
+
+
-
-
-
+
+
+
{% if user_css %}
-
+
{% endif %}