Bugzilla – Attachment 14584 Details for
Bug 9388
Accessibility - No feedback when returning book.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Adds feedback when book is checked in successfully
0001-bug-9388-accessibility-Added-feedback-when-successfu.patch (text/plain), 1.63 KB, created by
Jorgia
on 2013-01-15 03:30:59 UTC
(
hide
)
Description:
Adds feedback when book is checked in successfully
Filename:
MIME Type:
Creator:
Jorgia
Created:
2013-01-15 03:30:59 UTC
Size:
1.63 KB
patch
obsolete
>From 5353199801b1a1ce4654c533404a7f2e4e3ca690 Mon Sep 17 00:00:00 2001 >From: Jorgia Kelsey <jorgia_m_kelsey@hotmail.com> >Date: Tue, 15 Jan 2013 15:23:30 +1300 >Subject: [PATCH] bug 9388 accessibility - Added feedback when successfully > returning item > >--- > circ/returns.pl | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 3 +++ > 2 files changed, 4 insertions(+), 1 deletion(-) > >diff --git a/circ/returns.pl b/circ/returns.pl >index 9472797..8ae8dbe 100755 >--- a/circ/returns.pl >+++ b/circ/returns.pl >@@ -425,7 +425,7 @@ foreach my $code ( keys %$messages ) { > ; # FIXME... anything to do here? > } > elsif ( $code eq 'WasReturned' ) { >- ; # FIXME... anything to do here? >+ $err{returned} = 1; > } > elsif ( $code eq 'WasTransfered' ) { > ; # FIXME... anything to do here? >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..5894a5f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -318,6 +318,9 @@ $(document).ready(function () { > [% IF ( errmsgloop ) %] > <div class="dialog alert"> > [% FOREACH errmsgloo IN errmsgloop %] >+ [% IF ( errmsgloo.returned ) %] >+ <p class="problem"><h5>The item was returned</h5></p> >+ [% END %] > [% IF ( errmsgloo.badbarcode ) %] > <p class="problem">No item with barcode: [% errmsgloo.msg %]</p> > [% END %] >-- >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 9388
:
14584
|
14585
|
14586
|
14587