FSN#35145 RES: veld ruimte oogt wijzigbaar bij 'externe' reservering

svn path=/Website/trunk/; revision=29340
This commit is contained in:
Erik Groener
2016-05-10 09:15:30 +00:00
parent 4fe459e1a9
commit 4dfe37f79d

View File

@@ -1161,7 +1161,7 @@ FCLTHeader.Requires({plugins: ["jQuery", "kenmerk"],
<tr><td class="label"><label for='sel_room'><%=L("lcl_room")%>:</label></td> <tr><td class="label"><label for='sel_room'><%=L("lcl_room")%>:</label></td>
<td><div id='req_sel_room'> <td><div id='req_sel_room'>
<input type="text" id="sel_room" <input type="text" id="sel_room"
class="<%=!rrr.res_ruimte_extern? "button fldresroomedit" : ""%> fldresroom required" class="<%=!rrr.res_ruimte_extern? "button fldresroomedit required" : ""%> fldresroom"
readonly readonly
<% if (!rrr.res_ruimte_extern) { %> onclick="FindAvailableRooms()" <% } %> <% if (!rrr.res_ruimte_extern) { %> onclick="FindAvailableRooms()" <% } %>
value="<%=L("lcl_res_select_room")%>" value="<%=L("lcl_res_select_room")%>"