From eba6868a3fb505afc352cacb9aa6c9fcabc7dff4 Mon Sep 17 00:00:00 2001 From: Stefan Strigler Date: Fri, 6 Mar 2026 13:16:56 +0100 Subject: [PATCH] styling improvements --- priv/mod_invites/apps.html | 6 +++--- priv/mod_invites/client.html | 24 +++++++++++++----------- priv/mod_invites/invite.html | 4 ++-- priv/mod_invites/register.html | 8 ++++---- priv/mod_invites/register_success.html | 22 +++++++++++----------- priv/mod_invites/roster.html | 1 - 6 files changed, 33 insertions(+), 32 deletions(-) diff --git a/priv/mod_invites/apps.html b/priv/mod_invites/apps.html index a30f3c210..54e485529 100644 --- a/priv/mod_invites/apps.html +++ b/priv/mod_invites/apps.html @@ -1,9 +1,9 @@ -
+
{% for item in apps %}
-
+
{{ item.alttext }}
@@ -21,6 +21,6 @@ {% endfor %}
-
+
{% blocktrans with tabidx=apps|length|add:2 %}Showing apps for your current platform only. You may also view all apps.{% endblocktrans %}
diff --git a/priv/mod_invites/client.html b/priv/mod_invites/client.html index c773ff39e..cf7a43c8d 100644 --- a/priv/mod_invites/client.html +++ b/priv/mod_invites/client.html @@ -9,15 +9,18 @@ {% blocktrans %}You have been invited to chat on {{ site_name }}, part of the XMPP secure and decentralized messaging network.{% endblocktrans %} {% endif %}

-

{% blocktrans with app_name=app.name %}You can start chatting right away with {{ app_name }}. Let's get started!{% endblocktrans %}

+
+ + {% blocktrans with app_name=app.name %}You can start chatting right away with {{ app_name }}. Let's get started!{% endblocktrans %} +
-
+
- {{ app.alttext }} + {{ app.alttext }}
-
-
+
+

{{ app.name }}

{% for item in app.platforms %}{{ item }} {% endfor %} @@ -28,7 +31,7 @@
-

{% blocktrans with app_name=app.name %}Step 1: Install {{ app_name }}{% endblocktrans %}

+

{% blocktrans with app_name=app.name %}Step 1: Install {{ app_name }}{% endblocktrans %}

{% if app.download.text %}{{ app.download.text }}{% else %}{% blocktrans with app_name=app.name %}Download and install {{ app_name }} below:{% endblocktrans %}{% endif %}

@@ -49,22 +52,21 @@

{% blocktrans with app_name=app.name %}After successfully installing {{ app_name }}, come back to this page and continue with Step 2.{% endblocktrans %}

-

{% trans "Step 2: Activate your account" %}

+

{% trans "Step 2: Activate your account" %}

{% trans "Installed ok? Great! Click or tap the button below to accept your invite and continue with your account setup:" %}

-
- {% blocktrans with app_name=app.name %}Accept invite using {{ app_name }}{% endblocktrans %}
+

{% blocktrans with app_name=app.name %}After clicking the button you will be taken to {{ app_name }} to finish setting up your new {{ site_name }} account.{% endblocktrans %}

- {% endblock %} diff --git a/priv/mod_invites/invite.html b/priv/mod_invites/invite.html index 153d4aff9..5dd7ec7f1 100644 --- a/priv/mod_invites/invite.html +++ b/priv/mod_invites/invite.html @@ -11,6 +11,6 @@ {% include "apps.html" %} -

{% trans "Other software" %}

-

{% blocktrans with tabidx=apps|length|add:3 %}You can connect to {{ site_name }} using any XMPP-compatible software. If your preferred software is not listed above, you may still register an account manually.{% endblocktrans %}

+

{% trans "Other software" %}

+

{% blocktrans with tabidx=apps|length|add:3 %}You can connect to {{ site_name }} using any XMPP-compatible software. If your preferred software is not listed above, you may still register an account manually.{% endblocktrans %}

{% endblock %} diff --git a/priv/mod_invites/register.html b/priv/mod_invites/register.html index 0452107fe..1d5267f84 100644 --- a/priv/mod_invites/register.html +++ b/priv/mod_invites/register.html @@ -25,7 +25,7 @@ {%if error and error.class == 'undefined' %}{% endif %}
- +
- +
@@ -58,11 +58,11 @@ {% if app %}{% endif %} - +