Bugzilla – Attachment 15768 Details for
Bug 9397
Error Messages hard to find for Visually Impaired Users (Accessibility) [Returning Items]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug 9397 - Error Messages hard to find for Visually Impaired Users (Accessibility) [Returning Items] {REVISION 1.1}
bug-9397---Error-Messages-hard-to-find-for-Visuall.patch (text/plain), 1.92 KB, created by
Jonathan Druart
on 2013-02-28 13:44:05 UTC
(
hide
)
Description:
bug 9397 - Error Messages hard to find for Visually Impaired Users (Accessibility) [Returning Items] {REVISION 1.1}
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-02-28 13:44:05 UTC
Size:
1.92 KB
patch
obsolete
>From 4f9d9bacfe6539577530ac66d95804a9a7042c50 Mon Sep 17 00:00:00 2001 >From: Corey Fuimaono <agent.075@gmail.com> >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} > >testing procedure: >1. Check in Invalid Item >2. See that new header has been added. "Can't Check in" > >Signed-off-by: Liz Rea <liz@catalyst.net.nz> >A followup may come that makes this text invisible, but this helps accessibility a great dea, and passes validation. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >Amended patch: replace "Can't Check in" with "Cannot check in" and >delete a h3 element with the same text in order to avoid duplicated >messages. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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..a009c58 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 ) %] > <div class="dialog alert"> >+ <h5>Cannot check in</h5> > [% FOREACH errmsgloo IN errmsgloop %] > [% IF ( errmsgloo.badbarcode ) %] > <p class="problem">No item with barcode: [% errmsgloo.msg %]</p> >@@ -340,7 +341,6 @@ $(document).ready(function () { > [% END %] > [% IF ( errmsgloo.withdrawn ) %] > [% IF BlockReturnOfWithdrawnItems %] >- <h3>Cannot Check In</h3> > <p class="problem">Item is withdrawn. <strong>NOT CHECKED IN</strong></p> > [% ELSE %] > <p class="problem">Item is withdrawn.</p> >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9397
:
14607
|
14609
|
14610
| 15768