|
Lines 51-58
Link Here
|
| 51 |
<p><strong>[% nextreservtitle %]</strong> is on hold for <strong> [% nextreservsurname %], [% nextreservfirstname %]</strong>. |
51 |
<p><strong>[% nextreservtitle %]</strong> is on hold for <strong> [% nextreservsurname %], [% nextreservfirstname %]</strong>. |
| 52 |
Please retain this item and check it in to process the hold. |
52 |
Please retain this item and check it in to process the hold. |
| 53 |
</p> |
53 |
</p> |
| 54 |
<form name="cancelReservewithtransfert" action="waitingreserves.pl" method="post"> |
54 |
<form name="cancelReservewithtransfert" action="waitingreserves.p#[% tab %]" method="post"> |
| 55 |
<input type="submit" class="submit" value="OK" /> |
55 |
<input class="btn" type="submit" class="submit" value="OK" /> |
| 56 |
</form> |
56 |
</form> |
| 57 |
</div> |
57 |
</div> |
| 58 |
[% END %] |
58 |
[% END %] |
|
Lines 62-69
Link Here
|
| 62 |
<p><strong>[% nextreservtitle %]</strong> is on hold for <strong>[% nextreservsurname %], [% nextreservfirstname %]</strong>. |
62 |
<p><strong>[% nextreservtitle %]</strong> is on hold for <strong>[% nextreservsurname %], [% nextreservfirstname %]</strong>. |
| 63 |
Please retain this item and check it in to process the hold. |
63 |
Please retain this item and check it in to process the hold. |
| 64 |
</p> |
64 |
</p> |
| 65 |
<form name="cancelReservewithwaiting" action="waitingreserves.pl" method="post"> |
65 |
<form name="cancelReservewithwaiting" action="waitingreserves.pl#[% tab %]" method="post"> |
| 66 |
<input type="submit" class="submit" value="OK"/> |
66 |
<input class="btn" type="submit" class="submit" value="OK"/> |
| 67 |
</form> |
67 |
</form> |
| 68 |
</div> |
68 |
</div> |
| 69 |
[% END %] |
69 |
[% END %] |
| 70 |
- |
|
|