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 172-182
$(document).ready(function () {
Link Here
|
172 |
[% IF ( waiting ) %] |
173 |
[% IF ( waiting ) %] |
173 |
<!-- waiting --> |
174 |
<!-- waiting --> |
174 |
|
175 |
|
175 |
[% IF ( soundon ) %] |
176 |
<div id="hold-found1" class="dialog message audio-alert-action"> |
176 |
<audio src="[% interface %]/[% theme %]/sound/ending.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
|
|
177 |
[% END %] |
178 |
|
179 |
<div id="hold-found1" class="dialog message"> |
180 |
<h3>Hold found (item is already waiting): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
177 |
<h3>Hold found (item is already waiting): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
181 |
[% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %] |
178 |
[% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %] |
182 |
<h4>Hold for:</h4> |
179 |
<h4>Hold for:</h4> |
Lines 215-224
$(document).ready(function () {
Link Here
|
215 |
|
212 |
|
216 |
[% IF ( diffbranch ) %] |
213 |
[% IF ( diffbranch ) %] |
217 |
<!-- diffbranch --> |
214 |
<!-- diffbranch --> |
218 |
[% IF ( soundon ) %] |
215 |
<div id="transfer-needed" class="dialog message audio-alert-action"> |
219 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
|
|
220 |
[% END %] |
221 |
<div id="transfer-needed" class="dialog message"> |
222 |
<h3>Hold needing transfer found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
216 |
<h3>Hold needing transfer found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
223 |
<h4>Hold for: </h4> |
217 |
<h4>Hold for: </h4> |
224 |
<ul> |
218 |
<ul> |
Lines 255-274
$(document).ready(function () {
Link Here
|
255 |
|
249 |
|
256 |
[% IF ( transfer ) %] |
250 |
[% IF ( transfer ) %] |
257 |
<!-- transfer: item with no reservation, must be returned to its home library --> |
251 |
<!-- transfer: item with no reservation, must be returned to its home library --> |
258 |
<div id="return1" class="dialog message"> |
252 |
<div id="return1" class="dialog message audio-alert-action"> |
259 |
<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> |
253 |
<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> |
260 |
</div> |
254 |
</div> |
261 |
[% IF ( soundon ) %] |
|
|
262 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
263 |
[% END %] |
264 |
[% END %] |
255 |
[% END %] |
265 |
|
256 |
|
266 |
[% IF ( needstransfer ) %] |
257 |
[% IF ( needstransfer ) %] |
267 |
<!-- needstransfer --> |
258 |
<!-- needstransfer --> |
268 |
[% IF ( soundon ) %] |
259 |
<div id="item-transfer" class="dialog message audio-alert-action"><h3> This item needs to be transferred to [% homebranchname %]</h3> |
269 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
|
|
270 |
[% END %] |
271 |
<div id="item-transfer" class="dialog message"><h3> This item needs to be transferred to [% homebranchname %]</h3> |
272 |
Transfer now?<br /> |
260 |
Transfer now?<br /> |
273 |
<form method="post" action="returns.pl" name="mainform" id="mainform"> |
261 |
<form method="post" action="returns.pl" name="mainform" id="mainform"> |
274 |
[% IF itemnumber %] |
262 |
[% IF itemnumber %] |
Lines 291-300
$(document).ready(function () {
Link Here
|
291 |
|
279 |
|
292 |
[% IF ( diffbranch ) %] |
280 |
[% IF ( diffbranch ) %] |
293 |
<!-- diffbranch --> |
281 |
<!-- diffbranch --> |
294 |
[% IF ( soundon ) %] |
282 |
<h3 class="audio-alert-action">Item consigned:</h3> |
295 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
|
|
296 |
[% END %] |
297 |
<h3>Item consigned:</h3> |
298 |
<table> |
283 |
<table> |
299 |
<caption><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% title |html %]</a></caption> |
284 |
<caption><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% title |html %]</a></caption> |
300 |
<tr> |
285 |
<tr> |
Lines 319-329
$(document).ready(function () {
Link Here
|
319 |
[% IF ( reserved ) %] |
304 |
[% IF ( reserved ) %] |
320 |
<!-- reserved --> |
305 |
<!-- reserved --> |
321 |
|
306 |
|
322 |
[% IF ( soundon ) %] |
307 |
<div id="hold-found2" class="dialog message audio-alert-action"> |
323 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
|
|
324 |
[% END %] |
325 |
|
326 |
<div id="hold-found2" class="dialog message"> |
327 |
<h3>Hold found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
308 |
<h3>Hold found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3> |
328 |
[% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %] |
309 |
[% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %] |
329 |
<h5>Hold for:</h5> |
310 |
<h5>Hold for:</h5> |
Lines 369-375
$(document).ready(function () {
Link Here
|
369 |
[% END %] |
350 |
[% END %] |
370 |
|
351 |
|
371 |
[% IF ( errmsgloop ) %] |
352 |
[% IF ( errmsgloop ) %] |
372 |
<div class="dialog alert"> |
353 |
<div class="dialog alert audio-alert-warning"> |
373 |
<h3>Check in message</h3> |
354 |
<h3>Check in message</h3> |
374 |
[% FOREACH errmsgloo IN errmsgloop %] |
355 |
[% FOREACH errmsgloo IN errmsgloop %] |
375 |
[% IF ( errmsgloo.NotForLoanStatusUpdated ) %] |
356 |
[% IF ( errmsgloo.NotForLoanStatusUpdated ) %] |
Lines 424-436
$(document).ready(function () {
Link Here
|
424 |
<p class="problem"><b>Reminder: </b>Patron was earlier restricted until [% errmsgloo.prevdebarred | $KohaDates %]</p> |
405 |
<p class="problem"><b>Reminder: </b>Patron was earlier restricted until [% errmsgloo.prevdebarred | $KohaDates %]</p> |
425 |
[% END %] |
406 |
[% END %] |
426 |
[% END %] |
407 |
[% END %] |
427 |
[% IF ( soundon ) %] |
|
|
428 |
<audio src="[% interface %]/[% theme %]/sound/critical.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
429 |
[% END %] |
430 |
[% ELSE %] |
408 |
[% ELSE %] |
431 |
[% IF ( soundon ) %] |
|
|
432 |
<audio src="[% interface %]/[% theme %]/sound/beep.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
433 |
[% END %] |
434 |
[% END %] |
409 |
[% END %] |
435 |
</div> |
410 |
</div> |
436 |
|
411 |
|
437 |
- |
|
|