DENB#56126 als fixed afhalen of bezorgen dan geen label
svn path=/Website/trunk/; revision=41175
This commit is contained in:
@@ -513,11 +513,7 @@ if (rsv_ruimte_key == -1)
|
||||
|
||||
if (restype == "CV")
|
||||
{
|
||||
if (cvab & 2) // dan vast
|
||||
{ %>
|
||||
<label><%=(cvab & 1)? L("lcl_res_bezorgen") : L("lcl_res_afhalen")%></label>
|
||||
<% }
|
||||
else // toggle bezorg/afhaal
|
||||
if (!(cvab & 2)) // toggle bezorg/afhaal
|
||||
{
|
||||
CONTROLGROUP_START({ horizontal: true }); %>
|
||||
<input type="radio" name="ab_mode" id="cvab-a" value="0" onChange="updateCvab(0)" <%=cvab & 1? "" : "checked"%>>
|
||||
|
||||
Reference in New Issue
Block a user