Lines 85-93
Link Here
|
85 |
|
85 |
|
86 |
<div class="searchheader" id="searchheader"> |
86 |
<div class="searchheader" id="searchheader"> |
87 |
<div id="selection_ops"> |
87 |
<div id="selection_ops"> |
88 |
<a href="#" id="select_all"><i class="fa fa-check"></i> Select all</a> |
88 |
<a href="#" class="btn btn-link" id="select_all"><i class="fa fa-check"></i> Select all</a> |
89 |
| |
89 |
<a href="#" class="btn btn-link" id="clear_all"><i class="fa fa-remove"></i> Clear all</a> |
90 |
<a href="#" id="clear_all"><i class="fa fa-remove"></i> Clear all</a> |
|
|
91 |
| |
90 |
| |
92 |
[% IF Koha.Preference("StaffHighlightedWords") == 1 %] |
91 |
[% IF Koha.Preference("StaffHighlightedWords") == 1 %] |
93 |
<a href="#" class="highlight_toggle" id="highlight_toggle_off">Unhighlight</a> |
92 |
<a href="#" class="highlight_toggle" id="highlight_toggle_off">Unhighlight</a> |
Lines 330-340
Link Here
|
330 |
</div> <!-- /#searchheader --> |
329 |
</div> <!-- /#searchheader --> |
331 |
|
330 |
|
332 |
[% ELSE # /IF total %] |
331 |
[% ELSE # /IF total %] |
|
|
332 |
<form method="post" name="fz3950" class="fz3950bigrpad"> |
333 |
<div id="toolbar" class="btn-toolbar" style="background-color:transparent"><div> |
334 |
<button class="btn btn-default" type="button" id="z3950submit"><i class="fa fa-search"></i> Z39.50/SRU search</button> |
335 |
</div></div> |
336 |
</form> |
333 |
|
337 |
|
334 |
<div id="searchheader"> |
338 |
<div id="searchheader"> |
335 |
<form method="post" name="fz3950" class="fz3950bigrpad"> |
|
|
336 |
<button class="btn btn-default" type="button" id="z3950submit"><i class="fa fa-search"></i> Z39.50/SRU search</button> |
337 |
</form> |
338 |
<h3>No results found</h3> |
339 |
<h3>No results found</h3> |
339 |
[% IF ( searchdesc ) %] |
340 |
[% IF ( searchdesc ) %] |
340 |
<p> |
341 |
<p> |
341 |
- |
|
|