Bugzilla – Attachment 184252 Details for
Bug 40425
Guided report - "Next" button on last step is misleading
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40425: Update guided reports 'Next' button to 'Save' and included a fullstop
Bug-40425-Update-guided-reports-Next-button-to-Sav.patch (text/plain), 1.89 KB, created by
David Nind
on 2025-07-17 23:17:40 UTC
(
hide
)
Description:
Bug 40425: Update guided reports 'Next' button to 'Save' and included a fullstop
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-07-17 23:17:40 UTC
Size:
1.89 KB
patch
obsolete
>From 494a999776df70f895e5ed5b91ef6255c9e55424 Mon Sep 17 00:00:00 2001 >From: Courtney Brown <courtneybrown@catalyst.net.nz> >Date: Thu, 17 Jul 2025 22:25:42 +0000 >Subject: [PATCH] Bug 40425: Update guided reports 'Next' button to 'Save' and > included a fullstop > >Test plan: >1. Go to guided reports and go through the steps >2. On the final page of the reports 'Confirm custom report' page, the final sentence should have a fullstop and the button should say 'Save' > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../prog/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 b954e48a9d2..1e50498d747 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 >@@ -797,10 +797,10 @@ > <input type="hidden" name="type" value="[% type | html %]" /> > <input type="hidden" name="public" value="[% public | html %]" /> > <input type="hidden" name="cache_expiry" value="[% cache_expiry | html %]" /> >- <p>You will need to save the report before you can execute it</p> >+ <p>You will need to save the report before you can execute it.</p> > <fieldset class="action" > ><input type="hidden" name="op" value="cud-save" /> >- <input type="submit" name="submit" class="btn btn-primary" value="Next" /> >+ <input type="submit" name="submit" class="btn btn-primary" value="Save" /> > </fieldset> > </form> > [% END #/ IF ( showreport ) %] >-- >2.39.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 40425
:
184248
| 184252