Lines 9-14
Link Here
|
9 |
[% IF whole.stage == "form" %] |
9 |
[% IF whole.stage == "form" %] |
10 |
<h2>Edit a manual ILL request</h2> |
10 |
<h2>Edit a manual ILL request</h2> |
11 |
<form id="standard_edit_form" method="POST" action=""> |
11 |
<form id="standard_edit_form" method="POST" action=""> |
|
|
12 |
[% INCLUDE 'csrf-token.inc' %] |
12 |
<fieldset class="rows"> |
13 |
<fieldset class="rows"> |
13 |
<legend>General details</legend> |
14 |
<legend>General details</legend> |
14 |
<ol id="general-standard-fields"> |
15 |
<ol id="general-standard-fields"> |
Lines 76-82
Link Here
|
76 |
<a class="cancel" href="/cgi-bin/koha/ill/ill-requests.pl">Cancel</a> |
77 |
<a class="cancel" href="/cgi-bin/koha/ill/ill-requests.pl">Cancel</a> |
77 |
</fieldset> |
78 |
</fieldset> |
78 |
<input type="hidden" name="illrequest_id" value="[% whole.value.other.illrequest_id | html %]" /> |
79 |
<input type="hidden" name="illrequest_id" value="[% whole.value.other.illrequest_id | html %]" /> |
79 |
<input type="hidden" name="method" value="edititem" /> |
80 |
<input type="hidden" name="op" value="cud-edititem" /> |
80 |
<input type="hidden" name="stage" value="form" /> |
81 |
<input type="hidden" name="stage" value="form" /> |
81 |
<input type="hidden" name="backend" value="Standard" /> |
82 |
<input type="hidden" name="backend" value="Standard" /> |
82 |
</form> |
83 |
</form> |
83 |
- |
|
|