View | Details | Raw Unified | Return to bug 35570
Collapse All | Expand All

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

Return to bug 35570