From 3c3c7a6fca1d88641d65f976ff7d6b6d2c13a311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Thu, 18 Aug 2016 20:42:44 +0200 Subject: [PATCH] Bug 17149 - EDI accounts: Add missing '>' to breadcrumb To verify: Breadcrumb on "EDI accounts" pages reads Home > Administration EDI accounts > Modify account instead of: Home > Administration > EDI accounts > Modify account To test: - Apply patch - Add, edit and delete an EDI account - Verify that breadcrumb displays properly Signed-off-by: Aleisha Amohia Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt index 41cb13f..24e8cc0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt +++ b/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 %] -- 2.8.1