Owen Leonard
a905b11903
This patch adds a link to the Elasticsearch configuration page in the administration sidebar menu when Elasticsearch is enabled. This patch also corrects the title of the Elasticsearch page to match the page heading. "Search engine configuration" instead of "Elasticsearch mappings." To test, apply the patch and set the SearchEngine system preference to "Elasticsearch." - View any page in the administration module which shows the left-hand sidebar menu. The link to search engine configuration should be there. - View the search engine configuration page and confirm that the page title is correct. - Set the SearchEngine system preferenc to "Zebra." - The search engine configuration link should no longer appear in the administration sidebar menu. Signed-off-by: David Bourgault <david.bourgault@inlibro.com> Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
77 lines
3.4 KiB
HTML
77 lines
3.4 KiB
HTML
[% USE Koha %]
|
|
|
|
<div id="navmenu">
|
|
<div id="navmenulist">
|
|
<h5>System preferences</h5>
|
|
<ul>
|
|
<li><a href="/cgi-bin/koha/admin/preferences.pl">System preferences</a></li>
|
|
</ul>
|
|
|
|
<h5>Basic parameters</h5>
|
|
<ul>
|
|
<li><a href="/cgi-bin/koha/admin/branches.pl">Libraries</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/library_groups.pl">Library groups</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/itemtypes.pl">Item types</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/authorised_values.pl">Authorized values</a></li>
|
|
</ul>
|
|
|
|
<h5>Patrons and circulation</h5>
|
|
<ul>
|
|
<li><a href="/cgi-bin/koha/admin/categories.pl">Patron categories</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/smart-rules.pl">Circulation and fines rules</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/patron-attr-types.pl">Patron attribute types</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/branch_transfer_limits.pl">Library transfer limits</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/transport-cost-matrix.pl">Transport cost matrix</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/item_circulation_alerts.pl">Item circulation alerts</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/cities.pl">Cities and towns</a></li>
|
|
</ul>
|
|
|
|
<h5>Catalog</h5>
|
|
<ul>
|
|
<li><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC bibliographic framework</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Koha to MARC mapping</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/fieldmapping.pl">Keywords to MARC mapping</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC bibliographic framework test</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/authtypes.pl">Authority types</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/classsources.pl">Classification sources</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/matching-rules.pl">Record matching rules</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/oai_sets.pl">OAI sets configuration</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/items_search_fields.pl">Item search fields</a></li>
|
|
[% IF Koha.Preference('SearchEngine') == 'Elasticsearch' %]
|
|
<li><a href="/cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl">Search engine configuration</a></li>
|
|
[% END %]
|
|
</ul>
|
|
|
|
<h5>Acquisition parameters</h5>
|
|
|
|
<ul>
|
|
<li><a href="/cgi-bin/koha/admin/currency.pl">Currencies and exchange rates</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/aqbudgets.pl">Funds</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/edi_accounts.pl">EDI accounts</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/edi_ean_accounts.pl">Library EANs</a></li>
|
|
</ul>
|
|
|
|
[% IF CAN_user_plugins %]
|
|
<h5>Plugins</h5>
|
|
|
|
<ul>
|
|
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl">Manage plugins</a></li>
|
|
</ul>
|
|
[% END %]
|
|
|
|
<h5>Additional parameters</h5>
|
|
|
|
<ul>
|
|
<!-- <li><a href="/cgi-bin/koha/admin/printers.pl">Network Printers</a></li> -->
|
|
<li><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50/SRU servers</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/didyoumean.pl">Did you mean?</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/columns_settings.pl">Columns settings</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/audio_alerts.pl">Audio alerts</a></li>
|
|
[% IF Koha.Preference('SMSSendDriver') == 'Email' %]
|
|
<li><a href="/cgi-bin/koha/admin/sms_providers.pl">SMS cellular providers</a></li>
|
|
[% END %]
|
|
<li><a href="/cgi-bin/koha/admin/usage_statistics.pl">Share usage statistics</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|