Bugzilla – Attachment 177951 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.46 KB, created by
Owen Leonard
on 2025-02-12 17:19:16 UTC
(
hide
)
Description:
Bug 39051: Fix submit button class on cash register statistics page
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-02-12 17:19:16 UTC
Size:
1.46 KB
patch
obsolete
>From 1f9a787f1a726646f674fa960c18d9db69935d76 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 >Signed-off-by: Magnus Enger <magnus@libriotech.no> >Button is now yellow. >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > .../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 8a6ebea6647..5f38dddbdbd 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 >@@ -145,7 +145,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