From 390d10d6566405c82f96ef57c784a4c910f292b2 Mon Sep 17 00:00:00 2001 From: BlackDex Date: Wed, 4 Mar 2020 13:25:38 +0100 Subject: [PATCH] Relocated SMTP test input+button. - Moved smtp test option to within the "SMTP Email" Settings block. - Added optional option to prevent full page reload. - SMTP Test and Backup do not reload the admin interface any more. --- src/static/templates/admin/page.hbs | 45 ++++++++++++++++------------- 1 file changed, 25 insertions(+), 20 deletions(-) diff --git a/src/static/templates/admin/page.hbs b/src/static/templates/admin/page.hbs index f3263977..6fd4393f 100644 --- a/src/static/templates/admin/page.hbs +++ b/src/static/templates/admin/page.hbs @@ -72,16 +72,6 @@ environment. -
-
SMTP Test
- Email: - -
- - -
-
-
{{#each config}} {{#if groupdoc}} @@ -121,6 +111,17 @@ {{/if}} {{/each}} + {{#case group "smtp"}} +
+ +
+ +
+ +
+
+
+ {{/case}} {{/if}} @@ -202,7 +203,11 @@