@@ -, +, @@ - Open the OPAC in Firefox (these instructions assume the latest version, currently v.75). - On the right side of the address bar you should see ". . ." Click it to trigger the menu. - You should see an "Add search engine" entry with your OPAC's icon. - Click to add the search engine. - Type a keyword to search in the address bar - A box should pop up below the address bar showing icons at the bottom for performing a search in various search engines. One of these icons should be the icon for your Koha OPAC. - Click the Koha OPAC icon and confirm that it triggers a keyword search in your OPAC. --- .../bootstrap/en/includes/doc-head-close.inc | 1 + .../bootstrap/en/modules/opac-opensearch.tt | 23 +++++++++++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc @@ -46,6 +46,7 @@ [% END %] [% END %] [% IF ( Koha.Preference('OPACBaseURL') ) %] + [% END %] [% PROCESS cssinclude %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt @@ -5,15 +5,20 @@ [% SET AdlibrisURL = Koha.Preference('AdlibrisCoversURL') %] [% IF ( opensearchdescription ) %] - - [% LibraryName | html %] Search - Search the [% LibraryName | html %] - koha opac [% LibraryName | html %] - [% KohaAdminEmailAddress | html %] - - - + + [% LibraryNameTitle | html %] + Search the [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha library[% END %] catalog + UTF-8 + + [% IF ( Koha.Preference('OpacFavicon') ) %] + [% Koha.Preference('OpacFavicon') | url %] + [% ELSE %] + [% Koha.Preference('OPACBaseURL') | url %][% interface | url %]/[% theme | url %]/images/favicon.ico + [% END %] + + + + [% ELSE %] [% IF ( rss ) %] --