NYBU#38220 Aantal personen en opstelling wijzigen toch ongewenst.
svn path=/Website/branches/v2016.2/; revision=31237
This commit is contained in:
@@ -1178,8 +1178,12 @@ FCLTHeader.Requires({plugins: ["jQuery", "kenmerk"],
|
||||
<input type="text" id="sel_room"
|
||||
class="<%=((!rrr.res_ruimte_extern && !readonlyFE) ? "button fldresroomedit required" : "")%> fldresroom"
|
||||
readonly
|
||||
<% if (!rrr.res_ruimte_extern && !readonlyFE) { %> onclick="FindAvailableRooms()" <% } %>
|
||||
<% if (!rrr.res_ruimte_extern && !readonlyFE) { %>
|
||||
onclick="FindAvailableRooms()"
|
||||
value="<%=L("lcl_res_select_room")%>"
|
||||
<% } else {%>
|
||||
value="<%=rri.ruimte_nr%>"
|
||||
<% } %>
|
||||
name="sel_room" <%=attrValue%> />
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user