Lines 378-383
Link Here
|
378 |
[% END %] |
378 |
[% END %] |
379 |
</li> |
379 |
</li> |
380 |
[% END %] |
380 |
[% END %] |
|
|
381 |
</ol> |
381 |
[% UNLESS ( multi_hold ) %] |
382 |
[% UNLESS ( multi_hold ) %] |
382 |
<fieldset class="action"> |
383 |
<fieldset class="action"> |
383 |
<input type="submit" class="btn btn-primary" value="Place hold" /> |
384 |
<input type="submit" class="btn btn-primary" value="Place hold" /> |
Lines 402-409
Link Here
|
402 |
<td> |
403 |
<td> |
403 |
[% UNLESS ( biblioloo.warn ) %] |
404 |
[% UNLESS ( biblioloo.warn ) %] |
404 |
<input class="multi_hold_item_checkbox" type="checkbox" checked="checked" title="[% biblioloo.biblionumber | html %]"/> |
405 |
<input class="multi_hold_item_checkbox" type="checkbox" checked="checked" title="[% biblioloo.biblionumber | html %]"/> |
405 |
</td> |
|
|
406 |
[% END %] |
406 |
[% END %] |
|
|
407 |
</td> |
407 |
<td> |
408 |
<td> |
408 |
<ul> |
409 |
<ul> |
409 |
<li> |
410 |
<li> |
Lines 870-876
Link Here
|
870 |
<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 %]" /> |
871 |
[% ELSIF ( itemloo.override ) %] |
872 |
[% ELSIF ( itemloo.override ) %] |
872 |
<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 %]" /> |
873 |
<i class="fa fa-exclamation-triangle fa-lg" style="color:gold" title="Requires override of hold policy"/></i> |
874 |
<i class="fa fa-exclamation-triangle fa-lg" style="color:gold" title="Requires override of hold policy" /> |
874 |
[% ELSE %] |
875 |
[% ELSE %] |
875 |
<span class="error"> |
876 |
<span class="error"> |
876 |
<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> |
Lines 1048-1057
Link Here
|
1048 |
[% END %] |
1049 |
[% END %] |
1049 |
</fieldset> |
1050 |
</fieldset> |
1050 |
|
1051 |
|
|
|
1052 |
</fieldset> |
1053 |
</fieldset> <!-- /.rows any_specific --> |
1054 |
|
1051 |
[% ELSE # /UNLESS multi_hold %] |
1055 |
[% ELSE # /UNLESS multi_hold %] |
|
|
1056 |
<form action="placerequest.pl" method="post" name="form" id="hold-request-form"> |
1052 |
<fieldset class="rows"> |
1057 |
<fieldset class="rows"> |
1053 |
<legend>Hold details</legend> |
1058 |
<legend>Hold details</legend> |
1054 |
<form action="placerequest.pl" method="post" name="form" id="hold-request-form"> |
|
|
1055 |
[% INCLUDE 'csrf-token.inc' %] |
1059 |
[% INCLUDE 'csrf-token.inc' %] |
1056 |
<input type="hidden" name="op" value="cud-placerequest" /> |
1060 |
<input type="hidden" name="op" value="cud-placerequest" /> |
1057 |
<input type="hidden" name="multi_holds" id="multi_holds" value="1" /> |
1061 |
<input type="hidden" name="multi_holds" id="multi_holds" value="1" /> |
Lines 1207-1218
Link Here
|
1207 |
[% END %] |
1211 |
[% END %] |
1208 |
[% END # /IF patron %] |
1212 |
[% END # /IF patron %] |
1209 |
</fieldset> <!-- /.action --> |
1213 |
</fieldset> <!-- /.action --> |
|
|
1214 |
</form> <!-- /#hold-request-form --> |
1210 |
|
1215 |
|
1211 |
[% END # /UNLESS multi_hold %] |
1216 |
[% END # /UNLESS multi_hold %] |
1212 |
|
1217 |
|
1213 |
</fieldset> |
|
|
1214 |
</fieldset> <!-- /.rows --> |
1215 |
</form> <!-- /#hold-request-form --> |
1216 |
[% END %] |
1218 |
[% END %] |
1217 |
|
1219 |
|
1218 |
[% UNLESS ( patron ) %] |
1220 |
[% UNLESS ( patron ) %] |
1219 |
- |
|
|