Lines 217-224
$(document).ready(function () {
Link Here
|
217 |
<button class="deny" type="submit" onclick="window.location.href='/cgi-bin/koha/circ/returns.pl?itemnumber=[% itemnumber %]&canceltransfer=1'"><i class="fa fa-times"></i> Cancel transfer</button> |
217 |
<button class="deny" type="submit" onclick="window.location.href='/cgi-bin/koha/circ/returns.pl?itemnumber=[% itemnumber %]&canceltransfer=1'"><i class="fa fa-times"></i> Cancel transfer</button> |
218 |
[% IF ( wborcnum ) %]<h5>Hold for:</h5> |
218 |
[% IF ( wborcnum ) %]<h5>Hold for:</h5> |
219 |
<ul><li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]"> |
219 |
<ul><li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]"> |
220 |
[% borsurname %], [% borfirstname %]</a> ([% borcnum %])</li> |
220 |
[% borsurname %], [% borfirstname %]</a> ([% borcnum %]) <span class="patron-category"> - [% wborcategory %]</span> </li> |
221 |
<li>[% wborstnum %] [% wboraddress %][% IF ( wboraddress2 ) %]<br /> |
221 |
<li>[% wborstnum %] [% wboraddress %][% IF ( wboraddress2 ) %]<br /> |
222 |
[% wboraddress2 %]<br />[% END %] |
222 |
[% wboraddress2 %]<br />[% END %] |
223 |
[% wborcity %] [% wborzip %]</li> |
223 |
[% wborcity %] [% wborzip %]</li> |
224 |
[% IF ( wborphone ) %]<li>[% wborphone %]</li>[% END %] |
224 |
[% IF ( wborphone ) %]<li>[% wborphone %]</li>[% END %] |
Lines 252-258
$(document).ready(function () {
Link Here
|
252 |
[% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %] |
252 |
[% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %] |
253 |
<h4>Hold for:</h4> |
253 |
<h4>Hold for:</h4> |
254 |
<ul> |
254 |
<ul> |
255 |
<li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borsurname %], [% borfirstname %]</a> ([% borcnum %])</li> |
255 |
<li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borsurname %], [% borfirstname %]</a> ([% borcnum %]) <span class="patron-category"> - [% wborcategory %]</span> </li> |
256 |
<li>[% borstnum %] [% boraddress %]<br /> |
256 |
<li>[% borstnum %] [% boraddress %]<br /> |
257 |
[% IF ( boraddress2 ) %][% boraddress2 %]<br />[% END %] |
257 |
[% IF ( boraddress2 ) %][% boraddress2 %]<br />[% END %] |
258 |
[% borcity %] [% borzip %]</li> |
258 |
[% borcity %] [% borzip %]</li> |
Lines 301-307
$(document).ready(function () {
Link Here
|
301 |
<p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% itembarcode |html %]: [% title |html %]</a></p> |
301 |
<p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% itembarcode |html %]: [% title |html %]</a></p> |
302 |
<h4>Hold for: </h4> |
302 |
<h4>Hold for: </h4> |
303 |
<ul> |
303 |
<ul> |
304 |
<li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borsurname %], [% borfirstname %]</a> ([% borcnum %])</li> |
304 |
<li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borsurname %], [% borfirstname %]</a> ([% borcnum %]) <span class="patron-category"> - [% wborcategory %]</span> </li> |
305 |
<li>[% borstnum %] [% boraddress %]<br /> |
305 |
<li>[% borstnum %] [% boraddress %]<br /> |
306 |
[% IF ( boraddress2 ) %][% boraddress2 %]<br />[% END %] |
306 |
[% IF ( boraddress2 ) %][% boraddress2 %]<br />[% END %] |
307 |
[% borcity %] [% borzip %]</li> |
307 |
[% borcity %] [% borzip %]</li> |
Lines 413-419
$(document).ready(function () {
Link Here
|
413 |
<ul> |
413 |
<ul> |
414 |
<li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]"> |
414 |
<li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]"> |
415 |
[% borsurname %], [% borfirstname %] |
415 |
[% borsurname %], [% borfirstname %] |
416 |
</a> ([% borcnum %])</li> |
416 |
</a> ([% borcnum %]) <span class="patron-category"> - [% wborcategory %]</span></li> |
417 |
<li>[% borstnum %] [% boraddress %]<br /> |
417 |
<li>[% borstnum %] [% boraddress %]<br /> |
418 |
[% IF ( boraddress2 ) %][% boraddress2 %]<br />[% END %] |
418 |
[% IF ( boraddress2 ) %][% boraddress2 %]<br />[% END %] |
419 |
[% borcity %] [% borzip %]</li> |
419 |
[% borcity %] [% borzip %]</li> |
420 |
- |
|
|