summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/ldap-start.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/sysconfig/templates/ldap-start.html')
-rw-r--r--modules-available/sysconfig/templates/ldap-start.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules-available/sysconfig/templates/ldap-start.html b/modules-available/sysconfig/templates/ldap-start.html
index a457ecd3..cbb142ea 100644
--- a/modules-available/sysconfig/templates/ldap-start.html
+++ b/modules-available/sysconfig/templates/ldap-start.html
@@ -52,8 +52,8 @@
<br>
<div>
<div class="checkbox">
- <input type="checkbox" name="fixnumeric" {{#fixnumeric}}checked{{/fixnumeric}}>
- <label><b>{{lang_fixNumeric}}</b></label>
+ <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>
@@ -62,8 +62,8 @@
<br>
<div>
<div class="checkbox">
- <input type="checkbox" name="ssl" onchange="$('#cert-box').css('display', this.checked ? '' : 'none')" {{#ssl}}checked{{/ssl}}>
- <label><b>{{lang_ssl}}</b></label>
+ <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>
<div>
<i>{{lang_sslDescription}}</i>