|
Lines 49-55
Link Here
|
| 49 |
<a href="/cgi-bin/koha/ill/ill-requests.pl">ILL requests</a> |
49 |
<a href="/cgi-bin/koha/ill/ill-requests.pl">ILL requests</a> |
| 50 |
[% END %] |
50 |
[% END %] |
| 51 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
51 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
|
|
52 |
[% IF(auto_migrate) %] |
| 53 |
<span>Confirm switch provider</span> |
| 54 |
[% ELSE %] |
| 52 |
<span>Confirm automatic request</span> |
55 |
<span>Confirm automatic request</span> |
|
|
56 |
[% END %] |
| 53 |
[% END %] |
57 |
[% END %] |
| 54 |
[% ELSE %] |
58 |
[% ELSE %] |
| 55 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
59 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
|
Lines 943-949
Link Here
|
| 943 |
</div> |
947 |
</div> |
| 944 |
[% ELSIF op == 'confirmautoill' %] |
948 |
[% ELSIF op == 'confirmautoill' %] |
| 945 |
<!-- confirmautoill --> |
949 |
<!-- confirmautoill --> |
|
|
950 |
[% IF(auto_migrate) %] |
| 951 |
<h1>Confirm switch provider</h1> |
| 952 |
[% ELSE %] |
| 946 |
<h1>Confirm automatic request</h1> |
953 |
<h1>Confirm automatic request</h1> |
|
|
954 |
[% END %] |
| 947 |
<div id="results" class="page-section"> |
955 |
<div id="results" class="page-section"> |
| 948 |
<form method="post" id="confirmautoill-goback-form"> |
956 |
<form method="post" id="confirmautoill-goback-form"> |
| 949 |
[% FOREACH key IN whole.keys %] |
957 |
[% FOREACH key IN whole.keys %] |
| 950 |
- |
|
|