Lines 1084-1090
Link Here
|
1084 |
<input type="submit" class="btn btn-primary" name="submit" value="Update hold(s)" /> |
1084 |
<input type="submit" class="btn btn-primary" name="submit" value="Update hold(s)" /> |
1085 |
</div> |
1085 |
</div> |
1086 |
<div class="btn-group"> |
1086 |
<div class="btn-group"> |
1087 |
<button class="cancel_selected_holds" data-bulk="true"></button> |
1087 |
<button class="btn cancel_selected_holds" data-bulk="true"></button> |
1088 |
</div> |
1088 |
</div> |
1089 |
<fieldset id="cancellation-reason-fieldset" class="action" style="display:none"> |
1089 |
<fieldset id="cancellation-reason-fieldset" class="action" style="display:none"> |
1090 |
[% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %] |
1090 |
[% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %] |
1091 |
- |
|
|