Bugzilla – Attachment 146856 Details for
Bug 32757
"Save changes" button on housebound tab should be yellow
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32757: Make 'Save changes' button on housebound details yellow
Bug-32757-Make-Save-changes-button-on-housebound-d.patch (text/plain), 1.59 KB, created by
Kyle M Hall (khall)
on 2023-02-17 15:50:15 UTC
(
hide
)
Description:
Bug 32757: Make 'Save changes' button on housebound details yellow
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-02-17 15:50:15 UTC
Size:
1.59 KB
patch
obsolete
>From ca75b9b20cfc1e5156d5de6eec5f5b653cd0b451 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 9 Feb 2023 21:50:25 +0100 >Subject: [PATCH] Bug 32757: Make 'Save changes' button on housebound details > yellow > >This changes the button to btn-primary to make it appear yellow. > >To test: >* Enable HouseboundModule >* Search for any patron >* Go to their patron account >* Switch to Housebound tab >* Edit details >* Verify 'Save changes' is not yellow >* Apply patch >* Verify the button has changed > >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt >index 338209d4cf..eef273ce55 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt >@@ -236,7 +236,7 @@ > </ol> > </fieldset> > <fieldset class="action"> >- <button type="submit" class="btn btn-default"><i class="fa fa-save"></i> Save changes</button> >+ <button type="submit" class="btn btn-primary"><i class="fa fa-save"></i> Save changes</button> > <a class="cancel btn btn-link" > href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% patron.borrowernumber | html %]"> > Cancel >-- >2.30.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 32757
:
146451
|
146463
| 146856