Lines 871-877
Link Here
|
871 |
<input type="[% reserve_input_type | html %]" name="checkitem" class="requestspecific" value="[% itemloo.itemnumber | html %]" /> |
871 |
<input type="[% reserve_input_type | html %]" name="checkitem" class="requestspecific" value="[% itemloo.itemnumber | html %]" /> |
872 |
[% ELSIF ( itemloo.override ) %] |
872 |
[% ELSIF ( itemloo.override ) %] |
873 |
<input type="[% reserve_input_type | html %]" name="checkitem" class="needsoverride requestspecific" value="[% itemloo.itemnumber | html %]" /> |
873 |
<input type="[% reserve_input_type | html %]" name="checkitem" class="needsoverride requestspecific" value="[% itemloo.itemnumber | html %]" /> |
874 |
<i class="fa fa-exclamation-triangle fa-lg" style="color:gold" title="Requires override of hold policy" /> |
874 |
<i class="fa fa-exclamation-triangle fa-lg" style="color:gold" title="Requires override of hold policy"></i> |
875 |
[% ELSE %] |
875 |
[% ELSE %] |
876 |
<span class="error"> |
876 |
<span class="error"> |
877 |
<i class="fa fa-times fa-lg" title="Cannot be put on hold"></i> |
877 |
<i class="fa fa-times fa-lg" title="Cannot be put on hold"></i> |
878 |
- |
|
|