FSN#36966 Backoffice scherm reserveringen klikken op open/verwerkt labels
svn path=/Website/trunk/; revision=29833
This commit is contained in:
@@ -649,9 +649,9 @@ var authparams = user.checkAutorisation(autfunction);
|
||||
<td></td>
|
||||
<td align=left>
|
||||
<input type="checkbox" class="fldresopen" name="res_open" id="res_open" onClick="checkCheckboxes();" value="1" <%=res_open? "checked" : ""%>>
|
||||
<label for="open"><%=L("lcl_open_reservations")%></label>
|
||||
<label for="res_open"><%=L("lcl_open_reservations")%></label>
|
||||
<input type="checkbox" class="fldresclosed" name="res_closed" id="res_closed" onClick="checkCheckboxes();" value="1" <%=res_closed? "checked" : ""%>>
|
||||
<label for="closed"><%=L("lcl_closed_reservations")%></label>
|
||||
<label for="res_closed"><%=L("lcl_closed_reservations")%></label>
|
||||
</td>
|
||||
</tr>
|
||||
<% if (S("res_approval") > 0)
|
||||
|
||||
Reference in New Issue
Block a user