View | Details | Raw Unified | Return to bug 8233
Collapse All | Expand All

(-)a/admin/admin-home.pl (+2 lines)
Lines 34-37 my ($template, $loggedinuser, $cookie) Link Here
34
			     debug => 1,
34
			     debug => 1,
35
			     });
35
			     });
36
36
37
$template->param( SearchEngine => C4::Context->preference('SearchEngine') );
38
37
output_html_with_http_headers $query, $cookie, $template->output;
39
output_html_with_http_headers $query, $cookie, $template->output;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt (-3 / +4 lines)
Lines 76-83 Link Here
76
    <dd>Manage rules for automatically matching MARC records during record imports.</dd>
76
    <dd>Manage rules for automatically matching MARC records during record imports.</dd>
77
    <dt><a href="/cgi-bin/koha/admin/oai_sets.pl">OAI sets configuration</a></dt>
77
    <dt><a href="/cgi-bin/koha/admin/oai_sets.pl">OAI sets configuration</a></dt>
78
    <dd>Manage OAI Sets</dd>
78
    <dd>Manage OAI Sets</dd>
79
    <dt><a href="/cgi-bin/koha/admin/searchengine/solr/indexes.pl">Search engine configuration</a></dt>
79
    [% IF ( SearchEngine != 'Zebra' ) %]
80
    <dd>Manage indexes, facets, and their mappings to MARC fields and subfields.</dd>
80
      <dt><a href="/cgi-bin/koha/admin/searchengine/solr/indexes.pl">Search engine configuration</a></dt>
81
      <dd>Manage indexes, facets, and their mappings to MARC fields and subfields.</dd>
82
    [% END %]
81
</dl>
83
</dl>
82
84
83
<h3>Acquisition parameters</h3>
85
<h3>Acquisition parameters</h3>
84
- 

Return to bug 8233