From 19ec20ab89bf938fe2dd1a99b62debc76e199425 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 5 Dec 2014 19:15:41 +0100 Subject: Add option to hide or show password fields --- templates/https/_page.html | 54 ------------------------------- templates/https/restart.html | 6 ---- templates/webinterface/httpd-restart.html | 6 ++++ templates/webinterface/https.html | 53 ++++++++++++++++++++++++++++++ templates/webinterface/passwords.html | 25 ++++++++++++++ 5 files changed, 84 insertions(+), 60 deletions(-) delete mode 100644 templates/https/_page.html delete mode 100644 templates/https/restart.html create mode 100644 templates/webinterface/httpd-restart.html create mode 100644 templates/webinterface/https.html create mode 100644 templates/webinterface/passwords.html (limited to 'templates') diff --git a/templates/https/_page.html b/templates/https/_page.html deleted file mode 100644 index bf791526..00000000 --- a/templates/https/_page.html +++ /dev/null @@ -1,54 +0,0 @@ -

{{lang_httpsSettings}}

- -
- -
-
{{lang_httpsSettings}}
-
-

{{lang_description}}

-
- - - {{lang_noHttps}} - -
-
- - - {{lang_randomCert}} - -
-
- - - {{lang_customCert}} - -
- -
- -
-
-
-
diff --git a/templates/https/restart.html b/templates/https/restart.html deleted file mode 100644 index cc84aafb..00000000 --- a/templates/https/restart.html +++ /dev/null @@ -1,6 +0,0 @@ -
-
{{lang_applyingSettings}}
-
-
{{lang_installAndRestart}}
-
-
diff --git a/templates/webinterface/httpd-restart.html b/templates/webinterface/httpd-restart.html new file mode 100644 index 00000000..cc84aafb --- /dev/null +++ b/templates/webinterface/httpd-restart.html @@ -0,0 +1,6 @@ +
+
{{lang_applyingSettings}}
+
+
{{lang_installAndRestart}}
+
+
diff --git a/templates/webinterface/https.html b/templates/webinterface/https.html new file mode 100644 index 00000000..ca2a9d04 --- /dev/null +++ b/templates/webinterface/https.html @@ -0,0 +1,53 @@ +
+ + +
+
{{lang_httpsSettings}}
+
+

{{lang_description}}

+
+ + + {{lang_noHttps}} + +
+
+ + + {{lang_randomCert}} + +
+
+ + + {{lang_customCert}} + +
+ +
+ +
+
+
+
diff --git a/templates/webinterface/passwords.html b/templates/webinterface/passwords.html new file mode 100644 index 00000000..f9fda016 --- /dev/null +++ b/templates/webinterface/passwords.html @@ -0,0 +1,25 @@ +
+ + +
+
{{lang_passwordFields}}
+
+

{{lang_description}}

+
+ + + {{lang_showPasswords}} + +
+
+ + + {{lang_hidePasswords}} + +
+
+ +
+
+
+
-- cgit v1.2.3-55-g7522