Lines 2-20
Link Here
|
2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
3 |
[% SET footerjs = 1 %] |
3 |
[% SET footerjs = 1 %] |
4 |
[% USE TablesSettings %] |
4 |
[% USE TablesSettings %] |
|
|
5 |
[% PROCESS 'i18n.inc' %] |
5 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
<title> |
7 |
<title>[% FILTER collapse %] |
7 |
[% IF op =='add_form' %] |
8 |
[% IF op =='add_form' %] |
8 |
[% IF city.cityid %] |
9 |
[% IF city.cityid %] |
9 |
Modify city |
10 |
[% t("Modify city") | html %] |
10 |
[% ELSE %] |
11 |
[% ELSE %] |
11 |
New city |
12 |
[% t("New city") | html %] |
12 |
[% END %] › [% ELSE %] |
13 |
[% END %] › |
|
|
14 |
[% ELSE %] |
13 |
[% IF op == 'delete_confirm' %] |
15 |
[% IF op == 'delete_confirm' %] |
14 |
Confirm deletion of city › [% END %] |
16 |
[% t("Confirm deletion of city") | html %] › |
|
|
17 |
[% END %] |
15 |
[% END %] |
18 |
[% END %] |
16 |
Cities › Administration › Koha |
19 |
[% t("Cities") | html %] › [% t("Administration") | html %] › [% t("Koha") | html %] |
17 |
</title> |
20 |
[% END %]</title> |
18 |
[% INCLUDE 'doc-head-close.inc' %] |
21 |
[% INCLUDE 'doc-head-close.inc' %] |
19 |
</head> |
22 |
</head> |
20 |
|
23 |
|
21 |
- |
|
|