From d9b23cf3b0b7c8ed8ad19614932f9bb0b61fcf56 Mon Sep 17 00:00:00 2001 From: FreddleSpl0it Date: Tue, 8 Aug 2023 10:49:12 +0200 Subject: [PATCH] [Web] fix user protocol badges --- data/web/templates/user/tab-user-auth.twig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/web/templates/user/tab-user-auth.twig b/data/web/templates/user/tab-user-auth.twig index f8429821..f4d364d7 100644 --- a/data/web/templates/user/tab-user-auth.twig +++ b/data/web/templates/user/tab-user-auth.twig @@ -47,11 +47,11 @@
- {% 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 not skip_sogo %}{% if mailboxdata.attributes.sogo_access == 1 %}
SOGo
{% else %}
SOGo
{% endif %}{% 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 not skip_sogo %}{% if mailboxdata.attributes.sogo_access == 1 %}
SOGo
{% else %}
SOGo
{% endif %}{% endif %}