@@ -, +, @@ breadcrumb - Apply patch - Add, edit and delete an EDI account - Verify that breadcrumb displays properly --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt @@ -22,12 +22,12 @@ › Administration [% IF acct_form %] [% IF account %] - EDI accounts › Modify account + › EDI accounts › Modify account [% ELSE %] - EDI accounts › Add new account + › EDI accounts › Add new account [% END %] [% ELSIF delete_confirm %] - EDI accounts › Confirm deletion of account + › EDI accounts › Confirm deletion of account [% ELSE %] › EDI accounts [% END %] --