From 5d5677ec67e990982d71c9297d3d5edbcfffc977 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 25 Oct 2013 10:39:03 -0400 Subject: [PATCH] Bug 11133: fix markup errors in OPAC place hold form HTML There are markup errors in the OPAC place hold form which prevent it from validating successfully. These errors don't seem to cause any visual problem but can potentially cause problems when debugging template logic. To test, apply the patch and validate the page using your preferred validator (since it's a page which requires login you'll have to upload or paste the source). The page should validate successfully. Test when placing holds on: - a single item - multiple items - items which you cannot place on hold Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Passes all tests and QA script. Tested according to test plan and validated souce code with W3C Validator. Signed-off-by: Galen Charlton --- koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt index bf334fa5ea..671e1f95cc 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt @@ -460,8 +460,8 @@ [% END %] - [% END %] + [% END %] [% IF ( OPACItemHolds ) %] [% IF ( bibitemloo.holdable ) %] @@ -540,11 +540,12 @@ + + [% END %] + [% END %] - [% END %] - [% END %] [% END %] -- 2.11.0