FCLT#55142 Objectsoort aanmaken
svn path=/Website/trunk/; revision=39606
This commit is contained in:
@@ -96,6 +96,11 @@ else
|
||||
if (!validateForm("u2"))
|
||||
return false;
|
||||
|
||||
if ($(".fldcheck", "#insBindList").filter(":checked").length == 0)
|
||||
{ // no fldcheck field is checked
|
||||
FcltMgr.alert('<%=L("lcl_obj_bind_mandatory")%>'+'\n<%=[L("lcl_obj_bind_r"), L("lcl_obj_bind_w"), L("lcl_obj_bind_t"), L("lcl_obj_bind_p"), L("lcl_obj_bind_a"), L("lcl_obj_bind_i")].join(" of ")%>');
|
||||
return false;
|
||||
}
|
||||
window.document.forms.u2.submit();
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user