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 %}