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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-1 / +8 lines)
Lines 58-64 Link Here
58
            [% ELSIF op == 'typedisclaimer' %]
58
            [% ELSIF op == 'typedisclaimer' %]
59
                <span>Request type disclaimer</span>
59
                <span>Request type disclaimer</span>
60
            [% ELSIF op == 'confirmautoill' %]
60
            [% ELSIF op == 'confirmautoill' %]
61
                [% IF(auto_migrate) %]
62
                <span>Confirm switch provider</span>
63
                [% ELSE %]
61
                <span>Confirm automatic request</span>
64
                <span>Confirm automatic request</span>
65
                [% END %]
62
            [% ELSIF op == 'historycheck' %]
66
            [% ELSIF op == 'historycheck' %]
63
                <span>Request history check</span>
67
                <span>Request history check</span>
64
            [% END %]
68
            [% END %]
Lines 1015-1021 Link Here
1015
                    </div>
1019
                    </div>
1016
                    [% ELSIF op == 'confirmautoill' %]
1020
                    [% ELSIF op == 'confirmautoill' %]
1017
                    <!-- confirmautoill -->
1021
                    <!-- confirmautoill -->
1022
                    [% IF(auto_migrate) %]
1023
                    <h1>Confirm switch provider</h1>
1024
                    [% ELSE %]
1018
                    <h1>Confirm automatic request</h1>
1025
                    <h1>Confirm automatic request</h1>
1026
                    [% END %]
1019
                    <div id="results" class="page-section">
1027
                    <div id="results" class="page-section">
1020
                        <form method="post" id="confirmautoill-goback-form">
1028
                        <form method="post" id="confirmautoill-goback-form">
1021
                                [% FOREACH key IN whole.keys %]
1029
                                [% FOREACH key IN whole.keys %]
1022
- 

Return to bug 38819