From e3b57bf14e951f910cd1f9c64fb90360424156d3 Mon Sep 17 00:00:00 2001 From: Corey Fuimaono Date: Tue, 15 Jan 2013 14:05:57 +1300 Subject: [PATCH] bug 9387 - Feedback Message for FAILED Check Out Items are not obvious for Visually Impaired. Content-Type: text/plain; charset="utf-8" testing procedure: 1. search for Patron. 2. issue an item that is not existing. E.g. "asdf" <-- Assuming that this is not in your test data... 3. Verify that the Error Message is apparent & visually doesn't look bad. Signed-off-by: Liz Rea Error message has new heading, doesn't look bad. --- .../prog/en/modules/circ/circulation.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 9c045cd..45cacef 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -454,7 +454,7 @@ function validate1(date) { [% END %] [% IF ( UNKNOWN_BARCODE ) %] -
  • The barcode was not found [% barcode %]
  • +
  • The barcode was not found [% barcode %]

  • [% IF ( fast_cataloging ) %] [% IF ( CAN_user_editcatalogue_fast_cataloging ) %] Fast cataloging -- 1.7.9.5