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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt (-2 / +1 lines)
Lines 34-40 Link Here
34
        [% IF op == 'add_form' %]
34
        [% IF op == 'add_form' %]
35
            [% IF restriction %]
35
            [% IF restriction %]
36
                [% WRAPPER breadcrumb_item bc_active= 1 %]
36
                [% WRAPPER breadcrumb_item bc_active= 1 %]
37
                    <span>Modify restriction type'[% PROCESS restriction_type_description %]'</span>
37
                    <span>Modify restriction type '[% PROCESS restriction_type_description %]'</span>
38
                [% END %]
38
                [% END %]
39
            [% ELSE %]
39
            [% ELSE %]
40
                [% WRAPPER breadcrumb_item bc_active= 1 %]
40
                [% WRAPPER breadcrumb_item bc_active= 1 %]
41
- 

Return to bug 33550