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 request</span> |
54 |
[% IF(auto_migrate) %] |
|
|
55 |
<span>Confirm switch provider</span> |
56 |
[% ELSE %] |
57 |
<span>Confirm 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 865-871
Link Here
|
865 |
</div> |
869 |
</div> |
866 |
[% ELSIF op == 'confirmautoill' %] |
870 |
[% ELSIF op == 'confirmautoill' %] |
867 |
<!-- confirmautoill --> |
871 |
<!-- confirmautoill --> |
868 |
<h1>Confirm request</h1> |
872 |
[% IF(auto_migrate) %] |
|
|
873 |
<h1>Confirm switch provider</h1> |
874 |
[% ELSE %] |
875 |
<h1>Confirm request</h1> |
876 |
[% END %] |
869 |
<div id="results" class="page-section"> |
877 |
<div id="results" class="page-section"> |
870 |
<form method="post" id="confirmautoill-goback-form"> |
878 |
<form method="post" id="confirmautoill-goback-form"> |
871 |
[% INCLUDE 'csrf-token.inc' %] |
879 |
[% INCLUDE 'csrf-token.inc' %] |
872 |
- |
|
|