Lines 190-195
Link Here
|
190 |
<dt><a href="/cgi-bin/koha/admin/matching-rules.pl">Record matching rules</a></dt> |
190 |
<dt><a href="/cgi-bin/koha/admin/matching-rules.pl">Record matching rules</a></dt> |
191 |
<dd>Manage rules for automatically matching MARC records during record imports</dd> |
191 |
<dd>Manage rules for automatically matching MARC records during record imports</dd> |
192 |
[% END %] |
192 |
[% END %] |
|
|
193 |
[% IF ( CAN_user_parameters_manage_record_sources ) %] |
194 |
<dt><a href="/cgi-bin/koha/admin/record_sources">Record sources</a></dt> |
195 |
<dd>Define record sources to import from</dd> |
196 |
[% END %] |
193 |
[% IF ( CAN_user_parameters_manage_marc_overlay_rules ) %] |
197 |
[% IF ( CAN_user_parameters_manage_marc_overlay_rules ) %] |
194 |
<dt><a href="/cgi-bin/koha/admin/marc-overlay-rules.pl">Record overlay rules</a></dt> |
198 |
<dt><a href="/cgi-bin/koha/admin/marc-overlay-rules.pl">Record overlay rules</a></dt> |
195 |
<dd>Managed rules for automatic overlay of MARC fields during record imports and updates</dd> |
199 |
<dd>Managed rules for automatic overlay of MARC fields during record imports and updates</dd> |
Lines 210-219
Link Here
|
210 |
<dt><a href="/cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl">Search engine configuration (Elasticsearch)</a></dt> |
214 |
<dt><a href="/cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl">Search engine configuration (Elasticsearch)</a></dt> |
211 |
<dd>Manage indexes, facets, and their mappings to MARC fields and subfields</dd> |
215 |
<dd>Manage indexes, facets, and their mappings to MARC fields and subfields</dd> |
212 |
[% END %] |
216 |
[% END %] |
213 |
[% IF ( CAN_user_parameters_manage_record_sources ) %] |
|
|
214 |
<dt><a href="/cgi-bin/koha/admin/record_sources">Record sources</a></dt> |
215 |
<dd>Define record sources to import from</dd> |
216 |
[% END %] |
217 |
</dl> |
217 |
</dl> |
218 |
[% END %] |
218 |
[% END %] |
219 |
|
219 |
|