Lines 65-73
Link Here
|
65 |
[% END %] |
65 |
[% END %] |
66 |
[% IF ( test_parameters ) %] |
66 |
[% IF ( test_parameters ) %] |
67 |
[% IF ( errors.size ) %] |
67 |
[% IF ( errors.size ) %] |
68 |
<span class="text-danger">Tests failed!</span> |
68 |
<div class="dialog message"><span class="text-danger">Tests failed!</span></div> |
69 |
[% ELSE %] |
69 |
[% ELSE %] |
70 |
<span class="text-success">Tests successful!</span> |
70 |
<div class="dialog message"><span class="text-success">Tests succeeded!</span></div> |
71 |
[% END %] |
71 |
[% END %] |
72 |
[% END %] |
72 |
[% END %] |
73 |
<form action="/cgi-bin/koha/tools/oai-pmh-harvester/request.pl" method="post" name="entry-form"> |
73 |
<form action="/cgi-bin/koha/tools/oai-pmh-harvester/request.pl" method="post" name="entry-form"> |
74 |
- |
|
|