Bugzilla – Attachment 177572 Details for
Bug 39051
Cash register statistics form submit button styled incorrectly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39051: Fix submit button class on cash register statistics page
Bug-39051-Fix-submit-button-class-on-cash-register.patch (text/plain), 1.33 KB, created by
Owen Leonard
on 2025-02-06 13:48:02 UTC
(
hide
)
Description:
Bug 39051: Fix submit button class on cash register statistics page
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-02-06 13:48:02 UTC
Size:
1.33 KB
patch
obsolete
>From 7c3c486ba10bde65e28201449b41bf1f1e6b49ae Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 6 Feb 2025 13:43:13 +0000 >Subject: [PATCH] Bug 39051: Fix submit button class on cash register > statistics page > >This patch corrects the class of the submit button on the cash register >statistics page. Bug 32091 added the "btn btn-default" class but it >should have been "btn-default." > >To test, apply the patch and go to Reports -> Cash register statistics. > >The submit button should have the yellow "primary" button color. > >Sponsored-by: Athens County Public Libraries >--- > .../prog/en/modules/reports/cash_register_stats.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt >index f0437f91ed..9300c815ba 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt >@@ -150,7 +150,7 @@ > </fieldset> > > <fieldset class="action"> >- <input type="submit" value="Submit" class="btn btn-default" name="do_it" /> >+ <input type="submit" value="Submit" class="btn btn-primary" name="do_it" /> > </fieldset> > </form> > >-- >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 39051
:
177572
|
177610
|
177632
|
177951