Bugzilla – Attachment 31469 Details for
Bug 12890
Improve title and breadcrumbs when editing saved SQL report
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12890 - Improve title and breadcrumbs when editing saved SQL report
Bug-12890---Improve-title-and-breadcrumbs-when-edi.patch (text/plain), 2.17 KB, created by
Owen Leonard
on 2014-09-08 18:24:16 UTC
(
hide
)
Description:
Bug 12890 - Improve title and breadcrumbs when editing saved SQL report
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2014-09-08 18:24:16 UTC
Size:
2.17 KB
patch
obsolete
>From 7a2146dce483faad826d5eccbee9269e3e609cf1 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 8 Sep 2014 14:16:14 -0400 >Subject: [PATCH] Bug 12890 - Improve title and breadcrumbs when editing saved > SQL report >Content-Type: text/plain; charset="utf-8" > >When editing an existing SQL report the page title and breadcrumbs are >incomplete: > >Home > Reports > Guided reports wizard > > >This patch corrects this. > >To test, apply the patch and edit an existing SQL report. The page title >and breadcrumbs should be more complete: > >Home > Reports > Guided reports wizard > Saved reports > Edit SQL report >--- > .../en/modules/reports/guided_reports_start.tt | 2 ++ > 1 file changed, 2 insertions(+) > >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 eebf086..05c6acb 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 >@@ -5,6 +5,7 @@ > [% ELSIF ( create ) %]› Create from SQL > [% ELSIF ( showsql ) %]› Saved reports › SQL view > [% ELSIF ( execute ) %]› Saved reports › [% name %] Report >+[% ELSIF ( editsql ) %]› Saved reports › Edit SQL report > [% ELSIF ( buildx ) %]› Build a report, step [% buildx %] of 6: > [% IF ( build1 ) %]Choose a module > [% ELSIF ( build2 ) %]Pick a report type >@@ -220,6 +221,7 @@ $(document).ready(function(){ > [% IF ( saved1 ) %]Saved reports > [% ELSIF ( create ) %]Create from SQL > [% ELSIF ( showsql ) %]<a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › SQL view >+[% ELSIF ( editsql ) %]<a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › Edit SQL report > [% ELSIF ( execute ) %]<a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › <em>[% name %]</em> Report > [% ELSIF ( buildx ) %]<a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build a report</a> › Step [% buildx %] of 6: > [% IF ( build1 ) %]Choose a module >-- >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 12890
:
31469
|
31577
|
31629