Bugzilla – Attachment 37050 Details for
Bug 13869
Wrong capitalization on guided reports page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Signed-off] Bug 13869: Wrong capitalization of 'Save Report' in guided reports
Signed-off-Bug-13869-Wrong-capitalization-of-Save-.patch (text/plain), 1.70 KB, created by
Marc Véron
on 2015-03-20 14:50:11 UTC
(
hide
)
Description:
[Signed-off] Bug 13869: Wrong capitalization of 'Save Report' in guided reports
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-03-20 14:50:11 UTC
Size:
1.70 KB
patch
obsolete
>From 87429fb1a6b7433317b398d152580f74ca7033ac Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Wed, 18 Mar 2015 23:31:42 +0100 >Subject: [PATCH] [Signed-off] Bug 13869: Wrong capitalization of 'Save > Report' in guided reports >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >On the last step of saving a new guided report to the database, >the button is labelled 'Save Report', but should be 'Save report'. > >To test: >- Create a new guided report from the reports page >- Check on the very last step, when saving the report to the > database, the button is labelled 'Save Report' >- With the patch applied, this reads 'Save report' instead > >http://bugs.koha-community.org/show_bug.cgi?id=13868 > >Works as expected. >Signed-off-by: Marc Véron <veron@veron.ch> >--- > .../intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 24b7f78..d2420a0 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 >@@ -697,7 +697,7 @@ canned reports and writing custom SQL reports.</p> > <li><label for="notes">Notes:</label> <textarea name="notes" id="notes"></textarea></li> > </ol></fieldset> > <fieldset class="action"><input type="hidden" name="phase" value="Save Report" /> >-<input type="submit" name="submit" value="Save Report" /></fieldset> >+<input type="submit" name="submit" value="Save report" /></fieldset> > </form> > [% END %] > >-- >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 13869
:
36996
|
37050
|
37308