|
Lines 177-183
Link Here
|
| 177 |
</a> |
177 |
</a> |
| 178 |
[%- IF hold.change_hold_type_allowed -%] |
178 |
[%- IF hold.change_hold_type_allowed -%] |
| 179 |
<span style="display:none">Next available</span> |
179 |
<span style="display:none">Next available</span> |
| 180 |
<a id="change_hold_type_icon" href="#" class="clear_date fa fa-fw fa-remove" aria-hidden="true" aria-label="Change to next available item"></a> |
180 |
<a id="change_hold_type_icon" href="#" class="clear_date fa fa-fw fa-remove" aria-hidden="true" title="Change to next available item" aria-label="Change to next available item"></a> |
| 181 |
<input id="change_hold_type" type="hidden" name="changeHoldType" value="0"> |
181 |
<input id="change_hold_type" type="hidden" name="changeHoldType" value="0"> |
| 182 |
[%- END -%] |
182 |
[%- END -%] |
| 183 |
</em> |
183 |
</em> |
| 184 |
- |
|
|