Lines 75-81
Link Here
|
75 |
[% INCLUDE "ill/backends/Standard/shared/custom_fields.inc" %] |
75 |
[% INCLUDE "ill/backends/Standard/shared/custom_fields.inc" %] |
76 |
<fieldset class="action"> |
76 |
<fieldset class="action"> |
77 |
<input id="ill-submit" class="btn btn-primary" type="submit" value="Update" /> |
77 |
<input id="ill-submit" class="btn btn-primary" type="submit" value="Update" /> |
78 |
<a class="cancel" href="/cgi-bin/koha/ill/ill-requests.pl">Cancel</a> |
78 |
<a class="cancel" href="/cgi-bin/koha/ill/ill-requests.pl?op=illview&illrequest_id=[% whole.value.other.illrequest_id | html %]">Cancel</a> |
79 |
</fieldset> |
79 |
</fieldset> |
80 |
<input type="hidden" name="illrequest_id" value="[% whole.value.other.illrequest_id | html %]" /> |
80 |
<input type="hidden" name="illrequest_id" value="[% whole.value.other.illrequest_id | html %]" /> |
81 |
<input type="hidden" name="op" value="cud-edititem" /> |
81 |
<input type="hidden" name="op" value="cud-edititem" /> |
82 |
- |
|
|