Bugzilla – Attachment 54780 Details for
Bug 17149
EDI accounts: Add missing '>' to breadcrumb
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17149 - EDI accounts: Add missing '>' to breadcrumb
Bug-17149---EDI-accounts-Add-missing--to-breadcrum.patch (text/plain), 1.89 KB, created by
Jonathan Druart
on 2016-08-23 15:38:34 UTC
(
hide
)
Description:
Bug 17149 - EDI accounts: Add missing '>' to breadcrumb
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-08-23 15:38:34 UTC
Size:
1.89 KB
patch
obsolete
>From 3c3c7a6fca1d88641d65f976ff7d6b6d2c13a311 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >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 <aleishaamohia@hotmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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 @@ > › <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> › Modify account >+ › <a href="/cgi-bin/koha/admin/edi_accounts.pl">EDI accounts</a> › Modify account > [% ELSE %] >- <a href="/cgi-bin/koha/admin/edi_accounts.pl">EDI accounts</a> › Add new account >+ › <a href="/cgi-bin/koha/admin/edi_accounts.pl">EDI accounts</a> › Add new account > [% END %] > [% ELSIF delete_confirm %] >- <a href="/cgi-bin/koha/admin/edi_accounts.pl">EDI accounts</a> › Confirm deletion of account >+ › <a href="/cgi-bin/koha/admin/edi_accounts.pl">EDI accounts</a> › Confirm deletion of account > [% ELSE %] > › EDI accounts > [% END %] >-- >2.8.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17149
:
54583
|
54722
| 54780