Lines 89-94
$(document).ready(function () {
Link Here
|
89 |
</script> |
89 |
</script> |
90 |
</head> |
90 |
</head> |
91 |
<body id="circ_returns" class="circ"> |
91 |
<body id="circ_returns" class="circ"> |
|
|
92 |
<span class="audio-alert-success"></span> |
92 |
|
93 |
|
93 |
[% INCLUDE 'header.inc' %] |
94 |
[% INCLUDE 'header.inc' %] |
94 |
[% INCLUDE 'checkin-search.inc' %] |
95 |
[% INCLUDE 'checkin-search.inc' %] |
Lines 174-184
$(document).ready(function () {
Link Here
|
174 |
[% IF ( waiting ) %] |
175 |
[% IF ( waiting ) %] |
175 |
<!-- waiting --> |
176 |
<!-- waiting --> |
176 |
|
177 |
|
177 |
[% IF ( soundon ) %] |
178 |
<div id="hold-found1" class="dialog message audio-alert-action"> |
178 |
<audio src="[% interface %]/[% theme %]/sound/ending.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
|
|
179 |
[% END %] |
180 |
|
181 |
<div id="hold-found1" class="dialog message"> |
182 |
<h3>Hold found (item is already waiting): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
179 |
<h3>Hold found (item is already waiting): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
183 |
[% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %] |
180 |
[% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %] |
184 |
<h4>Hold for:</h4> |
181 |
<h4>Hold for:</h4> |
Lines 220-229
$(document).ready(function () {
Link Here
|
220 |
|
217 |
|
221 |
[% IF ( diffbranch ) %] |
218 |
[% IF ( diffbranch ) %] |
222 |
<!-- diffbranch --> |
219 |
<!-- diffbranch --> |
223 |
[% IF ( soundon ) %] |
220 |
<div id="transfer-needed" class="dialog message audio-alert-action"> |
224 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
|
|
225 |
[% END %] |
226 |
<div id="transfer-needed" class="dialog message"> |
227 |
<h3>Hold needing transfer found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
221 |
<h3>Hold needing transfer found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
228 |
<h4>Hold for: </h4> |
222 |
<h4>Hold for: </h4> |
229 |
<ul> |
223 |
<ul> |
Lines 263-282
$(document).ready(function () {
Link Here
|
263 |
|
257 |
|
264 |
[% IF ( transfer ) %] |
258 |
[% IF ( transfer ) %] |
265 |
<!-- transfer: item with no reservation, must be returned to its home library --> |
259 |
<!-- transfer: item with no reservation, must be returned to its home library --> |
266 |
<div id="return1" class="dialog message"> |
260 |
<div id="return1" class="dialog message audio-alert-action"> |
267 |
<h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% title or "item" |html %]</a> to [% homebranchname %]<br/>( <a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&branchcode=[% homebranch %]&op=slip'); return true;">Print slip</a> )</h3> |
261 |
<h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% title or "item" |html %]</a> to [% homebranchname %]<br/>( <a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&branchcode=[% homebranch %]&op=slip'); return true;">Print slip</a> )</h3> |
268 |
</div> |
262 |
</div> |
269 |
[% IF ( soundon ) %] |
|
|
270 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
271 |
[% END %] |
272 |
[% END %] |
263 |
[% END %] |
273 |
|
264 |
|
274 |
[% IF ( needstransfer ) %] |
265 |
[% IF ( needstransfer ) %] |
275 |
<!-- needstransfer --> |
266 |
<!-- needstransfer --> |
276 |
[% IF ( soundon ) %] |
267 |
<div id="item-transfer" class="dialog message audio-alert-action"><h3> This item needs to be transferred to [% homebranchname %]</h3> |
277 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
|
|
278 |
[% END %] |
279 |
<div id="item-transfer" class="dialog message"><h3> This item needs to be transferred to [% homebranchname %]</h3> |
280 |
Transfer now?<br /> |
268 |
Transfer now?<br /> |
281 |
<form method="post" action="returns.pl" name="mainform" id="mainform"> |
269 |
<form method="post" action="returns.pl" name="mainform" id="mainform"> |
282 |
[% IF itemnumber %] |
270 |
[% IF itemnumber %] |
Lines 301-310
$(document).ready(function () {
Link Here
|
301 |
|
289 |
|
302 |
[% IF ( diffbranch ) %] |
290 |
[% IF ( diffbranch ) %] |
303 |
<!-- diffbranch --> |
291 |
<!-- diffbranch --> |
304 |
[% IF ( soundon ) %] |
292 |
<h3 class="audio-alert-action">Item consigned:</h3> |
305 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
|
|
306 |
[% END %] |
307 |
<h3>Item consigned:</h3> |
308 |
<table> |
293 |
<table> |
309 |
<caption><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% title |html %]</a></caption> |
294 |
<caption><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% title |html %]</a></caption> |
310 |
<tr> |
295 |
<tr> |
Lines 333-343
$(document).ready(function () {
Link Here
|
333 |
[% IF ( reserved ) %] |
318 |
[% IF ( reserved ) %] |
334 |
<!-- reserved --> |
319 |
<!-- reserved --> |
335 |
|
320 |
|
336 |
[% IF ( soundon ) %] |
321 |
<div id="hold-found2" class="dialog message audio-alert-action"> |
337 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
|
|
338 |
[% END %] |
339 |
|
340 |
<div id="hold-found2" class="dialog message"> |
341 |
<h3>Hold found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
322 |
<h3>Hold found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
342 |
[% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %] |
323 |
[% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %] |
343 |
<h5>Hold for:</h5> |
324 |
<h5>Hold for:</h5> |
Lines 385-391
$(document).ready(function () {
Link Here
|
385 |
[% END %] |
366 |
[% END %] |
386 |
|
367 |
|
387 |
[% IF ( errmsgloop ) %] |
368 |
[% IF ( errmsgloop ) %] |
388 |
<div class="dialog alert"> |
369 |
<div class="dialog alert audio-alert-warning"> |
389 |
<h3>Check in message</h3> |
370 |
<h3>Check in message</h3> |
390 |
[% FOREACH errmsgloo IN errmsgloop %] |
371 |
[% FOREACH errmsgloo IN errmsgloop %] |
391 |
[% IF ( errmsgloo.NotForLoanStatusUpdated ) %] |
372 |
[% IF ( errmsgloo.NotForLoanStatusUpdated ) %] |
Lines 444-456
$(document).ready(function () {
Link Here
|
444 |
[% END %] |
425 |
[% END %] |
445 |
|
426 |
|
446 |
[% END %] |
427 |
[% END %] |
447 |
[% IF ( soundon ) %] |
|
|
448 |
<audio src="[% interface %]/[% theme %]/sound/critical.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
449 |
[% END %] |
450 |
[% ELSE %] |
428 |
[% ELSE %] |
451 |
[% IF ( soundon ) %] |
|
|
452 |
<audio src="[% interface %]/[% theme %]/sound/beep.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
453 |
[% END %] |
454 |
[% END %] |
429 |
[% END %] |
455 |
</div> |
430 |
</div> |
456 |
|
431 |
|