Bug 17149 - EDI accounts: Add missing '>' to breadcrumb
authorMarc Véron <veron@veron.ch>
Thu, 18 Aug 2016 18:42:44 +0000 (20:42 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 2 Sep 2016 15:54:41 +0000 (15:54 +0000)
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 <aleishaamohia@hotmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt

index 41cb13f..24e8cc0 100644 (file)
 &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
  [% IF acct_form %]
   [% IF account %]
-     <a href="/cgi-bin/koha/admin/edi_accounts.pl">EDI accounts</a> &rsaquo; Modify account
+     &rsaquo; <a href="/cgi-bin/koha/admin/edi_accounts.pl">EDI accounts</a> &rsaquo; Modify account
   [% ELSE %]
-     <a href="/cgi-bin/koha/admin/edi_accounts.pl">EDI accounts</a> &rsaquo; Add new account
+     &rsaquo; <a href="/cgi-bin/koha/admin/edi_accounts.pl">EDI accounts</a> &rsaquo; Add new account
   [% END %]
 [% ELSIF delete_confirm %]
-     <a href="/cgi-bin/koha/admin/edi_accounts.pl">EDI accounts</a> &rsaquo; Confirm deletion of account
+     &rsaquo; <a href="/cgi-bin/koha/admin/edi_accounts.pl">EDI accounts</a> &rsaquo; Confirm deletion of account
 [% ELSE %]
      &rsaquo; EDI accounts
 [% END %]