Bugzilla – Attachment 101810 Details for
Bug 24976
Guided report - "Save" button on last step is misleading
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24976: Guided report - "Save" button on last step is misleading
Bug-24976-Guided-report---Save-button-on-last-step.patch (text/plain), 1.92 KB, created by
Devinim
on 2020-03-26 11:34:50 UTC
(
hide
)
Description:
Bug 24976: Guided report - "Save" button on last step is misleading
Filename:
MIME Type:
Creator:
Devinim
Created:
2020-03-26 11:34:50 UTC
Size:
1.92 KB
patch
obsolete
>From f98eba744af572ad61b0dffd14954fb4ba68a8a9 Mon Sep 17 00:00:00 2001 >From: David Roberts <david@koha-ptfs.co.uk> >Date: Wed, 25 Mar 2020 20:52:19 +0000 >Subject: [PATCH] Bug 24976: Guided report - "Save" button on last step is > misleading > >This patch changes the text of the save button on the final step. > >To test: > >1) Build a guided report (the selections are immaterial) >2) Note that after you have been through the six stages, the button on >the "Confirm custom report" screen should be labelled "Save" >3) Install patch >4) Repeat Step 1. Note that on the "Confirm custom report" screen, the >button is now labelled "Next". >5) Run the report to check that the functionality still works. > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Signed-off-by: Devinim <kohadevinim@devinim.com.tr> >--- > 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 fee6ecccd65..5cd7e72eb01 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 >@@ -712,7 +712,7 @@ > <input type="hidden" name="cache_expiry" value="[% cache_expiry | html %]" /> > <p>You will need to save the report before you can execute it</p> > <fieldset class="action"><input type="hidden" name="phase" value="Save" /> >- <input type="submit" name="submit" value="Save" /> >+ <input type="submit" name="submit" value="Next" /> > </fieldset> > </form> > [% END #/ IF ( showreport ) %] >-- >2.11.0
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 24976
:
101773
|
101801
|
101809
| 101810