Lines 369-374
Link Here
|
369 |
<!-- Search Results Table --> |
369 |
<!-- Search Results Table --> |
370 |
[% IF ( total ) %] |
370 |
[% IF ( total ) %] |
371 |
[% IF ( scan ) %] |
371 |
[% IF ( scan ) %] |
|
|
372 |
<div class="page-section"> |
372 |
<h2>Scan index</h2> |
373 |
<h2>Scan index</h2> |
373 |
<form action="/cgi-bin/koha/catalogue/search.pl" method="get"> |
374 |
<form action="/cgi-bin/koha/catalogue/search.pl" method="get"> |
374 |
<label for="scan-index">Scan index:</label> |
375 |
<label for="scan-index">Scan index:</label> |
Lines 425-430
Link Here
|
425 |
[% END %] |
426 |
[% END %] |
426 |
</table> |
427 |
</table> |
427 |
</form> |
428 |
</form> |
|
|
429 |
</div> |
428 |
[% ELSE # /IF scan %] |
430 |
[% ELSE # /IF scan %] |
429 |
|
431 |
|
430 |
<div id="searchresults"> |
432 |
<div id="searchresults"> |
431 |
- |
|
|