From 6e91a453aa5a693c7e15c6e82f14e66471b3ec98 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. Signed-off-by: Nicole C. Engard Signed-off-by: Ian Walls Signed-off-by: Chris Cormack --- .../prog/en/modules/circ/returns.tt | 32 +++++++++++++------ 1 file 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 4224ab11c6..2a9b47e819 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 %] -- 2.39.2
[% title |html %]