summaryrefslogtreecommitdiffstats
path: root/templates/sysconfig/sshconfig-start.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/sysconfig/sshconfig-start.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/sysconfig/sshconfig-start.html')
-rw-r--r--templates/sysconfig/sshconfig-start.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/sysconfig/sshconfig-start.html b/templates/sysconfig/sshconfig-start.html
index 9d1426d1..2aa409d3 100644
--- a/templates/sysconfig/sshconfig-start.html
+++ b/templates/sysconfig/sshconfig-start.html
@@ -6,10 +6,11 @@
<input type="text" name="title" value="{{title}}" class="form-control" autofocus="autofocus">
</div>
<div class="form-group">
- <label class="checkbox" for="allow-pw">{{lang_allowPass}}
+ <label>
<input type="checkbox" name="allowPasswordLogin" value="yes" {{#apl}}checked{{/apl}}>
+ {{lang_allowPass}}
</label>
- <i>{{lang_allowPassInfo}}</i>
+ <p><i>{{lang_allowPassInfo}}</i></p>
</div>
<div class="form-group">
<label for="root-key">{{lang_rootKey}}</label>