Lines 723-733
Link Here
|
723 |
<fieldset class="action"> |
723 |
<fieldset class="action"> |
724 |
[% IF ( patron.borrowernumber ) %] |
724 |
[% IF ( patron.borrowernumber ) %] |
725 |
[% IF ( override_required ) %] |
725 |
[% IF ( override_required ) %] |
726 |
<button type="submit" id="hold_any_btn" class="btn btn-primary warning"><i class="fa fa-exclamation-triangle "></i> Place hold</button> |
726 |
<button type="submit" id="hold_grp_btn" class="btn btn-primary warning"><i class="fa fa-exclamation-triangle "></i> Place hold</button> |
727 |
[% ELSIF ( none_available ) %] |
727 |
[% ELSIF ( none_available ) %] |
728 |
<button type="submit" id="hold_any_btn" disabled="disabled" class="btn btn-primary btn-disabled">Place hold</button> |
728 |
<button type="submit" id="hold_grp_btn" disabled="disabled" class="btn btn-primary btn-disabled">Place hold</button> |
729 |
[% ELSE %] |
729 |
[% ELSE %] |
730 |
<button type="submit" id="hold_any_btn" class="btn btn-primary">Place hold</button> |
730 |
<button type="submit" id="hold_grp_btn" class="btn btn-primary">Place hold</button> |
731 |
[% END %] |
731 |
[% END %] |
732 |
[% END %] |
732 |
[% END %] |
733 |
</fieldset> |
733 |
</fieldset> |
734 |
- |
|
|