Bugzilla – Attachment 36996 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]
Bug 13869: Wrong capitalization of 'Save Report' in guided reports
Bug-13869-Wrong-capitalization-of-Save-Report-in-g.patch (text/plain), 1.54 KB, created by
Katrin Fischer
on 2015-03-18 22:42:18 UTC
(
hide
)
Description:
Bug 13869: Wrong capitalization of 'Save Report' in guided reports
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-03-18 22:42:18 UTC
Size:
1.54 KB
patch
obsolete
>From e657873b6696f42dec86fa3441e2af195dbf89b5 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] Bug 13869: Wrong capitalization of 'Save Report' in guided > reports > >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 >--- > koha-tmpl/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.9.1
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