Quick fix for Issue #1311

git-svn-id: svn://192.168.202.10@3446 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2021-05-28 02:02:43 +00:00
parent b6fccf0dfd
commit 51181f86ef
@@ -456,7 +456,6 @@ function checkForm(form_name) {
if (form_name.template_name.value=="") {error_msg += " - <?php echo _QXZ("Template name is missing"); ?>\n";}
if (form_name.template_list_id.value=="") {error_msg += " - <?php echo _QXZ("List ID is missing"); ?>\n";}
if (form_name.standard_fields_layout.value=="" && form_name.custom_fields_layout.value=="") {error_msg += " - <?php echo _QXZ("There does not seem to be a layout"); ?>\n";}
return false;
if (error_msg.length>=80) {alert(error_msg); return false;} else {return true;}
}
function checkEditedForm(form_name) {