Lines 17-22
Link Here
|
17 |
[% IF whole.stage == "form" %] |
17 |
[% IF whole.stage == "form" %] |
18 |
<h2>Create a manual ILL request</h2> |
18 |
<h2>Create a manual ILL request</h2> |
19 |
<form id="create_form" method="POST" action=""> |
19 |
<form id="create_form" method="POST" action=""> |
|
|
20 |
[% INCLUDE 'csrf-token.inc' %] |
20 |
<fieldset class="rows"> |
21 |
<fieldset class="rows"> |
21 |
<legend>General details</legend> |
22 |
<legend>General details</legend> |
22 |
<ol id="general-standard-fields"> |
23 |
<ol id="general-standard-fields"> |
Lines 106-112
Link Here
|
106 |
<input id="ill-submit" class="btn btn-default" type="submit" value="Create"/> |
107 |
<input id="ill-submit" class="btn btn-default" type="submit" value="Create"/> |
107 |
<a class="cancel" href="/cgi-bin/koha/opac-illrequests.pl">Cancel</a> |
108 |
<a class="cancel" href="/cgi-bin/koha/opac-illrequests.pl">Cancel</a> |
108 |
</fieldset> |
109 |
</fieldset> |
109 |
<input type="hidden" name="method" value="create" /> |
110 |
<input type="hidden" name="op" value="cud-create" /> |
110 |
<input type="hidden" name="stage" value="form" /> |
111 |
<input type="hidden" name="stage" value="form" /> |
111 |
<input type="hidden" name="backend" value="Standard" /> |
112 |
<input type="hidden" name="backend" value="Standard" /> |
112 |
</form> |
113 |
</form> |
113 |
- |
|
|