Lines 705-715
Link Here
|
705 |
<fieldset class="action"> |
705 |
<fieldset class="action"> |
706 |
[% IF ( patron.borrowernumber ) %] |
706 |
[% IF ( patron.borrowernumber ) %] |
707 |
[% IF ( override_required ) %] |
707 |
[% IF ( override_required ) %] |
708 |
<button type="submit" id="hold_any_btn" class="btn btn-primary warning"><i class="fa fa-exclamation-triangle "></i> Place hold</button> |
708 |
<button type="submit" id="hold_grp_btn" class="btn btn-primary warning"><i class="fa fa-exclamation-triangle "></i> Place hold</button> |
709 |
[% ELSIF ( none_available ) %] |
709 |
[% ELSIF ( none_available ) %] |
710 |
<button type="submit" id="hold_any_btn" disabled="disabled" class="btn btn-primary btn-disabled">Place hold</button> |
710 |
<button type="submit" id="hold_grp_btn" disabled="disabled" class="btn btn-primary btn-disabled">Place hold</button> |
711 |
[% ELSE %] |
711 |
[% ELSE %] |
712 |
<button type="submit" id="hold_any_btn" class="btn btn-primary">Place hold</button> |
712 |
<button type="submit" id="hold_grp_btn" class="btn btn-primary">Place hold</button> |
713 |
[% END %] |
713 |
[% END %] |
714 |
[% END %] |
714 |
[% END %] |
715 |
</fieldset> |
715 |
</fieldset> |
716 |
- |
|
|