From b767c521b4614fd5123a837bad21a19e0fcb3587 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 18 Feb 2014 15:26:30 -0500 Subject: [PATCH] Bug 11788 - Use validation plugin when creating new course Content-Type: text/plain; charset="utf-8" The page for adding a new course includes some custom form validation JavaScript which can be removed in favor of HTML5 validation attributes and Koha's built-in validation plugin. This patch does so. To test, apply the patch and go to Course reserves -> New course. Try submitting the form without entering a department, course number, and/or course name. This should trigger validation warnings. Submission of the form with valid data should work correctly. Editing an existing course should also work correctly. --- .../prog/en/modules/course_reserves/course.tt | 45 ++++---------------- 1 file changed, 8 insertions(+), 37 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt index b9daa0a..a485b22 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt @@ -6,38 +6,6 @@ - -