Lines 264-270
$(document).ready(function () {
Link Here
|
264 |
[% IF ( transfer ) %] |
264 |
[% IF ( transfer ) %] |
265 |
<!-- transfer: item with no reservation, must be returned according to home library circulation rules --> |
265 |
<!-- transfer: item with no reservation, must be returned according to home library circulation rules --> |
266 |
<div id="return1" class="dialog message"> |
266 |
<div id="return1" class="dialog message"> |
267 |
<h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% title or "item" |html %]</a> to [% Branches.GetName( returnbranchname ) %]<br/>( <a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&branchcode=[% returnbranch %]&op=slip'); return true;">Print slip</a> )</h3> |
267 |
<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> |
268 |
</div> |
268 |
</div> |
269 |
[% IF ( soundon ) %] |
269 |
[% IF ( soundon ) %] |
270 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
270 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
Lines 276-282
$(document).ready(function () {
Link Here
|
276 |
[% IF ( soundon ) %] |
276 |
[% IF ( soundon ) %] |
277 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
277 |
<audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio> |
278 |
[% END %] |
278 |
[% END %] |
279 |
<div id="item-transfer" class="dialog message"><h3> This item needs to be transferred to [% Branches.GetName( returnbranchname ) %]</h3> |
279 |
<div id="item-transfer" class="dialog message"><h3> This item needs to be transferred to [% Branches.GetName( returnbranch ) %]</h3> |
280 |
Transfer now?<br /> |
280 |
Transfer now?<br /> |
281 |
<form method="post" action="returns.pl" name="mainform" id="mainform"> |
281 |
<form method="post" action="returns.pl" name="mainform" id="mainform"> |
282 |
[% IF itemnumber %] |
282 |
[% IF itemnumber %] |
283 |
- |
|
|