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 %] › |
13 |
[% END %] › |
14 |
[% END %] |
14 |
[% END %] |
15 |
[% IF op == 'delete_confirm' %] |
15 |
[% IF op == 'delete_confirm' %] |
16 |
Confirm deletion of restriction › |
16 |
Confirm deletion of restriction '[% PROCESS restriction_type_description restriction_type=restriction | remove("</*span>") %]'") › |
17 |
[% END %] |
17 |
[% END %] |
18 |
Patron restrictions › Administration › Koha |
18 |
Patron restrictions › Administration › Koha |
19 |
</title> |
19 |
</title> |
20 |
- |
|
|