From 2841c09c1f51aa08d8f857e9883bb94038e222c2 Mon Sep 17 00:00:00 2001 From: FreddleSpl0it Date: Fri, 1 Jul 2022 10:44:21 +0200 Subject: [PATCH] [BS5] fix user auth responsive tab --- data/web/templates/user/tab-user-auth.twig | 29 +++++++++++++--------- 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/data/web/templates/user/tab-user-auth.twig b/data/web/templates/user/tab-user-auth.twig index 2371eb06..1c9a62ea 100644 --- a/data/web/templates/user/tab-user-auth.twig +++ b/data/web/templates/user/tab-user-auth.twig @@ -1,10 +1,15 @@ -
-
-
{{ lang.user.mailbox_general }}
-
- {% if mailboxdata.attributes.force_pw_update == '1' %} -
{{ lang.user.force_pw_update|raw }}
- {% endif %} +
+
+
+ + {{ lang.user.mailbox_general }} +
+
+ {% if mailboxdata.attributes.force_pw_update == '1' %} +
{{ lang.user.force_pw_update|raw }}
+ {% endif %} {% if not skip_sogo %}
@@ -25,11 +30,11 @@

{{ lang.user.direct_protocol_access|raw }}

- {% if mailboxdata.attributes.imap_access == 1 %}
IMAP
{% else %}
IMAP
{% endif %} - {% if mailboxdata.attributes.smtp_access == 1 %}
SMTP
{% else %}
SMTP
{% endif %} - {% if mailboxdata.attributes.sieve_access == 1 %}
Sieve
{% else %}
Sieve
{% endif %} - {% if mailboxdata.attributes.pop3_access == 1 %}
POP3
{% else %}
POP3
{% endif %} - {% if mailboxdata.attributes.sogo_access == 1 %}
SOGo
{% else %}
SOGo
{% endif %} + {% if mailboxdata.attributes.imap_access == 1 %}
IMAP
{% else %}
IMAP
{% endif %} + {% if mailboxdata.attributes.smtp_access == 1 %}
SMTP
{% else %}
SMTP
{% endif %} + {% if mailboxdata.attributes.sieve_access == 1 %}
Sieve
{% else %}
Sieve
{% endif %} + {% if mailboxdata.attributes.pop3_access == 1 %}
POP3
{% else %}
POP3
{% endif %} + {% if mailboxdata.attributes.sogo_access == 1 %}
SOGo
{% else %}
SOGo
{% endif %}