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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-8 / +10 lines)
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 %] &rsaquo; [% ELSE %]
13
        [% END %] &rsaquo;
14
    [% ELSE %]
13
        [% IF op == 'delete_confirm' %]
15
        [% IF op == 'delete_confirm' %]
14
            Confirm deletion of city &rsaquo; [% END %]
16
            [% t("Confirm deletion of city") | html %] &rsaquo;
17
        [% END %]
15
    [% END %]
18
    [% END %]
16
    Cities &rsaquo; Administration &rsaquo; Koha
19
    [% t("Cities") | html %] &rsaquo; [% t("Administration") | html %] &rsaquo; [% 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
- 

Return to bug 33077