Lines 344-354
Link Here
|
344 |
+ ' <th id=""></th>' |
344 |
+ ' <th id=""></th>' |
345 |
+ ' </tr>' |
345 |
+ ' </tr>' |
346 |
var table = '' |
346 |
var table = '' |
|
|
347 |
+ '<div class="page-section">' |
347 |
+ '<table id="results">' |
348 |
+ '<table id="results">' |
348 |
+ ' <thead>' + tr + tr + '</thead>' |
349 |
+ ' <thead>' + tr + tr + '</thead>' |
349 |
+ ' <tbody></tbody>' |
350 |
+ ' <tbody></tbody>' |
350 |
+ '</table>'; |
351 |
+ '</table>' |
351 |
|
352 |
+ '</div>'; |
352 |
var advSearchLink = $('<a>') |
353 |
var advSearchLink = $('<a>') |
353 |
.attr('href', '/cgi-bin/koha/catalogue/search.pl') |
354 |
.attr('href', '/cgi-bin/koha/catalogue/search.pl') |
354 |
.html(_("Go to advanced search")); |
355 |
.html(_("Go to advanced search")); |
355 |
- |
|
|