Bugzilla – Attachment 50049 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), 2.11 KB, created by
Marcel de Rooy
on 2016-04-08 07:37:52 UTC
(
hide
)
Description:
Bug 9387 - Feedback message for FAILED check out items are not obvious for visually impaired
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2016-04-08 07:37:52 UTC
Size:
2.11 KB
patch
obsolete
>From 78ed88bddf1b9f1f25571551af1a20379b1fc879 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 6 Apr 2016 10:54:48 -0400 >Subject: [PATCH] Bug 9387 - Feedback message for FAILED check out items are > not obvious for visually impaired >Content-Type: text/plain; charset=utf-8 > >This patch adds a heading to the error dialg displayed when a barcode >has been submitted for checkout which doesn't exist. This patch also >modifies the markup of the error dialog in order to make error a little >more clear to sighted users. > >To test, apply the patch and submit a barcode for checkout which does >not exist. The resulting error dialog should have a heading, "Barcode >not found." > >Signed-off-by: Marc Veron <veron@veron.ch> >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 5 ++++- > 1 file changed, 4 insertions(+), 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 4727192..6706de7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -425,6 +425,9 @@ $(document).ready(function() { > > <div class="yui-g"> > <div id="circ_impossible" class="dialog alert audio-alert-warning"> >+ [% IF ( UNKNOWN_BARCODE ) %] >+ <h3>Barcode not found</h3> >+ [% END %] > <!-- RESULT OF ISSUING REQUEST --> > <ul> > [% IF ( STATS ) %] >@@ -436,7 +439,7 @@ $(document).ready(function() { > [% END %] > > [% IF ( UNKNOWN_BARCODE ) %] >- <li>The barcode was not found [% barcode |html %] >+ <li>The barcode was not found: <span class="ex">[% barcode |html %]</span> > [% IF ( fast_cataloging ) %] > [% IF ( CAN_user_editcatalogue_fast_cataloging ) %] > <a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA&barcode=[% barcode |uri %]&circborrowernumber=[% borrowernumber %]&branch=[% branch %]&duedatespec=[% duedatespec %]&stickyduedate=[% stickyduedate %]">Fast cataloging</a> >-- >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 9387
:
14576
|
14581
|
49989
|
50028
| 50049