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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-2 / +2 lines)
Lines 51-57 Link Here
51
                <a href="/cgi-bin/koha/ill/ill-requests.pl">ILL requests</a>
51
                <a href="/cgi-bin/koha/ill/ill-requests.pl">ILL requests</a>
52
            [% END %]
52
            [% END %]
53
            [% WRAPPER breadcrumb_item bc_active= 1 %]
53
            [% WRAPPER breadcrumb_item bc_active= 1 %]
54
                <span>Confirm automatic request</span>
54
                <span>Confirm request</span>
55
            [% END %]
55
            [% END %]
56
        [% ELSE %]
56
        [% ELSE %]
57
            [% WRAPPER breadcrumb_item bc_active= 1 %]
57
            [% WRAPPER breadcrumb_item bc_active= 1 %]
Lines 855-861 Link Here
855
                </div>
855
                </div>
856
            [% ELSIF op == 'confirmautoill' %]
856
            [% ELSIF op == 'confirmautoill' %]
857
                <!-- confirmautoill -->
857
                <!-- confirmautoill -->
858
                <h1>Confirm automatic request</h1>
858
                <h1>Confirm request</h1>
859
                <div id="results" class="page-section">
859
                <div id="results" class="page-section">
860
                    <form method="post" id="confirmautoill-form">
860
                    <form method="post" id="confirmautoill-form">
861
                        [% INCLUDE 'csrf-token.inc' %]
861
                        [% INCLUDE 'csrf-token.inc' %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt (-3 / +2 lines)
Lines 48-54 Link Here
48
                [% END %]
48
                [% END %]
49
            [% ELSIF op == 'confirmautoill' %]
49
            [% ELSIF op == 'confirmautoill' %]
50
                [% WRAPPER breadcrumb_item bc_active= 1 %]
50
                [% WRAPPER breadcrumb_item bc_active= 1 %]
51
                    <span>Confirm automatic request</span>
51
                    <span>Confirm request</span>
52
                [% END %]
52
                [% END %]
53
            [% END %]
53
            [% END %]
54
        [% ELSE %]
54
        [% ELSE %]
Lines 323-329 Link Here
323
                                </form>
323
                                </form>
324
                            </div>
324
                            </div>
325
                        [% ELSIF op == 'confirmautoill' %]
325
                        [% ELSIF op == 'confirmautoill' %]
326
                            <h1>Confirming automatic request</h1>
326
                            <h1>Confirming request</h1>
327
                            <div id="results" class="page-section">
327
                            <div id="results" class="page-section">
328
                                <form method="post" id="confirmautoill-form">
328
                                <form method="post" id="confirmautoill-form">
329
                                    [%# This will get its name="op" value="cud-" from the loop over whole.keys below %]
329
                                    [%# This will get its name="op" value="cud-" from the loop over whole.keys below %]
330
- 

Return to bug 35604