|
Lines 105-110
$(document).ready(function () {
Link Here
|
| 105 |
</script> |
105 |
</script> |
| 106 |
</head> |
106 |
</head> |
| 107 |
<body id="circ_returns" class="circ"> |
107 |
<body id="circ_returns" class="circ"> |
|
|
108 |
<span class="audio-alert-success"></span> |
| 108 |
|
109 |
|
| 109 |
[% INCLUDE 'header.inc' %] |
110 |
[% INCLUDE 'header.inc' %] |
| 110 |
[% INCLUDE 'checkin-search.inc' %] |
111 |
[% INCLUDE 'checkin-search.inc' %] |
|
Lines 199-209
$(document).ready(function () {
Link Here
|
| 199 |
[% IF ( waiting ) %] |
200 |
[% IF ( waiting ) %] |
| 200 |
<!-- waiting --> |
201 |
<!-- waiting --> |
| 201 |
|
202 |
|
| 202 |
[% IF ( soundon ) %] |
203 |
<div id="hold-found1" class="dialog message audio-alert-action"> |
| 203 |
<audio src="[% interface %]/[% theme %]/sound/ending.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
|
|
| 204 |
[% END %] |
| 205 |
|
| 206 |
<div id="hold-found1" class="dialog message"> |
| 207 |
<h3>Hold found (item is already waiting): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
204 |
<h3>Hold found (item is already waiting): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
| 208 |
[% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %] |
205 |
[% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %] |
| 209 |
<h4>Hold for:</h4> |
206 |
<h4>Hold for:</h4> |
|
Lines 251-260
$(document).ready(function () {
Link Here
|
| 251 |
|
248 |
|
| 252 |
[% IF ( diffbranch ) %] |
249 |
[% IF ( diffbranch ) %] |
| 253 |
<!-- diffbranch --> |
250 |
<!-- diffbranch --> |
| 254 |
[% IF ( soundon ) %] |
251 |
<div id="transfer-needed" class="dialog message audio-alert-action"> |
| 255 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
|
|
| 256 |
[% END %] |
| 257 |
<div id="transfer-needed" class="dialog message"> |
| 258 |
<h3>Hold needing transfer found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
252 |
<h3>Hold needing transfer found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
| 259 |
<h4>Hold for: </h4> |
253 |
<h4>Hold for: </h4> |
| 260 |
<ul> |
254 |
<ul> |
|
Lines 298-317
$(document).ready(function () {
Link Here
|
| 298 |
|
292 |
|
| 299 |
[% IF ( transfer ) %] |
293 |
[% IF ( transfer ) %] |
| 300 |
<!-- transfer: item with no reservation, must be returned according to home library circulation rules --> |
294 |
<!-- transfer: item with no reservation, must be returned according to home library circulation rules --> |
| 301 |
<div id="return1" class="dialog message"> |
295 |
<div id="return1" class="dialog message audio-alert-action"> |
| 302 |
<h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% title or "item" |html %]</a> to [% Branches.GetName( returnbranch ) %]<br/>( <a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&branchcode=[% returnbranch %]&op=slip'); return true;">Print slip</a> )</h3> |
296 |
<h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% title or "item" |html %]</a> to [% Branches.GetName( returnbranch ) %]<br/>( <a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&branchcode=[% returnbranch %]&op=slip'); return true;">Print slip</a> )</h3> |
| 303 |
</div> |
297 |
</div> |
| 304 |
[% IF ( soundon ) %] |
|
|
| 305 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
| 306 |
[% END %] |
| 307 |
[% END %] |
298 |
[% END %] |
| 308 |
|
299 |
|
| 309 |
[% IF ( needstransfer ) %] |
300 |
[% IF ( needstransfer ) %] |
| 310 |
<!-- needstransfer --> |
301 |
<!-- needstransfer --> |
| 311 |
[% IF ( soundon ) %] |
302 |
<div id="item-transfer" class="dialog message audio-alert-action"><h3> This item needs to be transferred to [% Branches.GetName( returnbranch ) %]</h3> |
| 312 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
|
|
| 313 |
[% END %] |
| 314 |
<div id="item-transfer" class="dialog message"><h3> This item needs to be transferred to [% Branches.GetName( returnbranch ) %]</h3> |
| 315 |
Transfer now?<br /> |
303 |
Transfer now?<br /> |
| 316 |
<form method="post" action="returns.pl" name="mainform" id="mainform"> |
304 |
<form method="post" action="returns.pl" name="mainform" id="mainform"> |
| 317 |
[% IF itemnumber %] |
305 |
[% IF itemnumber %] |
|
Lines 337-346
$(document).ready(function () {
Link Here
|
| 337 |
|
325 |
|
| 338 |
[% IF ( diffbranch ) %] |
326 |
[% IF ( diffbranch ) %] |
| 339 |
<!-- diffbranch --> |
327 |
<!-- diffbranch --> |
| 340 |
[% IF ( soundon ) %] |
328 |
<h3 class="audio-alert-action">Item consigned:</h3> |
| 341 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
|
|
| 342 |
[% END %] |
| 343 |
<h3>Item consigned:</h3> |
| 344 |
<table> |
329 |
<table> |
| 345 |
<caption><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% title |html %]</a></caption> |
330 |
<caption><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% title |html %]</a></caption> |
| 346 |
<tr> |
331 |
<tr> |
|
Lines 369-379
$(document).ready(function () {
Link Here
|
| 369 |
[% IF ( reserved ) %] |
354 |
[% IF ( reserved ) %] |
| 370 |
<!-- reserved --> |
355 |
<!-- reserved --> |
| 371 |
|
356 |
|
| 372 |
[% IF ( soundon ) %] |
357 |
<div id="hold-found2" class="dialog message audio-alert-action"> |
| 373 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
|
|
| 374 |
[% END %] |
| 375 |
|
| 376 |
<div id="hold-found2" class="dialog message"> |
| 377 |
<h3>Hold found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
358 |
<h3>Hold found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
| 378 |
[% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %] |
359 |
[% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %] |
| 379 |
<h5>Hold for:</h5> |
360 |
<h5>Hold for:</h5> |
|
Lines 424-430
$(document).ready(function () {
Link Here
|
| 424 |
[% END %] |
405 |
[% END %] |
| 425 |
|
406 |
|
| 426 |
[% IF ( errmsgloop ) %] |
407 |
[% IF ( errmsgloop ) %] |
| 427 |
<div class="dialog alert"> |
408 |
<div class="dialog alert audio-alert-warning"> |
| 428 |
<h3>Check in message</h3> |
409 |
<h3>Check in message</h3> |
| 429 |
[% FOREACH errmsgloo IN errmsgloop %] |
410 |
[% FOREACH errmsgloo IN errmsgloop %] |
| 430 |
[% IF ( errmsgloo.NotForLoanStatusUpdated ) %] |
411 |
[% IF ( errmsgloo.NotForLoanStatusUpdated ) %] |
|
Lines 483-495
$(document).ready(function () {
Link Here
|
| 483 |
[% END %] |
464 |
[% END %] |
| 484 |
|
465 |
|
| 485 |
[% END %] |
466 |
[% END %] |
| 486 |
[% IF ( soundon ) %] |
|
|
| 487 |
<audio src="[% interface %]/[% theme %]/sound/critical.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
| 488 |
[% END %] |
| 489 |
[% ELSE %] |
467 |
[% ELSE %] |
| 490 |
[% IF ( soundon ) %] |
|
|
| 491 |
<audio src="[% interface %]/[% theme %]/sound/beep.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
| 492 |
[% END %] |
| 493 |
[% END %] |
468 |
[% END %] |
| 494 |
</div> |
469 |
</div> |
| 495 |
|
470 |
|