Bugzilla – Attachment 14576 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]
Fixed Patch
0001-bug-9387-Feedback-Message-for-FAILED-Check-Out-Items.patch (text/plain), 1.46 KB, created by
Corey
on 2013-01-15 01:12:36 UTC
(
hide
)
Description:
Fixed Patch
Filename:
MIME Type:
Creator:
Corey
Created:
2013-01-15 01:12:36 UTC
Size:
1.46 KB
patch
obsolete
>From 1905218ef6be3163ee5fea99f71f613c69340708 Mon Sep 17 00:00:00 2001 >From: = <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. > >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. >--- > .../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..e2dfe5e 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