Lines 16-22
Link Here
|
16 |
<th id="pickup_library" data-colname="pickup_library">Pickup library</th> |
16 |
<th id="pickup_library" data-colname="pickup_library">Pickup library</th> |
17 |
<th id="details" data-colname="details">Details</th> |
17 |
<th id="details" data-colname="details">Details</th> |
18 |
[% IF ( CAN_user_reserveforothers_modify_holds_priority ) %] |
18 |
[% IF ( CAN_user_reserveforothers_modify_holds_priority ) %] |
19 |
<th id="set_lowest_priority" data-colname="set_lowest_priority"><i class="fa fa-lg fa-rotate-90 fa-fast-forward" title="Toggle set to lowest priority"></i></th> |
19 |
<th id="set_lowest_priority" data-colname="set_lowest_priority"><span style="display:none;">Set lowest priority</span><i class="fa fa-lg fa-rotate-90 fa-fast-forward" title="Toggle set to lowest priority"></i></th> |
20 |
[% END %] |
20 |
[% END %] |
21 |
<th id="delete" data-colname="delete">Delete</th> |
21 |
<th id="delete" data-colname="delete">Delete</th> |
22 |
<th id="suspend" data-colname="suspend">Suspend</th> |
22 |
<th id="suspend" data-colname="suspend">Suspend</th> |
23 |
- |
|
|