|
Lines 713-723
Link Here
|
| 713 |
<fieldset class="action"> |
713 |
<fieldset class="action"> |
| 714 |
[% IF ( patron.borrowernumber ) %] |
714 |
[% IF ( patron.borrowernumber ) %] |
| 715 |
[% IF ( override_required ) %] |
715 |
[% IF ( override_required ) %] |
| 716 |
<button type="submit" id="hold_any_btn" class="btn btn-primary warning"><i class="fa fa-exclamation-triangle "></i> Place hold</button> |
716 |
<button type="submit" id="hold_grp_btn" class="btn btn-primary warning"><i class="fa fa-exclamation-triangle "></i> Place hold</button> |
| 717 |
[% ELSIF ( none_available ) %] |
717 |
[% ELSIF ( none_available ) %] |
| 718 |
<button type="submit" id="hold_any_btn" disabled="disabled" class="btn btn-primary btn-disabled">Place hold</button> |
718 |
<button type="submit" id="hold_grp_btn" disabled="disabled" class="btn btn-primary btn-disabled">Place hold</button> |
| 719 |
[% ELSE %] |
719 |
[% ELSE %] |
| 720 |
<button type="submit" id="hold_any_btn" class="btn btn-primary">Place hold</button> |
720 |
<button type="submit" id="hold_grp_btn" class="btn btn-primary">Place hold</button> |
| 721 |
[% END %] |
721 |
[% END %] |
| 722 |
[% END %] |
722 |
[% END %] |
| 723 |
</fieldset> |
723 |
</fieldset> |
| 724 |
- |
|
|