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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt (-2 / +2 lines)
Lines 29-35 Link Here
29
                <a href="/cgi-bin/koha/admin/identity_providers.pl">Identity providers</a>
29
                <a href="/cgi-bin/koha/admin/identity_providers.pl">Identity providers</a>
30
            [% END %]
30
            [% END %]
31
            [% WRAPPER breadcrumb_item bc_active= 1 %]
31
            [% WRAPPER breadcrumb_item bc_active= 1 %]
32
                <span>New</span>
32
                <span>New identity provider</span>
33
            [% END %]
33
            [% END %]
34
34
35
        [% ELSIF op == 'edit_form' %]
35
        [% ELSIF op == 'edit_form' %]
Lines 37-43 Link Here
37
                <a href="/cgi-bin/koha/admin/identity_providers.pl">Identity providers</a>
37
                <a href="/cgi-bin/koha/admin/identity_providers.pl">Identity providers</a>
38
            [% END %]
38
            [% END %]
39
            [% WRAPPER breadcrumb_item bc_active= 1 %]
39
            [% WRAPPER breadcrumb_item bc_active= 1 %]
40
                <span>Edit</span>
40
                <span>Edit identity provider</span>
41
            [% END %]
41
            [% END %]
42
42
43
        [% ELSE %]
43
        [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_field.tt (-2 / +1 lines)
Lines 23-29 Link Here
23
                    <a href="/cgi-bin/koha/admin/items_search_fields.pl">Item search fields</a>
23
                    <a href="/cgi-bin/koha/admin/items_search_fields.pl">Item search fields</a>
24
                [% END %]
24
                [% END %]
25
                [% WRAPPER breadcrumb_item bc_active= 1 %]
25
                [% WRAPPER breadcrumb_item bc_active= 1 %]
26
                    [% field.name | html %]
26
                    <span>Modify search field [% field.name | html %]</span>
27
                [% END %]
27
                [% END %]
28
28
29
            [% ELSE %]
29
            [% ELSE %]
30
- 

Return to bug 33111