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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (-3 / +2 lines)
Lines 7-13 Link Here
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>[% IF op == 'add_form' %][% IF currency %]Modify currency '[% currency.currency | html %]'[% ELSE %]New currency[% END %][% END %]
8
<title>[% IF op == 'add_form' %][% IF currency %]Modify currency '[% currency.currency | html %]'[% ELSE %]New currency[% END %][% END %]
9
[% IF op == 'delete_confirm' %]Confirm deletion of currency '[% currency.currency | html %]'[% END %]
9
[% IF op == 'delete_confirm' %]Confirm deletion of currency '[% currency.currency | html %]'[% END %]
10
[% IF op == 'list' %]Currencies[% END %] &rsaquo; Currencies &amp; Exchange rates &rsaquo; Administration &rsaquo; Koha
10
[% IF op == 'list' %]Currencies[% END %] &rsaquo; Currencies and exchange rates &rsaquo; Administration &rsaquo; Koha
11
</title>
11
</title>
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
</head>
13
</head>
Lines 23-29 Link Here
23
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
23
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
24
        [% END %]
24
        [% END %]
25
        [% WRAPPER breadcrumb_item %]
25
        [% WRAPPER breadcrumb_item %]
26
            <a href="/cgi-bin/koha/admin/currency.pl">Currencies &amp; Exchange rates</a>
26
            <a href="/cgi-bin/koha/admin/currency.pl">Currencies and exchange rates</a>
27
        [% END %]
27
        [% END %]
28
28
29
        [% IF op == 'add_form' %]
29
        [% IF op == 'add_form' %]
30
- 

Return to bug 34103