Bugzilla – Attachment 15501 Details for
Bug 9658
Breadcrumb wrong on reports dictionary
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 9658: Incorrect breadcrumb on report dictionary
SIGNED-OFF-Bug-9658-Incorrect-breadcrumb-on-report.patch (text/plain), 1.91 KB, created by
Bernardo Gonzalez Kriegel
on 2013-02-18 19:47:57 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9658: Incorrect breadcrumb on report dictionary
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2013-02-18 19:47:57 UTC
Size:
1.91 KB
patch
obsolete
>From 9ed8d058cbc928dbbbbed31779a8833ece97b92b Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Mon, 18 Feb 2013 08:16:01 -0500 >Subject: [PATCH] [SIGNED-OFF] Bug 9658: Incorrect breadcrumb on report > dictionary > >Prior to this patch, the breadcrumb on the reports dictionary looks >like this: Home > Reports > Guided reports wizard Dictionary (notice >the lack of punctuation between "wizard" and "Dictionary"). >This patch makes it consistent with the rest of the system so it looks >like this: Home > Reports > Guided reports wizard > Dictionary > >I left dictionary bolded, since that seems to have been intentional, >even if I can't find a good reason for it. > >To test: >1) View reports dictionary page before and after patch is applied, > observing difference. > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> > >Comment: Trivial patch. Work as described. No errors >--- > .../prog/en/modules/reports/dictionary.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt >index 20c56b7..ee40dcf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt >@@ -14,7 +14,7 @@ > [% ELSIF ( step_3 ) %] › <a href="/cgi-bin/koha/reports/dictionary.pl">Dictionary</a> › <strong>Step 3: Choose columns </strong> > [% ELSIF ( step_4 ) %] › <a href="/cgi-bin/koha/reports/dictionary.pl">Dictionary</a> › <strong>Step 4: Specify a value </strong> > [% ELSIF ( step_5 ) %] › <a href="/cgi-bin/koha/reports/dictionary.pl">Dictionary</a> › <strong>Step 5: Confirm definition</strong> >-[% ELSE %]<strong> Dictionary </strong>[% END %]</div> >+[% ELSE %] › <strong> Dictionary </strong>[% END %]</div> > > <div id="doc3" class="yui-t2"> > >-- >1.7.9.5
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 9658
:
15499
|
15501
|
15526