Bugzilla – Attachment 111605 Details for
Bug 24834
Display report number after running
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24834: (follow-up) Improve breadcrumb
Bug-24834-follow-up-Improve-breadcrumb.patch (text/plain), 2.51 KB, created by
Martin Renvoize (ashimema)
on 2020-10-14 11:48:17 UTC
(
hide
)
Description:
Bug 24834: (follow-up) Improve breadcrumb
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-10-14 11:48:17 UTC
Size:
2.51 KB
patch
obsolete
>From d73756dc04dbe7d690fd4d59efd4ae196ba8c25a Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 14 Oct 2020 12:45:01 +0100 >Subject: [PATCH] Bug 24834: (follow-up) Improve breadcrumb > >This patch updates the breadcrumb navigation to be consistent for View, >Edit and Run with the report name (and id in brackets) appropraitely >placed in the breadcrumb with a link back to the view and the 'Action' >clearly listed as the final part of the breadcrumb path. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../prog/en/modules/reports/guided_reports_start.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index 6fad44ce9e..b6e99a8fd1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -73,11 +73,11 @@ > [% ELSIF ( create ) %] > › Create from SQL > [% ELSIF ( showsql ) %] >- › <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › SQL view >+ › <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › [% reportname | html %] ([% id | html %]) > [% ELSIF ( editsql ) %] >- › <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › Edit report <em>[% reportname | html %] ([% id | html %])</em> >+ › <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › <a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | uri %]&phase=Show%20SQL">[% reportname | html %] ([% id | html %])</a> › Edit > [% ELSIF ( execute ) %] >- › <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › Report <em>[% name | html %] ([% id | html %])</em> >+ › <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › <a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | uri %]&phase=Show%20SQL">[% name | html %] ([% id | html %])</a> › Run > [% ELSIF ( build1 || build2 || build3 || build4 || build5 || build6 ) %] > › <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build a report</a> > [% IF ( build1 ) %] >-- >2.20.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 24834
:
100394
|
110634
|
110669
|
110673
|
110674
|
110704
|
110706
|
110707
|
110708
|
110709
|
111602
|
111603
|
111604
|
111605
|
111806
|
111807
|
111808
|
111809