From feaa3fe72b7c11fc8314408a987570afd1820500 Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Tue, 13 Sep 2011 15:50:26 +1200 Subject: [PATCH] Bug 6360 - add some more sounds to some happenings on returns This adds an alert sound to various events around transfers and holds when items are being returned, to make it more apparent that attention is needed. --- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 32 ++++++++++++++----- 1 files changed, 23 insertions(+), 9 deletions(-) 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 4224ab1..2a9b47e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -109,8 +109,8 @@ function Dopop(link) { [% IF ( soundon ) %] -[% END %] - +[% END %] +

Hold Found (item is already waiting): [% title |html %]

[% IF ( reservenotes ) %]

Notes: [% reservenotes %]

[% END %] @@ -150,6 +150,9 @@ function Dopop(link) { [% IF ( diffbranch ) %] + [% IF ( soundon ) %] + + [% END %]

Hold needing transfer found: [% title |html %]

Hold for:

@@ -188,10 +191,18 @@ function Dopop(link) { [% IF ( transfer ) %]
-

Please return [% title or "item" |html %] to [% homebranchname %]

[% END %] +

Please return [% title or "item" |html %] to [% homebranchname %]

+
+ [% IF ( soundon ) %] + + [% END %] + [% END %] [% IF ( needstransfer ) %] + [% IF ( soundon ) %] + + [% END %]

This item needs to be transferred to [% homebranchname %]

Transfer Now?
@@ -208,10 +219,13 @@ function Dopop(link) { [% END %]
- [% END %] + [% END %] [% IF ( diffbranch ) %] + [% IF ( soundon ) %] + + [% END %]

Item Consigned:

@@ -236,11 +250,11 @@ function Dopop(link) { [% IF ( reserved ) %] - -[% IF ( soundon ) %] - -[% END %] - + + [% IF ( soundon ) %] + + [% END %] +

Hold Found: [% title |html %]

[% IF ( reservenotes ) %]

Notes: [% reservenotes %]

[% END %] -- 1.7.4.1
[% title |html %]