Lines 117-123
Link Here
|
117 |
<h1>Interlibrary loan requests</h1> |
117 |
<h1>Interlibrary loan requests</h1> |
118 |
[% INCLUDE messages %] |
118 |
[% INCLUDE messages %] |
119 |
|
119 |
|
120 |
[% IF can_place_ill_in_opac %] |
120 |
[% IF can_patron_place_ill_in_opac %] |
121 |
<div id="illrequests-create-button" class="dropdown btn-group"> |
121 |
<div id="illrequests-create-button" class="dropdown btn-group"> |
122 |
[% IF backends.size > 1 %] |
122 |
[% IF backends.size > 1 %] |
123 |
<button class="btn btn-primary dropdown-toggle" type="button" id="ill-backend-dropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> |
123 |
<button class="btn btn-primary dropdown-toggle" type="button" id="ill-backend-dropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> |
Lines 240-246
Link Here
|
240 |
</div> |
240 |
</div> |
241 |
[% END %] |
241 |
[% END %] |
242 |
</div> |
242 |
</div> |
243 |
[% IF can_place_ill_in_opac %] |
243 |
[% IF can_patron_place_ill_in_opac %] |
244 |
<fieldset class="action illrequest-actions"> |
244 |
<fieldset class="action illrequest-actions"> |
245 |
<input type="hidden" name="illrequest_id" value="[% request.illrequest_id | html %]" /> |
245 |
<input type="hidden" name="illrequest_id" value="[% request.illrequest_id | html %]" /> |
246 |
<input type="hidden" name="op" value="cud-update" /> |
246 |
<input type="hidden" name="op" value="cud-update" /> |