Lines 112-118
Link Here
|
112 |
<h1>Interlibrary loan requests</h1> |
112 |
<h1>Interlibrary loan requests</h1> |
113 |
[% INCLUDE messages %] |
113 |
[% INCLUDE messages %] |
114 |
|
114 |
|
115 |
[% IF can_place_ill_in_opac %] |
115 |
[% IF can_patron_place_ill_in_opac %] |
116 |
<div id="illrequests-create-button" class="dropdown btn-group"> |
116 |
<div id="illrequests-create-button" class="dropdown btn-group"> |
117 |
[% IF backends.size > 1 %] |
117 |
[% IF backends.size > 1 %] |
118 |
<button class="btn btn-primary dropdown-toggle" type="button" id="ill-backend-dropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> |
118 |
<button class="btn btn-primary dropdown-toggle" type="button" id="ill-backend-dropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> |
Lines 235-241
Link Here
|
235 |
</div> |
235 |
</div> |
236 |
[% END %] |
236 |
[% END %] |
237 |
</div> |
237 |
</div> |
238 |
[% IF can_place_ill_in_opac %] |
238 |
[% IF can_patron_place_ill_in_opac %] |
239 |
<fieldset class="action illrequest-actions"> |
239 |
<fieldset class="action illrequest-actions"> |
240 |
<input type="hidden" name="illrequest_id" value="[% request.illrequest_id | html %]" /> |
240 |
<input type="hidden" name="illrequest_id" value="[% request.illrequest_id | html %]" /> |
241 |
<input type="hidden" name="op" value="cud-update" /> |
241 |
<input type="hidden" name="op" value="cud-update" /> |