I went ahead and included this correction in my overhaul of Guided Reports patch sent yesterday. --Joe
On Tue, Mar 31, 2009 at 6:45 PM, brendan <[email protected]> wrote: > --- > .../prog/en/includes/guided-reports-view.inc | 4 ++-- > .../en/modules/reports/guided_reports_start.tmpl | 5 ++--- > reports/guided_reports.pl | 2 +- > 3 files changed, 5 insertions(+), 6 deletions(-) > > diff --git > a/koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc > b/koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc > index bad5429..f9ad7bf 100644 > --- a/koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc > +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc > @@ -1,10 +1,10 @@ > <h5>Build and Run Reports</h5> > <ul> > <li><a > href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build > New</a></li> > - <li><a > href="/cgi-bin/koha/reports/guided_reports.pl?phase=Used%20saved">Use > Saved</a></li> > + <li><a > href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Use > Saved</a></li> > <li><a > href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create%20report%20from%20SQL">Create > from SQL</a></li> > </ul> > <h5>Reports Dictionary</h5> > <ul> > <li><a > href="/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary">View > Dictionary</a></li> > -</ul> > \ No newline at end of file > +</ul> > diff --git > a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl > b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl > index bc45328..c4bce2c 100644 > --- > a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl > +++ > b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl > @@ -77,8 +77,8 @@ canned reports and writing custom SQL reports.</p> > <input type="submit" name="submit" value="Build new"/> > </form> > <form action="/cgi-bin/koha/reports/guided_reports.pl"> > - <input type="hidden" name="phase" value="Used saved"/> > - <input type="submit" name="submit" value="Used saved"/> > + <input type="hidden" name="phase" value="Use saved"/> > + <input type="submit" name="submit" value="Use saved"/> > </form> > <form action="/cgi-bin/koha/reports/guided_reports.pl"> > <input type="hidden" name="phase" value="Create report from > SQL"/> > @@ -135,7 +135,6 @@ reports</p> > </form> > <!-- /TMPL_IF --> > > - > <!-- TMPL_IF NAME="build2" --> > <h1>Build A Report</h1> > <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> > diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl > index 1013d45..9d55811 100755 > --- a/reports/guided_reports.pl > +++ b/reports/guided_reports.pl > @@ -70,7 +70,7 @@ elsif ( $phase eq 'Build new' ) { > > } > > -elsif ( $phase eq 'Used saved' ) { > +elsif ( $phase eq 'Use saved' ) { > > # use a saved report > # get list of reports and display them > -- > 1.5.6.5 > > _______________________________________________ > Koha-patches mailing list > [email protected] > http://lists.koha.org/mailman/listinfo/koha-patches >
_______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
