From ebb69dca16ab6171a5950da85e1153f84a027e65 Mon Sep 17 00:00:00 2001 From: thom Date: Thu, 20 Aug 2020 22:09:18 +0200 Subject: [PATCH] Put compression and encryption options in accordion panel (#5704) --- .../templates/web_vhost_domain_backup.htm | 179 ++++++++++-------- 1 file changed, 102 insertions(+), 77 deletions(-) diff --git a/interface/web/sites/templates/web_vhost_domain_backup.htm b/interface/web/sites/templates/web_vhost_domain_backup.htm index 0228ae76bb..19e23931d5 100644 --- a/interface/web/sites/templates/web_vhost_domain_backup.htm +++ b/interface/web/sites/templates/web_vhost_domain_backup.htm @@ -1,81 +1,106 @@ -
-

{tmpl_var name='configuration_error_txt'}

-
-
{tmpl_var name='config_error_tstamp'} : 
{tmpl_var name='config_error_msg'}
-
-
+
+

{tmpl_var name='configuration_error_txt'}

+
+
{tmpl_var name='config_error_tstamp'} : 
+
{tmpl_var name='config_error_msg'}
+
+
-
- -
-
-
- -
-
-
- -
 {tmpl_var name='backup_excludes_note_txt'} -
- - {tmpl_var name='backup_compression_options_txt'} -
- {tmpl_var name='backup_format_web_note_txt'} -
- -
- {tmpl_var name='backup_missing_utils_txt'} {tmpl_var name='missing_utils'} -
-
-
- -
- -
-
-
- -
- -
-
- - {tmpl_var name='backup_encryption_options_txt'} -
- {tmpl_var name='backup_encryption_note_txt'} -
-
- -
- {tmpl_var name="backup_encrypt"} -
-
-
- -
- -
-
- - {tmpl_var name='backup_records'} - - -
- - -
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+
 {tmpl_var name='backup_excludes_note_txt'} +
+
+
+ {tmpl_var name='backup_format_web_note_txt'} +
+ +
+ {tmpl_var name='backup_missing_utils_txt'} {tmpl_var name='missing_utils'} +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+
+
+ {tmpl_var name='backup_encryption_note_txt'} +
+
+ +
+ {tmpl_var name="backup_encrypt"} +
+
+
+ +
+ +
+
+
+
+
+{tmpl_var name='backup_records'} + +
+
+ + +
+
-- GitLab