From e663f3db72243b693ed732579f78161ec7b355dc Mon Sep 17 00:00:00 2001 From: FreddleSpl0it Date: Wed, 13 Apr 2022 14:07:07 +0200 Subject: [PATCH] [BS5] change form-group --- .../templates/admin/tab-config-admins.twig | 26 +-- .../templates/admin/tab-config-customize.twig | 12 +- data/web/templates/admin/tab-config-dkim.twig | 18 +- data/web/templates/admin/tab-config-f2b.twig | 14 +- .../templates/admin/tab-config-fwdhosts.twig | 4 +- .../admin/tab-config-password-policy.twig | 6 +- .../admin/tab-config-quarantine.twig | 20 +-- .../web/templates/admin/tab-config-quota.twig | 6 +- .../templates/admin/tab-config-rsettings.twig | 6 +- .../templates/admin/tab-config-rspamd.twig | 8 +- .../admin/tab-globalfilter-regex.twig | 6 +- data/web/templates/admin/tab-routing.twig | 18 +- data/web/templates/admin/tab-sys-mails.twig | 14 +- data/web/templates/edit/admin.twig | 12 +- data/web/templates/edit/alias.twig | 12 +- data/web/templates/edit/aliasdomain.twig | 12 +- data/web/templates/edit/app-passwd.twig | 12 +- data/web/templates/edit/bcc.twig | 8 +- data/web/templates/edit/domain.twig | 34 ++-- data/web/templates/edit/domainadmin.twig | 18 +- data/web/templates/edit/filter.twig | 10 +- data/web/templates/edit/mailbox.twig | 56 +++--- data/web/templates/edit/oauth2client.twig | 10 +- data/web/templates/edit/recipient_map.twig | 8 +- data/web/templates/edit/relayhost.twig | 10 +- data/web/templates/edit/resource.twig | 10 +- data/web/templates/edit/syncjob.twig | 42 ++--- data/web/templates/edit/tls_policy_map.twig | 10 +- data/web/templates/edit/transport.twig | 14 +- data/web/templates/mailbox/tab-filters.twig | 8 +- data/web/templates/modals/admin.twig | 44 ++--- data/web/templates/modals/footer.twig | 22 +-- data/web/templates/modals/mailbox.twig | 162 +++++++++--------- data/web/templates/modals/quarantine.twig | 18 +- data/web/templates/modals/user.twig | 74 ++++---- data/web/templates/oauth/authorize.twig | 2 +- data/web/templates/qhandler.twig | 14 +- data/web/templates/user/Pushover.twig | 104 ++++++----- data/web/templates/user/Spamfilter.twig | 2 +- 39 files changed, 442 insertions(+), 444 deletions(-) diff --git a/data/web/templates/admin/tab-config-admins.twig b/data/web/templates/admin/tab-config-admins.twig index 84092fde..5fd176c6 100644 --- a/data/web/templates/admin/tab-config-admins.twig +++ b/data/web/templates/admin/tab-config-admins.twig @@ -3,7 +3,7 @@
{{ lang.admin.admin_details }}
-
+
@@ -92,7 +92,7 @@
-
+
@@ -108,7 +108,7 @@

-
+

{{ lang.admin.license_info|raw }}

@@ -135,33 +135,33 @@
-
+
-
+
-
+
{{ api.ro.api_key|default('-') }}
-
+
-
+
@@ -180,33 +180,33 @@
-
+
-
+
-
+
{{ api.rw.api_key|default('-') }}
-
+
-
+
diff --git a/data/web/templates/admin/tab-config-customize.twig b/data/web/templates/admin/tab-config-customize.twig index 6ffe907c..b0484bf8 100644 --- a/data/web/templates/admin/tab-config-customize.twig +++ b/data/web/templates/admin/tab-config-customize.twig @@ -62,24 +62,24 @@ {{ lang.admin.ui_texts }}
-
+
-
+
-
+
-
+

-
+

{{ lang.admin.ui_header_announcement_help }}

diff --git a/data/web/templates/admin/tab-config-dkim.twig b/data/web/templates/admin/tab-config-dkim.twig index 15b778e7..9ac2b915 100644 --- a/data/web/templates/admin/tab-config-dkim.twig +++ b/data/web/templates/admin/tab-config-dkim.twig @@ -90,16 +90,16 @@ {{ lang.admin.dkim_add_key }}
-
+
{{ lang.admin.dkim_domains_wo_keys }}
-
+
-
+
-
+
-
+
-
+
@@ -141,7 +141,7 @@
-
+
{{ lang.admin.f2b_parameters }}
-
+
-
+
-
+
-
+
/
-
+
/ @@ -31,11 +31,11 @@

{{ lang.admin.f2b_list_info|raw }}

-
+
-
+
diff --git a/data/web/templates/admin/tab-config-fwdhosts.twig b/data/web/templates/admin/tab-config-fwdhosts.twig index 7605a937..462a89b5 100644 --- a/data/web/templates/admin/tab-config-fwdhosts.twig +++ b/data/web/templates/admin/tab-config-fwdhosts.twig @@ -21,11 +21,11 @@ {{ lang.admin.add_forwarding_host }}

{{ lang.admin.forwarding_hosts_add_hint }}

-
+
-
+
@@ -13,7 +13,7 @@
{% else %} -
+
{% endif %} {% endfor %} -
+
diff --git a/data/web/templates/admin/tab-config-quarantine.twig b/data/web/templates/admin/tab-config-quarantine.twig index 821e7b22..9cc0175c 100644 --- a/data/web/templates/admin/tab-config-quarantine.twig +++ b/data/web/templates/admin/tab-config-quarantine.twig @@ -6,58 +6,58 @@
{{ lang.quarantine.disabled_by_config }}
{% endif %} -
+
-
+
-
+
-
+

-
+
-
+

-
+
-
+

-
+
-
+
-
+
@@ -32,7 +32,7 @@
-
+

-
+
-
+
-
+
diff --git a/data/web/templates/admin/tab-config-rspamd.twig b/data/web/templates/admin/tab-config-rspamd.twig index 251fe58b..4fc5a1ad 100644 --- a/data/web/templates/admin/tab-config-rspamd.twig +++ b/data/web/templates/admin/tab-config-rspamd.twig @@ -10,26 +10,26 @@
-
+ -
+
-
+
-
+
diff --git a/data/web/templates/admin/tab-globalfilter-regex.twig b/data/web/templates/admin/tab-globalfilter-regex.twig index 26239a77..e0d90a54 100644 --- a/data/web/templates/admin/tab-globalfilter-regex.twig +++ b/data/web/templates/admin/tab-globalfilter-regex.twig @@ -6,7 +6,7 @@

{{ lang.admin.rspamd_global_filters_info }}

-
+