Bugzilla – Attachment 158230 Details for
Bug 35206
Adjust style of add button on curbside pickups administration
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35206: Adjust style of add button on curbside pickups administration
Bug-35206-Adjust-style-of-add-button-on-curbside-p.patch (text/plain), 2.26 KB, created by
David Nind
on 2023-11-02 07:15:59 UTC
(
hide
)
Description:
Bug 35206: Adjust style of add button on curbside pickups administration
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-11-02 07:15:59 UTC
Size:
2.26 KB
patch
obsolete
>From 00e5385cc98401bb4775e0db631b52c19a63f44e Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 31 Oct 2023 17:10:15 +0000 >Subject: [PATCH] Bug 35206: Adjust style of add button on curbside pickups > administration > >This patch adds Bootstrap classes to the "Add" button on the curbside >administration page, in the "Curbside pickup hours" section. This makes >it consistent with the markup of similar buttons in the interface and >makes it slightly smaller so that it fits better in the form. > >To test, apply the patch and make sure the "CurbsidePickup" preference >is enabled. > >- Go to Administration -> Curbside pickups. >- Fill out the form, including the "New slot" fields in the "Curbside > pickup hours" section. > - Confirm that the corresponding "Add" button looks correct, and that > it works to add your new slot. > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt >index 85743caf23..822fe73649 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt >@@ -153,7 +153,7 @@ > From <input type="text" size="5" class="noEnterSubmit" id="new-start-[% l.branchcode | html %]" placeholder="00:00" /> > to <input type="text" size="5" class="noEnterSubmit" id="new-end-[% l.branchcode | html %]" placeholder="23:55" /> > </span> >- <input type="button" class="add-new-slot" data-branchcode="[% l.branchcode | html %]" value="Add" /> >+ <input type="button" class="btn btn-default btn-sm add-new-slot" data-branchcode="[% l.branchcode | html %]" value="Add" /> > <span id="invalid_slot_warning" style="display:none;">Invalid format for this new slot, must be '00:00 to 23:59'.</span> > </div> > </li> >-- >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 35206
:
158145
|
158230
|
158443