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

(-)a/Koha/ILL/Backend/intra-includes/create.inc (+1 lines)
Lines 16-21 Link Here
16
[% IF whole.stage == "form" %]
16
[% IF whole.stage == "form" %]
17
<h2>Create a manual ILL request</h2>
17
<h2>Create a manual ILL request</h2>
18
<form id="create_form" method="POST" action="">
18
<form id="create_form" method="POST" action="">
19
  [% INCLUDE 'csrf-token.inc' %]
19
  <fieldset class="rows">
20
  <fieldset class="rows">
20
    <legend>General details</legend>
21
    <legend>General details</legend>
21
    <ol id="general-standard-fields">
22
    <ol id="general-standard-fields">
(-)a/Koha/ILL/Backend/intra-includes/edititem.inc (-2 / +2 lines)
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
- 

Return to bug 35570