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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/ill/backends/Standard/edititem.inc (-2 / +1 lines)
Lines 9-15 Link Here
9
[% END %]
9
[% END %]
10
10
11
[% IF whole.stage == "form" %]
11
[% IF whole.stage == "form" %]
12
    <h2>Edit a manual ILL request</h2>
12
    <h2>Edit ILL request item metadata</h2>
13
    <form id="standard_edit_form" method="POST" action="">
13
    <form id="standard_edit_form" method="POST" action="">
14
        [% INCLUDE 'csrf-token.inc' %]
14
        [% INCLUDE 'csrf-token.inc' %]
15
        <fieldset class="rows">
15
        <fieldset class="rows">
16
- 

Return to bug 40026