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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-1 / +1 lines)
Lines 45-51 MARC frameworks › Administration › Koha Link Here
45
                <a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC frameworks</a>
45
                <a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC frameworks</a>
46
            [% END %]
46
            [% END %]
47
            [% WRAPPER breadcrumb_item bc_active= 1 %]
47
            [% WRAPPER breadcrumb_item bc_active= 1 %]
48
                <span>Delete framework for [% framework.frameworktext | html %]</span> ([% framework.frameworkcode | html %])?
48
                <span>Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])?</span>
49
            [% END %]
49
            [% END %]
50
50
51
        [% ELSE %]
51
        [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-2 / +1 lines)
Lines 361-367 Link Here
361
361
362
        [% IF ( authid ) %]
362
        [% IF ( authid ) %]
363
            [% WRAPPER breadcrumb_item bc_active= 1 %]
363
            [% WRAPPER breadcrumb_item bc_active= 1 %]
364
                <span>Modify authority #[% authid | html %]</span> ([% authtypetext | html %])
364
                <span>Modify authority #[% authid | html %] ([% authtypetext | html %])</span> 
365
            [% END %]
365
            [% END %]
366
366
367
        [% ELSE %]
367
        [% ELSE %]
368
- 

Return to bug 34436