Lines 78-83
Link Here
|
78 |
<th class="string-sort">Available item types</th> |
78 |
<th class="string-sort">Available item types</th> |
79 |
<th class="string-sort">Available locations</th> |
79 |
<th class="string-sort">Available locations</th> |
80 |
<th class="title-string">Earliest hold date</th> |
80 |
<th class="title-string">Earliest hold date</th> |
|
|
81 |
<th>Reserve notes</th> |
81 |
<th>Action</th> |
82 |
<th>Action</th> |
82 |
</tr> |
83 |
</tr> |
83 |
</thead> |
84 |
</thead> |
Lines 177-182
Link Here
|
177 |
<td> |
178 |
<td> |
178 |
<span title="[% hold.reservedate | html %]">[% hold.reservedate | $KohaDates %] in [% Branches.GetName ( hold.branchcode ) | html %]</span> |
179 |
<span title="[% hold.reservedate | html %]">[% hold.reservedate | $KohaDates %] in [% Branches.GetName ( hold.branchcode ) | html %]</span> |
179 |
</td> |
180 |
</td> |
|
|
181 |
<td>[% hold.reservenotes | html %]</td> |
180 |
<td> |
182 |
<td> |
181 |
<form name="cancelReserve" action="/cgi-bin/koha/circ/pendingreserves.pl" method="post"> |
183 |
<form name="cancelReserve" action="/cgi-bin/koha/circ/pendingreserves.pl" method="post"> |
182 |
<input type="hidden" name="op" value="cancel_reserve" /> |
184 |
<input type="hidden" name="op" value="cancel_reserve" /> |
Lines 238-243
Link Here
|
238 |
<td id="locationfilter"></td> |
240 |
<td id="locationfilter"></td> |
239 |
<td></td> |
241 |
<td></td> |
240 |
<td></td> |
242 |
<td></td> |
|
|
243 |
<td></td> |
241 |
</tr> |
244 |
</tr> |
242 |
</tfoot> |
245 |
</tfoot> |
243 |
</table> |
246 |
</table> |
244 |
- |
|
|