Bugzilla – Attachment 169940 Details for
Bug 33453
Confirmation button for 'Record cashup' should be yellow
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33453: Change the button class of the record cashup modal to btn-primary
Bug-33453-Change-the-button-class-of-the-record-ca.patch (text/plain), 1.82 KB, created by
Martin Renvoize (ashimema)
on 2024-08-01 11:16:06 UTC
(
hide
)
Description:
Bug 33453: Change the button class of the record cashup modal to btn-primary
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-08-01 11:16:06 UTC
Size:
1.82 KB
patch
obsolete
>From facd128e150bd3a8ac1ff186433ad946e624663a Mon Sep 17 00:00:00 2001 >From: Vicki McKay <vicki.mckay@catalyst.net.nz> >Date: Thu, 25 Jul 2024 22:12:49 +0000 >Subject: [PATCH] Bug 33453: Change the button class of the record cashup modal > to btn-primary > >To test: > >1. Go to System Preferences > find and enable "Use cash registers" >2. Go to Administration > "Cash registers" and create a new cash register >3. Go to Tools > "Transaction history for" > "Record cashup" >4. Click "Record cashup" >5. Modal with change: "Confirm" should be yellow and primary. > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt >index 948a925c670..7d59f35a63f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt >@@ -299,7 +299,7 @@ > Please confirm that you have removed [% accountlines.total( payment_type => [ 'CASH', 'SIP00' ]) * -1 | $Price %] from the cash register and left a float of [% register.starting_float | $Price %]. > </div> <!-- /.modal-body --> > <div class="modal-footer"> >- <a href="/cgi-bin/koha/pos/register.pl?op=cashup" class="btn btn-default" id="pos_cashup_confirm">Confirm</a> >+ <a href="/cgi-bin/koha/pos/register.pl?op=cashup" class="btn btn-primary" id="pos_cashup_confirm">Confirm</a> > <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button> > </div> <!-- /.modal-footer --> > </div> <!-- /.modal-content --> >-- >2.45.2
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 33453
:
169617
|
169621
|
169641
| 169940