Lines 64-69
Link Here
|
64 |
<th class="string-sort">Available item types</th> |
64 |
<th class="string-sort">Available item types</th> |
65 |
<th class="string-sort">Available locations</th> |
65 |
<th class="string-sort">Available locations</th> |
66 |
<th class="title-string">Earliest hold date</th> |
66 |
<th class="title-string">Earliest hold date</th> |
|
|
67 |
<th>Reserve notes</th> |
67 |
<th>Action</th> |
68 |
<th>Action</th> |
68 |
</tr> |
69 |
</tr> |
69 |
</thead> |
70 |
</thead> |
Lines 163-168
Link Here
|
163 |
<td> |
164 |
<td> |
164 |
<span title="[% hold.reservedate | html %]">[% hold.reservedate | $KohaDates %] in [% Branches.GetName ( hold.branchcode ) | html %]</span> |
165 |
<span title="[% hold.reservedate | html %]">[% hold.reservedate | $KohaDates %] in [% Branches.GetName ( hold.branchcode ) | html %]</span> |
165 |
</td> |
166 |
</td> |
|
|
167 |
<td>[% hold.reservenotes | html %]</td> |
166 |
<td> |
168 |
<td> |
167 |
<form name="cancelReserve" action="/cgi-bin/koha/circ/pendingreserves.pl" method="post"> |
169 |
<form name="cancelReserve" action="/cgi-bin/koha/circ/pendingreserves.pl" method="post"> |
168 |
<input type="hidden" name="op" value="cancel_reserve" /> |
170 |
<input type="hidden" name="op" value="cancel_reserve" /> |
Lines 224-229
Link Here
|
224 |
<td id="locationfilter"></td> |
226 |
<td id="locationfilter"></td> |
225 |
<td></td> |
227 |
<td></td> |
226 |
<td></td> |
228 |
<td></td> |
|
|
229 |
<td></td> |
227 |
</tr> |
230 |
</tr> |
228 |
</tfoot> |
231 |
</tfoot> |
229 |
</table> |
232 |
</table> |
230 |
- |
|
|