Bugzilla – Attachment 38803 Details for
Bug 14128
Capitalization: Guided Reports - step 2 - Build A Report
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Title 'Build a report' should display with all steps
Title-Build-a-report-should-display-with-all-steps.patch (text/plain), 2.21 KB, created by
Marc Véron
on 2015-05-04 09:36:27 UTC
(
hide
)
Description:
Title 'Build a report' should display with all steps
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-05-04 09:36:27 UTC
Size:
2.21 KB
patch
obsolete
>From 871091adf689a20c0492a9c4923400523e1253ff Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Mon, 4 May 2015 11:32:18 +0200 >Subject: [PATCH] Title 'Build a report' should display with all steps > >The tile displayed only with steps #1 and #2 > >This patch adds the title to the following steps. > >To test: >Home > Reports >Click on 'Build new' >Step through steps 1 - 6 >Verify that title displays with each step. > >http://bugs.koha-community.org/show_bug.cgi?id=14128 >--- > .../intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt | 4 ++++ > 1 file changed, 4 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 068bed8..232f5b4 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 >@@ -478,6 +478,7 @@ canned reports and writing custom SQL reports.</p> > [% END %] > > [% IF ( build3 ) %] >+<h1>Build a report</h1> > <h3>Step 3 of 6: Select columns for display</h3> > <p>Note: Be careful selecting when selecting columns. If your choice is too broad it could result in a very large report that will either not complete, or slow your system down.</p> > >@@ -530,6 +531,7 @@ canned reports and writing custom SQL reports.</p> > [% END %] > > [% IF ( build4 ) %] >+<h1>Build a report</h1> > <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" > > <input type="hidden" name="area" value="[% area %]" /> > <input type="hidden" name="type" value="[% type %]" /> >@@ -600,6 +602,7 @@ canned reports and writing custom SQL reports.</p> > > > [% IF ( build5 ) %] >+<h1>Build a report</h1> > <h3>Step 5 of 6: Pick which columns to total</h3> > <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> > <input type="hidden" name="area" value="[% area %]" /> >@@ -631,6 +634,7 @@ canned reports and writing custom SQL reports.</p> > > > [% IF ( build6 ) %] >+<h1>Build a report</h1> > <h3>Step 6 of 6: Choose how you want the report ordered</h3> > <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> > <input type="hidden" name="area" value="[% area %]" /> >-- >1.7.10.4
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 14128
:
38802
|
38803
|
38831
|
38851
|
38852
|
38962
|
38963