Lines 167-183
Link Here
|
167 |
</div> |
167 |
</div> |
168 |
[% END %] |
168 |
[% END %] |
169 |
|
169 |
|
170 |
[% IF ( messagetransfert ) %] |
|
|
171 |
<div class="dialog message"> |
172 |
<h2>Hold found for ([% nextreservtitle | html %]), please transfer</h2> |
173 |
<p>Hold placed by : <strong> [% nextreservsurname | html %] [% nextreservfirstname | html %]</strong> at : <strong> [% branchname | html %] </strong>, Please transfer this item. |
174 |
</p> |
175 |
<form name="cancelReservewithtransfert" action="branchreserves.pl" method="post"> |
176 |
<input type="submit" class="button" /> |
177 |
</form> |
178 |
</div> |
179 |
[% END %] |
180 |
|
181 |
[% UNLESS ( multi_hold ) %] |
170 |
[% UNLESS ( multi_hold ) %] |
182 |
<h2>Place a hold on [% INCLUDE 'biblio-title.inc' link = 1 %] [% IF biblio.author %] by [% biblio.author | html %][% END %]</h2> |
171 |
<h2>Place a hold on [% INCLUDE 'biblio-title.inc' link = 1 %] [% IF biblio.author %] by [% biblio.author | html %][% END %]</h2> |
183 |
[% ELSE %] |
172 |
[% ELSE %] |
184 |
- |
|
|