summaryrefslogtreecommitdiffstats
path: root/templates/webinterface/https.html
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-28 16:08:37 +0200
committerSimon Rettberg2015-09-28 16:08:37 +0200
commit8fc0fb48b4b1c7faa1728c59fcde269d9ab744f6 (patch)
tree3ea1985c7ca4484a36c0bdc452f2eec7706440e1 /templates/webinterface/https.html
parentUse systemctl to start/stop services (diff)
downloadslx-admin-8fc0fb48b4b1c7faa1728c59fcde269d9ab744f6.tar.gz
slx-admin-8fc0fb48b4b1c7faa1728c59fcde269d9ab744f6.tar.xz
slx-admin-8fc0fb48b4b1c7faa1728c59fcde269d9ab744f6.zip
Improved several translations, added help texts, fixed module grouping, layout
Diffstat (limited to 'templates/webinterface/https.html')
-rw-r--r--templates/webinterface/https.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/webinterface/https.html b/templates/webinterface/https.html
index ca2a9d04..d2b4c69a 100644
--- a/templates/webinterface/https.html
+++ b/templates/webinterface/https.html
@@ -5,13 +5,15 @@
<div class="panel-heading">{{lang_httpsSettings}}</div>
<div class="panel-body">
<p>{{lang_description}}</p>
- <div class="input-group" onclick="$('#moff').prop('checked', true)">
+ <div class="input-group" onclick="$('#moff').prop('checked', true);
+ $('#wcustom').hide()">
<span class="input-group-addon"><input id="moff" type="radio" name="mode" value="off"></span>
<span class="form-control">
{{lang_noHttps}}
</span>
</div>
- <div class="input-group" onclick="$('#mrandom').prop('checked', true)">
+ <div class="input-group" onclick="$('#mrandom').prop('checked', true);
+ $('#wcustom').hide()">
<span class="input-group-addon"><input id="mrandom" type="radio" name="mode" value="random"></span>
<span class="form-control">
{{lang_randomCert}}