Bugzilla – Attachment 42886 Details for
Bug 14899
Mapping configuration page for Elastic search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14899: Add a link to the new page in the admin
Bug-14899-Add-a-link-to-the-new-page-in-the-admin.patch (text/plain), 1.30 KB, created by
Jonathan Druart
on 2015-09-25 15:34:22 UTC
(
hide
)
Description:
Bug 14899: Add a link to the new page in the admin
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-09-25 15:34:22 UTC
Size:
1.30 KB
patch
obsolete
>From 080a9d0517e8f1d149cc9ee9e3f55b6f68d0aa09 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 25 Sep 2015 16:16:28 +0100 >Subject: [PATCH] Bug 14899: Add a link to the new page in the admin > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >index 02bc60a..03ce2e3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >@@ -1,3 +1,4 @@ >+[% USE Koha %] > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha › Administration</title> > [% INCLUDE 'doc-head-close.inc' %] >@@ -79,6 +80,10 @@ > <dd>Manage OAI Sets</dd> > <dt><a href="/cgi-bin/koha/admin/items_search_fields.pl">Items search fields</a></dt> > <dd>Manage custom fields for items search</dd> >+ [% IF Koha.Preference('SearchEngine') == 'Elasticsearch' %] >+ <dt><a href="/cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl">Search engine configuration</a></dt> >+ <dd>Manage indexes, facets, and their mappings to MARC fields and subfields.</dd> >+ [% END %] > </dl> > > <h3>Acquisition parameters</h3> >-- >2.1.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14899
:
42882
|
42883
|
42884
|
42885
|
42886
|
43054
|
43055
|
43056
|
43057
|
43058
|
43099
|
43353
|
43354
|
43355
|
50995
|
50996
|
50997
|
55915
|
55916
|
55917
|
55918
|
55957
|
55958
|
55959
|
55960
|
56182
|
56183
|
56194
|
56195
|
56196
|
56197
|
56198
|
56199