|
Lines 58-63
Link Here
|
| 58 |
[% END %] |
58 |
[% END %] |
| 59 |
|
59 |
|
| 60 |
<h2>Holds to pull placed between [% from | $KohaDates %] and [% to | $KohaDates %]</h2> |
60 |
<h2>Holds to pull placed between [% from | $KohaDates %] and [% to | $KohaDates %]</h2> |
|
|
61 |
<h2> |
| 62 |
[% IF all_branches_link %] |
| 63 |
<span><a href="[% all_branches_link | url %]">View all libraries</a></span> |
| 64 |
[% END %] |
| 65 |
</h2> |
| 61 |
<h3>Reported on [% todaysdate | $KohaDates %]</h3> |
66 |
<h3>Reported on [% todaysdate | $KohaDates %]</h3> |
| 62 |
<p>The following holds have not been filled. Please retrieve them and check them in.</p> |
67 |
<p>The following holds have not been filled. Please retrieve them and check them in.</p> |
| 63 |
<div id="searchresults"> |
68 |
<div id="searchresults"> |
|
Lines 187-192
Link Here
|
| 187 |
<form name="cancelReserve" action="/cgi-bin/koha/circ/pendingreserves.pl" method="post"> |
192 |
<form name="cancelReserve" action="/cgi-bin/koha/circ/pendingreserves.pl" method="post"> |
| 188 |
<input type="hidden" name="op" value="cancel_reserve" /> |
193 |
<input type="hidden" name="op" value="cancel_reserve" /> |
| 189 |
<input type="hidden" name="reserve_id" value="[% hold.reserve_id | html %]" /> |
194 |
<input type="hidden" name="reserve_id" value="[% hold.reserve_id | html %]" /> |
|
|
195 |
<input type="hidden" name="allbranches" value="[% allbranches | html %]" /> |
| 190 |
|
196 |
|
| 191 |
[% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %] |
197 |
[% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %] |
| 192 |
[% IF hold_cancellation %] |
198 |
[% IF hold_cancellation %] |
|
Lines 212-217
Link Here
|
| 212 |
[% IF hold.itemnumber %] |
218 |
[% IF hold.itemnumber %] |
| 213 |
<form name="cancelReserve" action="/cgi-bin/koha/circ/pendingreserves.pl" method="post"> |
219 |
<form name="cancelReserve" action="/cgi-bin/koha/circ/pendingreserves.pl" method="post"> |
| 214 |
<input type="hidden" name="reserve_id" value="[% hold.reserve_id | html %]" /> |
220 |
<input type="hidden" name="reserve_id" value="[% hold.reserve_id | html %]" /> |
|
|
221 |
<input type="hidden" name="allbranches" value="[% allbranches | html %]" /> |
| 215 |
[% IF Koha.Preference('CanMarkHoldsToPullAsLost') == 'allow' %] |
222 |
[% IF Koha.Preference('CanMarkHoldsToPullAsLost') == 'allow' %] |
| 216 |
<input type="hidden" name="op" value="mark_as_lost" /> |
223 |
<input type="hidden" name="op" value="mark_as_lost" /> |
| 217 |
<input type="submit" value="Mark item as lost" /> |
224 |
<input type="submit" value="Mark item as lost" /> |
|
Lines 264-269
Link Here
|
| 264 |
<div id="filters"> |
271 |
<div id="filters"> |
| 265 |
|
272 |
|
| 266 |
<form action="/cgi-bin/koha/circ/pendingreserves.pl" method="post" > |
273 |
<form action="/cgi-bin/koha/circ/pendingreserves.pl" method="post" > |
|
|
274 |
<input type="hidden" name="allbranches" value="[% allbranches | html %]" /> |
| 267 |
<fieldset class="brief"> |
275 |
<fieldset class="brief"> |
| 268 |
<h4>Refine results</h4> |
276 |
<h4>Refine results</h4> |
| 269 |
<ol> |
277 |
<ol> |
| 270 |
- |
|
|