summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/ldap-start.html
diff options
context:
space:
mode:
authorSimon Rettberg2020-12-15 13:52:36 +0100
committerSimon Rettberg2020-12-15 13:52:36 +0100
commit2218a4a1c5bb100ec920638d1f0c0ee973900c4f (patch)
tree84fd5e6a22645147da73526fa6719bdbf2f1b841 /modules-available/sysconfig/templates/ldap-start.html
parent[sysconfig] Minor code cleanup (diff)
downloadslx-admin-2218a4a1c5bb100ec920638d1f0c0ee973900c4f.tar.gz
slx-admin-2218a4a1c5bb100ec920638d1f0c0ee973900c4f.tar.xz
slx-admin-2218a4a1c5bb100ec920638d1f0c0ee973900c4f.zip
[sysconfig] Remove fixNumeric option; now mandatory, handled transparently
Diffstat (limited to 'modules-available/sysconfig/templates/ldap-start.html')
-rw-r--r--modules-available/sysconfig/templates/ldap-start.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules-available/sysconfig/templates/ldap-start.html b/modules-available/sysconfig/templates/ldap-start.html
index 28019d9e..059d54f5 100644
--- a/modules-available/sysconfig/templates/ldap-start.html
+++ b/modules-available/sysconfig/templates/ldap-start.html
@@ -78,16 +78,6 @@
<br>
<div>
<div class="checkbox">
- <input id="num-cb" type="checkbox" name="fixnumeric" {{#fixnumeric}}checked{{/fixnumeric}}>
- <label for="num-cb"><b>{{lang_fixNumeric}}</b></label>
- </div>
- <div>
- <i>{{lang_fixNumericDescription}}</i>
- </div>
- </div>
- <br>
- <div>
- <div class="checkbox">
<input id="ssl-cb" type="checkbox" name="ssl" onchange="$('#cert-box').css('display', this.checked ? '' : 'none')" {{#ssl}}checked{{/ssl}}>
<label for="ssl-cb"><b>{{lang_ssl}}</b></label>
</div>