Lines 56-62
Link Here
|
56 |
<a href="/cgi-bin/koha/ill/ill-requests.pl">ILL requests</a> |
56 |
<a href="/cgi-bin/koha/ill/ill-requests.pl">ILL requests</a> |
57 |
[% END %] |
57 |
[% END %] |
58 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
58 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
|
|
59 |
[% IF(auto_migrate) %] |
60 |
<span>Confirm switch provider</span> |
61 |
[% ELSE %] |
59 |
<span>Confirm automatic request</span> |
62 |
<span>Confirm automatic request</span> |
|
|
63 |
[% END %] |
60 |
[% END %] |
64 |
[% END %] |
61 |
[% ELSE %] |
65 |
[% ELSE %] |
62 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
66 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
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 |
- |
|
|