@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt @@ -7,7 +7,7 @@ [% INCLUDE 'doc-head-open.inc' %] [% IF op == 'add_form' %][% IF currency %]Modify currency '[% currency.currency | html %]'[% ELSE %]New currency[% END %][% END %] [% IF op == 'delete_confirm' %]Confirm deletion of currency '[% currency.currency | html %]'[% END %] -[% IF op == 'list' %]Currencies[% END %] › Exchange rates › Currencies & Administration › Koha +[% IF op == 'list' %]Currencies[% END %] › Currencies & Exchange rates › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] --