Lines 165-171
Link Here
|
165 |
</table> |
165 |
</table> |
166 |
|
166 |
|
167 |
<fieldset class="action"> |
167 |
<fieldset class="action"> |
168 |
<input type="submit" class="cancel" name="submit" value="Cancel marked holds" /> |
168 |
<input type="submit" class="btn btn-primary cancel" name="submit" value="Cancel marked holds" /> |
169 |
|
169 |
|
170 |
[% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %] |
170 |
[% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %] |
171 |
[% IF hold_cancellation.count %] |
171 |
[% IF hold_cancellation.count %] |
172 |
- |
|
|