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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc (+3 lines)
Lines 104-109 Link Here
104
            [% IF ( CAN_user_parameters_manage_matching_rules ) %]
104
            [% IF ( CAN_user_parameters_manage_matching_rules ) %]
105
                <li><a href="/cgi-bin/koha/admin/matching-rules.pl">Record matching rules</a></li>
105
                <li><a href="/cgi-bin/koha/admin/matching-rules.pl">Record matching rules</a></li>
106
            [% END %]
106
            [% END %]
107
            [% IF ( CAN_user_parameters_manage_record_sources ) %]
108
                <li><a href="/cgi-bin/koha/admin/record_sources">Record sources</a></li>
109
            [% END %]
107
            [% IF ( CAN_user_parameters_manage_marc_overlay_rules ) %]
110
            [% IF ( CAN_user_parameters_manage_marc_overlay_rules ) %]
108
                <li><a href="/cgi-bin/koha/admin/marc-overlay-rules.pl">Record overlay rules</a></li>
111
                <li><a href="/cgi-bin/koha/admin/marc-overlay-rules.pl">Record overlay rules</a></li>
109
            [% END %]
112
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc (+6 lines)
Lines 872-876 Link Here
872
            Manage identity providers
872
            Manage identity providers
873
        </span>
873
        </span>
874
        <span class="permissioncode">([% name | html %])</span>
874
        <span class="permissioncode">([% name | html %])</span>
875
  [%# record_sources %]
876
    [%- CASE 'manage_record_sources' -%]
877
        <span class="sub_permission manage_record_sources_subpermission">
878
            Manage record sources
879
        </span>
880
        <span class="permissioncode">([% name | html %])</span>
875
  [%- END -%]
881
  [%- END -%]
876
[%- END -%]
882
[%- END -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt (-4 / +4 lines)
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
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/record_sources.tt (-4 / +5 lines)
Lines 7-15 Link Here
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% PROCESS 'i18n.inc' %]
8
[% PROCESS 'i18n.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
<title>
10
<title>[% FILTER collapse %]
11
    Record sources &rsaquo; Koha
11
    [% t("Record sources") | html %] &rsaquo;
12
</title>
12
    [% t("Administration") | html %] &rsaquo;
13
    [% t("Koha") | html %]
14
[% END %]</title>
13
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
14
</head>
16
</head>
15
17
16
- 

Return to bug 35919