FSN#37825 terminolgie fijnslijperij
svn path=/Website/branches/v2016.2/; revision=30929
This commit is contained in:
@@ -475,9 +475,6 @@ function ins_list (pautfunction, params)
|
||||
var lclass = "";
|
||||
var istatus = oRs("ins_deelsrtcontrole_status").Value != null? oRs("ins_deelsrtcontrole_status").Value : -1;
|
||||
|
||||
if (istatus == 2)
|
||||
lclass = "pending";
|
||||
|
||||
if (inspDone) return lclass;
|
||||
var dt = new Date(oRs("inspectie_next").Value);
|
||||
dt.setHours(0,0,0,0); // trunc datum
|
||||
@@ -885,9 +882,6 @@ function ins_list (pautfunction, params)
|
||||
</script>
|
||||
<div id="legenda" style="display:none; line-height: 30px;">
|
||||
<table id="inslegenda">
|
||||
<tr class="pending">
|
||||
<td title="<%= L("lcl_ins_controle_busy") %>"><%= L("lcl_ins_controle_busy") %></td>
|
||||
</tr>
|
||||
<tr class="expired1">
|
||||
<td title="<%= L("lcl_ins_controle_soon") %>"><%= L("lcl_ins_controle_soon") %></td>
|
||||
</tr>
|
||||
|
||||
@@ -585,7 +585,7 @@ var authparams = user.checkAutorisation(autfunction);
|
||||
<!-- 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>
|
||||
<!-- 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><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>
|
||||
<td></td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user