FSN#36966 op label van checkbox vervolgactie vereist kunnen klikken
svn path=/Website/trunk/; revision=29850
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user