|
Lines 143-175
Link Here
|
| 143 |
[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %] |
143 |
[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %] |
| 144 |
[% WRAPPER tab_panel tabname="holds" %] |
144 |
[% WRAPPER tab_panel tabname="holds" %] |
| 145 |
[% IF ( holds_count ) %] |
145 |
[% IF ( holds_count ) %] |
| 146 |
<form action="/cgi-bin/koha/reserve/modrequest.pl" method="post"> |
146 |
<table id="holds-table" class="holds_table" style="width: 100% !Important;"> |
| 147 |
[% INCLUDE 'csrf-token.inc' %] |
147 |
<thead> |
| 148 |
<input type="hidden" name="from" value="circ" /> |
148 |
<tr> |
| 149 |
<table id="holds-table" class="holds_table" style="width: 100% !Important;"> |
149 |
<th id="checkbox" data-colname="checkbox"><input type="checkbox" class="select_hold_all" /></th> |
| 150 |
<thead> |
150 |
<th>Hold date</th> |
| 151 |
<tr> |
151 |
<th class="anti-the">Title</th> |
| 152 |
<th id="checkbox" data-colname="checkbox"><input type="checkbox" class="select_hold_all" /></th> |
152 |
<th>Call number</th> |
| 153 |
<th>Hold date</th> |
153 |
<th>Item type</th> |
| 154 |
<th class="anti-the">Title</th> |
154 |
<th>Barcode</th> |
| 155 |
<th>Call number</th> |
155 |
<th>Pickup at</th> |
| 156 |
<th>Item type</th> |
156 |
<th>Expiration</th> |
| 157 |
<th>Barcode</th> |
157 |
<th>Priority</th> |
| 158 |
<th>Pickup at</th> |
158 |
<th>Notes</th> |
| 159 |
<th>Expiration</th> |
159 |
<th>Delete?</th> |
| 160 |
<th>Priority</th> |
160 |
<th>Suspend?</th> |
| 161 |
<th>Notes</th> |
161 |
<th>Status</th> |
| 162 |
<th>Delete?</th> |
162 |
</tr> |
| 163 |
<th>Suspend?</th> |
163 |
</thead> |
| 164 |
<th>Status</th> |
164 |
</table> |
| 165 |
</tr> |
165 |
|
| 166 |
</thead> |
166 |
<fieldset class="action"> |
| 167 |
</table> |
167 |
<button class="btn btn-primary cancel_selected_holds" data-bulk="true"></button> |
| 168 |
|
168 |
</fieldset> |
| 169 |
<fieldset class="action"> |
|
|
| 170 |
<button class="btn btn-primary cancel_selected_holds" data-bulk="true"></button> |
| 171 |
</fieldset> |
| 172 |
</form> |
| 173 |
|
169 |
|
| 174 |
[% PROCESS 'cancel-hold-modal' form_action = '/cgi-bin/koha/reserve/modrequest.pl' from_param = patronpage %] |
170 |
[% PROCESS 'cancel-hold-modal' form_action = '/cgi-bin/koha/reserve/modrequest.pl' from_param = patronpage %] |
| 175 |
[% PROCESS 'suspend-hold-modal' %] |
171 |
[% PROCESS 'suspend-hold-modal' %] |
| 176 |
- |
|
|