Bugzilla – Attachment 5517 Details for
Bug 6360
all messages on checkin should have sounds if soundson
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 6360 - add some more sounds to some happenings on returns
SIGNED-OFF-Bug-6360---add-some-more-sounds-to-some.patch (text/plain), 4.19 KB, created by
Nicole C. Engard
on 2011-09-21 18:49:56 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 6360 - add some more sounds to some happenings on returns
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2011-09-21 18:49:56 UTC
Size:
4.19 KB
patch
obsolete
>From d714206dccd0c295bd2a171dc1a1c3838cbf9012 Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Tue, 13 Sep 2011 15:50:26 +1200 >Subject: [PATCH] [SIGNED-OFF] 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 <nengard@bywatersolutions.com> >--- > .../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 ) %] > <audio src="/intranet-tmpl/prog/sound/ending.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> >-[% END %] >- >+[% END %] >+ > <div class="dialog message"> > <h3>Hold Found (item is already waiting): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> > [% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %] >@@ -150,6 +150,9 @@ function Dopop(link) { > > [% IF ( diffbranch ) %] > <!-- diffbranch --> >+ [% IF ( soundon ) %] >+ <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> >+ [% END %] > <div class="dialog message"> > <h3>Hold needing transfer found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> > <h4>Hold for: </h4> >@@ -188,10 +191,18 @@ function Dopop(link) { > [% IF ( transfer ) %] > <!-- transfer: item with no reservation, must be returned to its homebranch --> > <div class="dialog message"> >- <h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% title or "item" |html %]</a> to [% homebranchname %]</h3></div>[% END %] >+ <h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% title or "item" |html %]</a> to [% homebranchname %]</h3> >+ </div> >+ [% IF ( soundon ) %] >+ <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> >+ [% END %] >+ [% END %] > > [% IF ( needstransfer ) %] > <!-- needstransfer --> >+ [% IF ( soundon ) %] >+ <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> >+ [% END %] > <div class="dialog message"><h3> This item needs to be transferred to [% homebranchname %]</h3> > Transfer Now?<br /> > <form method="post" action="returns.pl" name="mainform" id="mainform"> >@@ -208,10 +219,13 @@ function Dopop(link) { > [% END %] > <input type="hidden" name="barcode" value="0" /> > </form> </div> >- [% END %] >+ [% END %] > > [% IF ( diffbranch ) %] > <!-- diffbranch --> >+ [% IF ( soundon ) %] >+ <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> >+ [% END %] > <h3>Item Consigned:</h3> > <table> > <caption><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% title |html %]</a></caption> >@@ -236,11 +250,11 @@ function Dopop(link) { > <!-- case of simple return no issue or transfer but with a reservation --> > [% IF ( reserved ) %] > <!-- reserved --> >- >-[% IF ( soundon ) %] >-<audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> >-[% END %] >- >+ >+ [% IF ( soundon ) %] >+ <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> >+ [% END %] >+ > <div class="dialog message"> > <h3>Hold Found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> > [% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %] >-- >1.7.2.3
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 6360
:
4161
|
5412
| 5517