FCLT-SUP#43187 Actie bij melder zetten ontbreekt op mobile
svn path=/Website/branches/v2017.2/; revision=35524
This commit is contained in:
@@ -280,7 +280,7 @@ var sql = "";
|
||||
var noti = $(deze).prop("checked");
|
||||
$("#notioption").css("display", noti ? "inline":"none");
|
||||
if (noti)
|
||||
$("#notifyFE").prop("checked", <%=S("mld_note_default_notifyFE") == 1? 1 : 0%> == 1);
|
||||
$("#notifyFE").prop("checked", <%=S("mld_note_default_notifyfe") == 1? 1 : 0%> == 1);
|
||||
else
|
||||
$("#notifyFE").prop("checked", false);
|
||||
}
|
||||
@@ -303,7 +303,7 @@ var sql = "";
|
||||
if (S("mld_flag_on_fenote")>0 && pnote.fenotes>0)
|
||||
{
|
||||
Response.Write("<span id='notioption'"+(pnote.zichtbaar? "style='display:inline'" :" style='display:none'")+">");
|
||||
CHB_FIELD("notifyFE", "<nobr>" + L("lcl_mld_toekennen_FE") + "</nobr>",pnote.zichtbaar, {disabled: false});
|
||||
CHB_FIELD("notifyFE", "<nobr>" + L("lcl_mld_toekennen_FE") + "</nobr>", false, {disabled: false});
|
||||
Response.Write("<label for='notifyFE'>{0}</label></span>".format(L("lcl_mld_toekennen_FE")));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user