|
Lines 95-100
$(document).ready(function () {
Link Here
|
| 95 |
</script> |
95 |
</script> |
| 96 |
</head> |
96 |
</head> |
| 97 |
<body id="circ_returns" class="circ"> |
97 |
<body id="circ_returns" class="circ"> |
|
|
98 |
<span class="audio-alert-success"></span> |
| 98 |
|
99 |
|
| 99 |
[% INCLUDE 'header.inc' %] |
100 |
[% INCLUDE 'header.inc' %] |
| 100 |
[% INCLUDE 'checkin-search.inc' %] |
101 |
[% INCLUDE 'checkin-search.inc' %] |
|
Lines 183-193
$(document).ready(function () {
Link Here
|
| 183 |
[% IF ( waiting ) %] |
184 |
[% IF ( waiting ) %] |
| 184 |
<!-- waiting --> |
185 |
<!-- waiting --> |
| 185 |
|
186 |
|
| 186 |
[% IF ( soundon ) %] |
187 |
<div id="hold-found1" class="dialog message audio-alert-action"> |
| 187 |
<audio src="[% interface %]/[% theme %]/sound/ending.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
|
|
| 188 |
[% END %] |
| 189 |
|
| 190 |
<div id="hold-found1" class="dialog message"> |
| 191 |
<h3>Hold found (item is already waiting): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
188 |
<h3>Hold found (item is already waiting): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
| 192 |
[% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %] |
189 |
[% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %] |
| 193 |
<h4>Hold for:</h4> |
190 |
<h4>Hold for:</h4> |
|
Lines 231-240
$(document).ready(function () {
Link Here
|
| 231 |
|
228 |
|
| 232 |
[% IF ( diffbranch ) %] |
229 |
[% IF ( diffbranch ) %] |
| 233 |
<!-- diffbranch --> |
230 |
<!-- diffbranch --> |
| 234 |
[% IF ( soundon ) %] |
231 |
<div id="transfer-needed" class="dialog message audio-alert-action"> |
| 235 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
|
|
| 236 |
[% END %] |
| 237 |
<div id="transfer-needed" class="dialog message"> |
| 238 |
<h3>Hold needing transfer found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
232 |
<h3>Hold needing transfer found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
| 239 |
<h4>Hold for: </h4> |
233 |
<h4>Hold for: </h4> |
| 240 |
<ul> |
234 |
<ul> |
|
Lines 277-296
$(document).ready(function () {
Link Here
|
| 277 |
|
271 |
|
| 278 |
[% IF ( transfer ) %] |
272 |
[% IF ( transfer ) %] |
| 279 |
<!-- transfer: item with no reservation, must be returned according to home library circulation rules --> |
273 |
<!-- transfer: item with no reservation, must be returned according to home library circulation rules --> |
| 280 |
<div id="return1" class="dialog message"> |
274 |
<div id="return1" class="dialog message audio-alert-action"> |
| 281 |
<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> |
275 |
<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> |
| 282 |
</div> |
276 |
</div> |
| 283 |
[% IF ( soundon ) %] |
|
|
| 284 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
| 285 |
[% END %] |
| 286 |
[% END %] |
277 |
[% END %] |
| 287 |
|
278 |
|
| 288 |
[% IF ( needstransfer ) %] |
279 |
[% IF ( needstransfer ) %] |
| 289 |
<!-- needstransfer --> |
280 |
<!-- needstransfer --> |
| 290 |
[% IF ( soundon ) %] |
281 |
<div id="item-transfer" class="dialog message audio-alert-action"><h3> This item needs to be transferred to [% Branches.GetName( returnbranch ) %]</h3> |
| 291 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
|
|
| 292 |
[% END %] |
| 293 |
<div id="item-transfer" class="dialog message"><h3> This item needs to be transferred to [% Branches.GetName( returnbranch ) %]</h3> |
| 294 |
Transfer now?<br /> |
282 |
Transfer now?<br /> |
| 295 |
<form method="post" action="returns.pl" name="mainform" id="mainform"> |
283 |
<form method="post" action="returns.pl" name="mainform" id="mainform"> |
| 296 |
[% IF itemnumber %] |
284 |
[% IF itemnumber %] |
|
Lines 315-324
$(document).ready(function () {
Link Here
|
| 315 |
|
303 |
|
| 316 |
[% IF ( diffbranch ) %] |
304 |
[% IF ( diffbranch ) %] |
| 317 |
<!-- diffbranch --> |
305 |
<!-- diffbranch --> |
| 318 |
[% IF ( soundon ) %] |
306 |
<h3 class="audio-alert-action">Item consigned:</h3> |
| 319 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
|
|
| 320 |
[% END %] |
| 321 |
<h3>Item consigned:</h3> |
| 322 |
<table> |
307 |
<table> |
| 323 |
<caption><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% title |html %]</a></caption> |
308 |
<caption><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% title |html %]</a></caption> |
| 324 |
<tr> |
309 |
<tr> |
|
Lines 347-357
$(document).ready(function () {
Link Here
|
| 347 |
[% IF ( reserved ) %] |
332 |
[% IF ( reserved ) %] |
| 348 |
<!-- reserved --> |
333 |
<!-- reserved --> |
| 349 |
|
334 |
|
| 350 |
[% IF ( soundon ) %] |
335 |
<div id="hold-found2" class="dialog message audio-alert-action"> |
| 351 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
|
|
| 352 |
[% END %] |
| 353 |
|
| 354 |
<div id="hold-found2" class="dialog message"> |
| 355 |
<h3>Hold found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
336 |
<h3>Hold found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
| 356 |
[% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %] |
337 |
[% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %] |
| 357 |
<h5>Hold for:</h5> |
338 |
<h5>Hold for:</h5> |
|
Lines 401-407
$(document).ready(function () {
Link Here
|
| 401 |
[% END %] |
382 |
[% END %] |
| 402 |
|
383 |
|
| 403 |
[% IF ( errmsgloop ) %] |
384 |
[% IF ( errmsgloop ) %] |
| 404 |
<div class="dialog alert"> |
385 |
<div class="dialog alert audio-alert-warning"> |
| 405 |
<h3>Check in message</h3> |
386 |
<h3>Check in message</h3> |
| 406 |
[% FOREACH errmsgloo IN errmsgloop %] |
387 |
[% FOREACH errmsgloo IN errmsgloop %] |
| 407 |
[% IF ( errmsgloo.NotForLoanStatusUpdated ) %] |
388 |
[% IF ( errmsgloo.NotForLoanStatusUpdated ) %] |
|
Lines 460-472
$(document).ready(function () {
Link Here
|
| 460 |
[% END %] |
441 |
[% END %] |
| 461 |
|
442 |
|
| 462 |
[% END %] |
443 |
[% END %] |
| 463 |
[% IF ( soundon ) %] |
|
|
| 464 |
<audio src="[% interface %]/[% theme %]/sound/critical.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
| 465 |
[% END %] |
| 466 |
[% ELSE %] |
444 |
[% ELSE %] |
| 467 |
[% IF ( soundon ) %] |
|
|
| 468 |
<audio src="[% interface %]/[% theme %]/sound/beep.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
| 469 |
[% END %] |
| 470 |
[% END %] |
445 |
[% END %] |
| 471 |
</div> |
446 |
</div> |
| 472 |
|
447 |
|