Bugzilla – Attachment 30133 Details for
Bug 12562
Capitalization: 'Save Report' when saving a new SQL report
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 12562: fix capitalisation of Save Report button
SIGNED-OFF-Bug-12562-fix-capitalisation-of-Save-Re.patch (text/plain), 1.90 KB, created by
Bernardo Gonzalez Kriegel
on 2014-07-25 22:04:03 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 12562: fix capitalisation of Save Report button
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2014-07-25 22:04:03 UTC
Size:
1.90 KB
patch
obsolete
>From 1622c76c295d3a625c937cedd28fc34c860c32b3 Mon Sep 17 00:00:00 2001 >From: Brian Norris <briann@catalyst.net.nz> >Date: Fri, 25 Jul 2014 14:16:12 +1200 >Subject: [PATCH] [SIGNED-OFF] Bug 12562: fix capitalisation of Save Report > button > >Test: >go to reports and then create report from SQL >the Save button has wrong capitalisaion of Report >add patch >refresh >should see button being Saved report > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Work as described, no koha-qa errors > >Brian, don't forget to assign the bug to yourself and set patch complexity :) >--- > .../en/modules/reports/guided_reports_start.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 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 225ee83..39f25c6 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 >@@ -1,7 +1,7 @@ > [% USE KohaDates %] > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha › Reports › Guided reports wizard >-[% IF ( saved1 ) %]› Saved Reports >+[% IF ( saved1 ) %]› Saved reports > [% ELSIF ( create ) %]› Create from SQL > [% ELSIF ( showsql ) %]› Saved reports › SQL view > [% ELSIF ( execute ) %]› Saved reports › [% name %] Report >@@ -871,7 +871,7 @@ $(document).ready(function() { > </fieldset> > > <fieldset class="action"><input type="hidden" name="phase" value="Save Report" /> >-<input type="submit" name="submit" value="Save Report" /> <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved" class="cancel">Cancel</a> >+<input type="submit" name="submit" value="Save report" /> <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved" class="cancel">Cancel</a> > </fieldset> > </form> > [% END %] >-- >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 12562
:
30059
|
30133
|
30158