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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-2 / +9 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
                [% IF(auto_migrate) %]
55
                <span>Confirm switch provider</span>
56
                [% ELSE %]
54
                <span>Confirm automatic request</span>
57
                <span>Confirm automatic request</span>
58
                [% END %]
55
            [% END %]
59
            [% END %]
56
        [% ELSE %]
60
        [% ELSE %]
57
            [% WRAPPER breadcrumb_item bc_active= 1 %]
61
            [% WRAPPER breadcrumb_item bc_active= 1 %]
Lines 860-866 Link Here
860
                </div>
864
                </div>
861
            [% ELSIF op == 'confirmautoill' %]
865
            [% ELSIF op == 'confirmautoill' %]
862
                <!-- confirmautoill -->
866
                <!-- confirmautoill -->
863
                <h1>Confirm automatic request</h1>
867
                [% IF(auto_migrate) %]
868
                    <h1>Confirm switch provider</h1>
869
                [% ELSE %]
870
                    <h1>Confirm automatic request</h1>
871
                [% END %]
864
                <div id="results" class="page-section">
872
                <div id="results" class="page-section">
865
                    <form method="post" id="confirmautoill-goback-form">
873
                    <form method="post" id="confirmautoill-goback-form">
866
                        [% INCLUDE 'csrf-token.inc' %]
874
                        [% INCLUDE 'csrf-token.inc' %]
867
- 

Return to bug 38819