From 58565527aa9c68013df0fe8119cd51bbb71aa9cf Mon Sep 17 00:00:00 2001 From: Corey Fuimaono Date: Wed, 16 Jan 2013 10:48:03 +1300 Subject: [PATCH] bug 9397 - Error Messages hard to find for Visually Impaired Users (Accessibility) [Returning Items] {REVISION 1.1} Content-Type: text/plain; charset="utf-8" testing procedure: 1. Check in Invalid Item 2. See that new header has been added. "Can't Check in" Signed-off-by: Liz Rea A followup may come that makes this text invisible, but this helps accessibility a great dea, and passes validation. --- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index 7fd8d1d..487df83 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -317,6 +317,7 @@ $(document).ready(function () { [% IF ( errmsgloop ) %]
+
Can't Check in
[% FOREACH errmsgloo IN errmsgloop %] [% IF ( errmsgloo.badbarcode ) %]

No item with barcode: [% errmsgloo.msg %]

-- 1.7.9.5