Bugzilla – Attachment 142260 Details for
Bug 31885
In renew page submit button should be yellow
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31885: Define submit button as primary in renew page
Bug-31885-Define-submit-button-as-primary-in-renew.patch (text/plain), 1.44 KB, created by
Lucas Gass (lukeg)
on 2022-10-20 15:18:09 UTC
(
hide
)
Description:
Bug 31885: Define submit button as primary in renew page
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2022-10-20 15:18:09 UTC
Size:
1.44 KB
patch
obsolete
>From 73f839c5a91d42afed3330de54998c04ef926fae Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Wed, 19 Oct 2022 20:29:06 -1000 >Subject: [PATCH] Bug 31885: Define submit button as primary in renew page > >Submit button in renew page is the most important action on this form, it should be yellow > >Test plan : >1) Go to renew page /cgi-bin/koha/circ/renew.pl >2) Check submit button 'Submit' as class 'btn-primary' and is yellow > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >index b570fd9057..efcebc45f3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >@@ -214,7 +214,7 @@ > <input name="barcode" size="14" class="barcode focus" type="text" placeholder="Enter item barcode" /> > > [% END %] >- <button type="submit" class="btn btn-default">Submit</button> >+ <button type="submit" class="btn btn-primary">Submit</button> > > <div class="circ-settings show"> > <div class="date-select" id="renew_date_override_fields"> >-- >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 31885
:
142226
|
142227
| 142260