http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12404
--- Comment #33 from [email protected] <[email protected]> --- Created attachment 34293 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=34293&action=edit Bug 12123 - [Alternative patch] HTML notices can break the notice viewer Depending on the content of an html notice, it can cause the notice to either not be collapsible, be uncollapsible, or to be permanently collapsed. Test Plan: 1) Set your CHECKOUT notice to the following ( with HTML Message checked ) : <p>The following items have been checked out:</p> ---- <blockquote> <<biblio.title>> </blockquote> ---- <p>Thank you for visiting the <<branches.branchname>> of HMCPL.</p> 2) Check out some items to a patron 3) View the patrn's notices 4) Note the notice viewer is broken ( message is not collapsed, and con't be collapsed ). 5) Apply this patch 6) Reload the page 7) Note the notice viewer is no longer broken Signed-off-by: Owen Leonard <[email protected]> This patch appears to fix the problem with the minimum required change. Signed-off-by: Katrin Fischer <[email protected]> Works nicely, no problems found. Passes tests and QA script. Signed-off-by: Tomas Cohen Arazi <[email protected]> Signed-off-by: [email protected] <2> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
