diff options
author | Simon Rettberg | 2017-08-16 18:20:55 +0200 |
---|---|---|
committer | Simon Rettberg | 2017-08-16 18:20:55 +0200 |
commit | 4c68a5f0390e74843e2b41f9a68c0899635308bf (patch) | |
tree | 6f64f26cb3de1c14253cb75acb4bfaae08452ff7 /modules-available/sysconfig/templates/ad-start.html | |
parent | Fix checkbox style (diff) | |
download | slx-admin-4c68a5f0390e74843e2b41f9a68c0899635308bf.tar.gz slx-admin-4c68a5f0390e74843e2b41f9a68c0899635308bf.tar.xz slx-admin-4c68a5f0390e74843e2b41f9a68c0899635308bf.zip |
[sysconfig] Add support to disable fixNumeric hack in ldadp
Diffstat (limited to 'modules-available/sysconfig/templates/ad-start.html')
-rw-r--r-- | modules-available/sysconfig/templates/ad-start.html | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/modules-available/sysconfig/templates/ad-start.html b/modules-available/sysconfig/templates/ad-start.html index efe7e64e..1f8e1e01 100644 --- a/modules-available/sysconfig/templates/ad-start.html +++ b/modules-available/sysconfig/templates/ad-start.html @@ -55,10 +55,21 @@ <br> <div> <label> + <input type="checkbox" name="fixnumeric" {{#fixnumeric}}checked{{/fixnumeric}}> {{lang_fixNumeric}} + </label> + <div> + <i>{{lang_fixNumericDescription}}</i> + </div> + </div> + <br> + <div> + <label> <input type="checkbox" name="ssl" onchange="$('#cert-box').css('display', this.checked ? '' : 'none')" {{#ssl}}checked{{/ssl}}> {{lang_ssl}} </label> + <div> + <i>{{lang_sslDescription}}</i> + </div> </div> - <i>{{lang_sslDescription}}</i> <br/> <hr> <div class="btn-group"> |