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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt (-3 / +2 lines)
Lines 7-19 Link Here
7
<title>
7
<title>
8
    [% IF op == 'add_form' %]
8
    [% IF op == 'add_form' %]
9
        [% IF ( restriction ) %]
9
        [% IF ( restriction ) %]
10
            Modify restriction
10
            Modify restriction '[% PROCESS restriction_type_description restriction_type=restriction | remove("</*span>") %]'
11
        [% ELSE %]
11
        [% ELSE %]
12
            New restriction
12
            New restriction
13
        [% END %] &rsaquo;
13
        [% END %] &rsaquo;
14
    [% END %]
14
    [% END %]
15
    [% IF op == 'delete_confirm' %]
15
    [% IF op == 'delete_confirm' %]
16
        Confirm deletion of restriction &rsaquo;
16
        Confirm deletion of restriction '[% PROCESS restriction_type_description restriction_type=restriction | remove("</*span>") %]'") &rsaquo;
17
    [% END %]
17
    [% END %]
18
    Patron restrictions &rsaquo; Administration &rsaquo; Koha
18
    Patron restrictions &rsaquo; Administration &rsaquo; Koha
19
</title>
19
</title>
20
- 

Return to bug 33551