Lines 1020-1029
Link Here
|
1020 |
[% END %] |
1020 |
[% END %] |
1021 |
|
1021 |
|
1022 |
<h2>Existing holds</h2> |
1022 |
<h2>Existing holds</h2> |
1023 |
<div class="page-section"> |
|
|
1024 |
<div id="toolbar" class="btn-toolbar"> |
1023 |
<div id="toolbar" class="btn-toolbar"> |
1025 |
<input type="submit" name="submit" value="Update hold(s)" /> <button class="cancel_selected_holds" data-bulk="true"></button> |
1024 |
<div class="btn-group"> |
1026 |
<fieldset id="cancellation-reason-fieldset" class="action"> |
1025 |
<input type="submit" class="btn btn-primary" name="submit" value="Update hold(s)" /> |
|
|
1026 |
</div> |
1027 |
<div class="btn-group"> |
1028 |
<button class="cancel_selected_holds" data-bulk="true"></button> |
1029 |
</div> |
1030 |
<fieldset id="cancellation-reason-fieldset" class="action" style="display:none"> |
1027 |
[% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %] |
1031 |
[% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %] |
1028 |
[% IF hold_cancellation.count %] |
1032 |
[% IF hold_cancellation.count %] |
1029 |
<label for="cancellation-reason">Cancellation reason: </label> |
1033 |
<label for="cancellation-reason">Cancellation reason: </label> |
Lines 1036-1041
Link Here
|
1036 |
[% END %] |
1040 |
[% END %] |
1037 |
</fieldset> |
1041 |
</fieldset> |
1038 |
</div> |
1042 |
</div> |
|
|
1043 |
<div class="page-section"> |
1039 |
|
1044 |
|
1040 |
[% FOREACH biblioloo IN biblioloop %] |
1045 |
[% FOREACH biblioloo IN biblioloop %] |
1041 |
[% IF ( biblioloo.reserveloop ) %] |
1046 |
[% IF ( biblioloo.reserveloop ) %] |
1042 |
- |
|
|