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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt (-3 / +12 lines)
Lines 4-11 Link Here
4
[% PROCESS 'restriction-types.inc' %]
4
[% PROCESS 'restriction-types.inc' %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>[% IF op == 'add_form' %][% IF ( restriction ) %]Modify restriction '[% PROCESS restriction_type_description restriction_type=restriction %]' &rsaquo; [% ELSE %]New restriction &rsaquo; [% END %][% END %]
7
<title>
8
[% IF op == 'delete_confirm' %]Confirm deletion of restriction '[% PROCESS restriction_type_description restriction_type=restriction %]' &rsaquo; [% END %]Patron restrictions &rsaquo; Administration &rsaquo; Koha
8
    [% IF op == 'add_form' %]
9
        [% IF ( restriction ) %]
10
            Modify restriction
11
        [% ELSE %]
12
            New restriction
13
        [% END %] &rsaquo;
14
    [% END %]
15
    [% IF op == 'delete_confirm' %]
16
        Confirm deletion of restriction &rsaquo;
17
    [% END %]
18
    Patron restrictions &rsaquo; Administration &rsaquo; Koha
9
</title>
19
</title>
10
[% INCLUDE 'doc-head-close.inc' %]
20
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
21
</head>
12
- 

Return to bug 33551