Lines 364-370
Link Here
|
364 |
No results match your search [% IF ( query_desc ) %]for <span style="font-weight: bold;">'[% query_desc | html %]'</span>[% END %][% IF ( limit_desc ) %] with limit(s): <span style="font-weight: bold;">'[% limit_desc | html %]'</span>[% END %][% IF ( LibraryName ) %] in [% LibraryName | html %] Catalog[% END %]. |
364 |
No results match your search [% IF ( query_desc ) %]for <span style="font-weight: bold;">'[% query_desc | html %]'</span>[% END %][% IF ( limit_desc ) %] with limit(s): <span style="font-weight: bold;">'[% limit_desc | html %]'</span>[% END %][% IF ( LibraryName ) %] in [% LibraryName | html %] Catalog[% END %]. |
365 |
</p> |
365 |
</p> |
366 |
[% IF CAN_user_acquisition_order_manage && searchtoorder_basketno && searchtoorder_vendorid %][%# Coming from the basket or vendor view %] |
366 |
[% IF CAN_user_acquisition_order_manage && searchtoorder_basketno && searchtoorder_vendorid %][%# Coming from the basket or vendor view %] |
367 |
<p><a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% searchtoorder_basketno | uri %]">View basket<a></p> |
367 |
<p><a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% searchtoorder_basketno | uri %]">View basket</a></p> |
368 |
[% END %] |
368 |
[% END %] |
369 |
<a href="/cgi-bin/koha/catalogue/search.pl?advsearch=1&edit_search=1&[% query_cgi | $raw %]&[% limit_cgi | $raw %]&sort_by=[% sort_by | uri %]">Edit this search</a> |
369 |
<a href="/cgi-bin/koha/catalogue/search.pl?advsearch=1&edit_search=1&[% query_cgi | $raw %]&[% limit_cgi | $raw %]&sort_by=[% sort_by | uri %]">Edit this search</a> |
370 |
[% IF ( Koha.Preference('SavedSearchFilters') && CAN_user_parameters_manage_search_filters ) %] |
370 |
[% IF ( Koha.Preference('SavedSearchFilters') && CAN_user_parameters_manage_search_filters ) %] |
Lines 737-743
Link Here
|
737 |
<input id="new_filter" name="new_filter" type="text"> |
737 |
<input id="new_filter" name="new_filter" type="text"> |
738 |
<a id="save_new_filter" class="btn btn-default btn-xs" href="#">Save</a> |
738 |
<a id="save_new_filter" class="btn btn-default btn-xs" href="#">Save</a> |
739 |
<span class="existing_filters_section"> |
739 |
<span class="existing_filters_section"> |
740 |
</br>OR</br> |
740 |
<br/>OR<br/> |
741 |
<h6>Replace existing search filter:</h6> |
741 |
<h6>Replace existing search filter:</h6> |
742 |
<label for="existing_filters">Choose</label> |
742 |
<label for="existing_filters">Choose</label> |
743 |
<select id="existing_filters" name="existing_filters" class="search_filters_list"></select> |
743 |
<select id="existing_filters" name="existing_filters" class="search_filters_list"></select> |
744 |
- |
|
|