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 %] › Currencies & Exchange rates › Administration › Koha |
10 |
[% IF op == 'list' %]Currencies[% END %] › Currencies and exchange rates › Administration › 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 & 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 |
- |
|
|