From: Michael Tremer Date: Mon, 29 Nov 2021 14:42:02 +0000 (+0000) Subject: CSS: Replace text-left/-right with text-start/-end X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ba8a70cfde6ad9f1e9cc2a400ccf5f9cf135265;p=ipfire.org.git CSS: Replace text-left/-right with text-start/-end Signed-off-by: Michael Tremer --- diff --git a/src/templates/donate/donate.html b/src/templates/donate/donate.html index baf5e15d..b1562d28 100644 --- a/src/templates/donate/donate.html +++ b/src/templates/donate/donate.html @@ -83,7 +83,7 @@ -

+

{{ _("Prefer donating in US Dollar?") }} {{ _("Prefer donating in Euro?") }}

diff --git a/src/templates/download/release.html b/src/templates/download/release.html index ee0a56b6..e01f04ed 100644 --- a/src/templates/download/release.html +++ b/src/templates/download/release.html @@ -66,7 +66,7 @@
-
+
diff --git a/src/templates/fireinfo/index.html b/src/templates/fireinfo/index.html index d2d59b28..201e3c46 100644 --- a/src/templates/fireinfo/index.html +++ b/src/templates/fireinfo/index.html @@ -24,7 +24,7 @@
{% if latest_release %} -
+

{{ "%.2f%%" % (latest_release.penetration * 100) }} @@ -41,7 +41,7 @@

{% end %} -
+
IPFire Logo
@@ -116,7 +116,7 @@
-
+

{{ "%.2f%%" % (virtual_ratio * 100) }} diff --git a/src/templates/fireinfo/profile.html b/src/templates/fireinfo/profile.html index e9ad437f..e29d2c7f 100644 --- a/src/templates/fireinfo/profile.html +++ b/src/templates/fireinfo/profile.html @@ -51,7 +51,7 @@

-
+
{% for zone in profile.network %} {% if zone == "red" %} {{ _("RED") }} diff --git a/src/templates/location/download.html b/src/templates/location/download.html index bc2ce181..448a9354 100644 --- a/src/templates/location/download.html +++ b/src/templates/location/download.html @@ -20,7 +20,7 @@
-
+
@@ -54,7 +54,7 @@

-
+
{{ _(
@@ -71,7 +71,7 @@
-
+
{{ _(
diff --git a/src/templates/location/how-to-use.html b/src/templates/location/how-to-use.html index acb81838..787053bd 100644 --- a/src/templates/location/how-to-use.html +++ b/src/templates/location/how-to-use.html @@ -21,7 +21,7 @@
-
+
{{ _(
@@ -70,7 +70,7 @@ AS204867 (Lightning Wire Labs GmbH)
-
+
{{ _(
diff --git a/src/templates/modules/progress-bar.html b/src/templates/modules/progress-bar.html index 429cdb51..583c2963 100644 --- a/src/templates/modules/progress-bar.html +++ b/src/templates/modules/progress-bar.html @@ -1,5 +1,5 @@
-
+
{{ "%.2f" % value }}%
diff --git a/src/templates/people/modules/registrations.html b/src/templates/people/modules/registrations.html index 2b3799e0..eddc9a9c 100644 --- a/src/templates/people/modules/registrations.html +++ b/src/templates/people/modules/registrations.html @@ -9,7 +9,7 @@ {{ reg.user_agent }} {{ reg.protocol }}/{{ reg.network_ip }}:{{ reg.network_port }} - + {% if reg.is_reachable() and reg.latency %} {{ "%.2f ms" % reg.latency }} {% else %}