summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/sshconfig-start.html
diff options
context:
space:
mode:
authorChristian Hofmaier2017-09-25 18:16:10 +0200
committerChristian Hofmaier2017-09-25 18:16:10 +0200
commit69474904127814baa06668488bd67772ad417b6a (patch)
tree0f3f4edcfeb4a9f0e1e0a8f629fdf52b2d56b975 /modules-available/sysconfig/templates/sshconfig-start.html
parent[webinterface] fixed inconsistencies (diff)
downloadslx-admin-69474904127814baa06668488bd67772ad417b6a.tar.gz
slx-admin-69474904127814baa06668488bd67772ad417b6a.tar.xz
slx-admin-69474904127814baa06668488bd67772ad417b6a.zip
[sysconfig][baseconfig] fixed inconsistencies
Diffstat (limited to 'modules-available/sysconfig/templates/sshconfig-start.html')
-rw-r--r--modules-available/sysconfig/templates/sshconfig-start.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/modules-available/sysconfig/templates/sshconfig-start.html b/modules-available/sysconfig/templates/sshconfig-start.html
index a208dbac..ea4297f2 100644
--- a/modules-available/sysconfig/templates/sshconfig-start.html
+++ b/modules-available/sysconfig/templates/sshconfig-start.html
@@ -6,11 +6,13 @@
<input type="text" name="title" value="{{title}}" class="form-control" autofocus="autofocus">
</div>
<div class="form-group">
- <label>
+ <div class="checkbox">
<input type="checkbox" name="allowPasswordLogin" value="yes" {{#apl}}checked{{/apl}}>
- {{lang_allowPass}}
- </label>
- <p><i>{{lang_allowPassInfo}}</i></p>
+ <label><b>{{lang_allowPass}}</b></label>
+ </div>
+ <div>
+ <i>{{lang_allowPassInfo}}</i>
+ </div>
</div>
<div class="form-group">
<label for="root-key">{{lang_rootKey}}</label>
@@ -26,7 +28,7 @@
<a class="btn btn-default" href="?do=SysConfig&action=addmodule">{{lang_back}}</a>
</div>
<div class="btn-group pull-right">
- <button type="submit" class="btn btn-primary">{{lang_save}}</button>
+ <button type="submit" class="btn btn-primary"><span class="glyphicon glyphicon-floppy-disk"></span> {{lang_save}}</button>
</div>
</form>