Lines 527-533
Link Here
|
527 |
<td class="title"> |
527 |
<td class="title"> |
528 |
<a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% RESERVE.biblionumber %]"> |
528 |
<a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% RESERVE.biblionumber %]"> |
529 |
[% RESERVE.biblio.title %] |
529 |
[% RESERVE.biblio.title %] |
530 |
[% FOREACH subtitl IN RESERVE.biblio.subtitle %] |
530 |
[% FOREACH subtitl IN RESERVE.biblio.subtitles %] |
531 |
[% subtitl.subfield %] |
531 |
[% subtitl.subfield %] |
532 |
[% END %] |
532 |
[% END %] |
533 |
[% RESERVE.item.enumchron %] |
533 |
[% RESERVE.item.enumchron %] |
Lines 612-620
Link Here
|
612 |
<div class="modal-header"> |
612 |
<div class="modal-header"> |
613 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
613 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
614 |
[% IF RESERVE.suspend %] |
614 |
[% IF RESERVE.suspend %] |
615 |
<h3 id="suspendModal[% RESERVE.reserve_id %]Label">Resume your hold on <i>[% RESERVE.reserves_title %]</i></h3> |
615 |
<h3 id="suspendModal[% RESERVE.reserve_id %]Label">Resume your hold on <i>[% RESERVE.biblio.title %]</i></h3> |
616 |
[% ELSE %] |
616 |
[% ELSE %] |
617 |
<h3 id="suspendModal[% RESERVE.reserve_id %]Label">Suspend your hold on <i>[% RESERVE.reserves_title %]</i></h3> |
617 |
<h3 id="suspendModal[% RESERVE.reserve_id %]Label">Suspend your hold on <i>[% RESERVE.biblio.title %]</i></h3> |
618 |
[% END %] |
618 |
[% END %] |
619 |
</div> |
619 |
</div> |
620 |
<div class="modal-body"> |
620 |
<div class="modal-body"> |
621 |
- |
|
|