Lines 677-687
Link Here
|
677 |
<fieldset class="action"> |
677 |
<fieldset class="action"> |
678 |
[% IF ( patron.borrowernumber ) %] |
678 |
[% IF ( patron.borrowernumber ) %] |
679 |
[% IF ( override_required ) %] |
679 |
[% IF ( override_required ) %] |
680 |
<button type="submit" id="hold_any_btn" class="btn btn-primary warning"><i class="fa fa-exclamation-triangle "></i> Place hold</button> |
680 |
<button type="submit" id="hold_grp_btn" class="btn btn-primary warning"><i class="fa fa-exclamation-triangle "></i> Place hold</button> |
681 |
[% ELSIF ( none_available ) %] |
681 |
[% ELSIF ( none_available ) %] |
682 |
<button type="submit" id="hold_any_btn" disabled="disabled" class="btn btn-primary btn-disabled">Place hold</button> |
682 |
<button type="submit" id="hold_grp_btn" disabled="disabled" class="btn btn-primary btn-disabled">Place hold</button> |
683 |
[% ELSE %] |
683 |
[% ELSE %] |
684 |
<button type="submit" id="hold_any_btn" class="btn btn-primary">Place hold</button> |
684 |
<button type="submit" id="hold_grp_btn" class="btn btn-primary">Place hold</button> |
685 |
[% END %] |
685 |
[% END %] |
686 |
[% END %] |
686 |
[% END %] |
687 |
</fieldset> |
687 |
</fieldset> |
688 |
- |
|
|