Bugzilla – Attachment 14581 Details for
Bug 9387
Feedback message for FAILED check out items are not obvious for visually impaired
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug 9387 - Feedback Message for FAILED Check Out Items are not obvious for Visually Impaired.
bug-9387---Feedback-Message-for-FAILED-Check-Out-I.patch (text/plain), 1.60 KB, created by
Liz Rea
on 2013-01-15 03:03:40 UTC
(
hide
)
Description:
bug 9387 - Feedback Message for FAILED Check Out Items are not obvious for Visually Impaired.
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2013-01-15 03:03:40 UTC
Size:
1.60 KB
patch
obsolete
>From e3b57bf14e951f910cd1f9c64fb90360424156d3 Mon Sep 17 00:00:00 2001 >From: Corey Fuimaono <agent.075@gmail.com> >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 <liz@catalyst.net.nz> >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 ) %] >- <li>The barcode was not found [% barcode %]</li> >+ <li><h3>The barcode was not found [% barcode %]</h3></li> > [% IF ( fast_cataloging ) %] > [% IF ( CAN_user_editcatalogue_fast_cataloging ) %] > <a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA&barcode=[% barcode %]&borrowernumber=[% borrowernumber %]&branch=[% branch %]&duedatespec=[% duedatespec %]&stickyduedate=[% stickyduedate %]">Fast cataloging</a> >-- >1.7.9.5
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 9387
:
14576
|
14581
|
49989
|
50028
|
50049