FSN#36966 op label van checkbox vervolgactie vereist kunnen klikken

svn path=/Website/trunk/; revision=29850
This commit is contained in:
Ruud Lipper
2016-06-24 14:18:40 +00:00
parent e7c8b85ac8
commit d750ba758e

View File

@@ -551,7 +551,7 @@ var authparams = user.checkAutorisation(autfunction);
<!-- Gestarte/begonnen inspecties (status 2)) -->
<tr><td><input type="checkbox" class="fldcheck" name="insInspBusy" id="insInspBusy" value="1" checked <%=inspBusy? "checked" : ""%>></td><td><label for="insInspBusy"><%=L("lcl_ins_controle_busy")%></label></td></tr>
<!-- Actie vereist (Afgemelde inspecties (status 5)) -->
<tr><td align=left><input type="checkbox" class="fldcheck" name="insInspClosed" id="insInspClosed" value="1" checked <%=inspClosed? "checked" : ""%>></td><td><label for="insinspClosed"><%=L("lcl_ins_controle_act_req")%></label></td></tr>
<tr><td align=left><input type="checkbox" class="fldcheck" name="insInspClosed" id="insInspClosed" value="1" checked <%=inspClosed? "checked" : ""%>></td><td><label for="insInspClosed"><%=L("lcl_ins_controle_act_req")%></label></td></tr>
<!-- Binnenkort. Zonder begindatum is te laat + binnenkort. Zonder einddatum is binnenkort + toekomst -->
<tr><td><input type="checkbox" class="fldcheck" name="insInspSoon" id="insInspSoon" value="1" CHECKED></td><td><label for="insInspSoon"><%=L("lcl_ins_controle_soon")%></label></td></tr>
<tr>