|
Lines 7-15
Link Here
|
| 7 |
[% USE TablesSettings %] |
7 |
[% USE TablesSettings %] |
| 8 |
[% SET footerjs = 1 %] |
8 |
[% SET footerjs = 1 %] |
| 9 |
[% INCLUDE 'doc-head-open.inc' %] |
9 |
[% INCLUDE 'doc-head-open.inc' %] |
| 10 |
<title>[% IF op == 'add_form' %][% IF ( categorycode ) %]Modify category '[% categorycode | html %]'[% ELSE %]New category[% END %][% END %] |
10 |
<title>[% FILTER collapse %] |
| 11 |
[% IF op == 'delete_confirm' %][% IF ( patrons_in_category > 0 ) %]Cannot delete: category [% categorycode | html %] in use[% ELSE %]Confirm deletion of category '[% categorycode | html %]'[% END %][% END %] › Patron categories › Administration › Koha |
11 |
[% IF op == 'add_form' %] |
| 12 |
</title> |
12 |
[% IF ( categorycode ) %] |
|
|
13 |
Modify category '[% categorycode | html %]' |
| 14 |
[% ELSE %] |
| 15 |
New category |
| 16 |
[% END %] |
| 17 |
› |
| 18 |
[% END %] |
| 19 |
[% IF op == 'delete_confirm' %] |
| 20 |
[% IF ( patrons_in_category > 0 ) %] |
| 21 |
Cannot delete: category [% categorycode | html %] in use |
| 22 |
[% ELSE %] |
| 23 |
Confirm deletion of category '[% categorycode | html %]' |
| 24 |
[% END %] |
| 25 |
› |
| 26 |
[% END %] |
| 27 |
Patron categories › Administration › Koha |
| 28 |
[% END %]</title> |
| 13 |
[% INCLUDE 'doc-head-close.inc' %] |
29 |
[% INCLUDE 'doc-head-close.inc' %] |
| 14 |
<style>#enrolmentmessage.hint { display : none; }</style> |
30 |
<style>#enrolmentmessage.hint { display : none; }</style> |
| 15 |
</head> |
31 |
</head> |
| 16 |
- |
|
|