Bugzilla – Attachment 173277 Details for
Bug 38222
Let staff pick a cancellation reason when canceling a booking
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38222: (follow-up) Remove residual inline styles from example for combobox usage
Bug-38222-follow-up-Remove-residual-inline-styles-.patch (text/plain), 1.36 KB, created by
Paul Derscheid
on 2024-10-24 14:43:50 UTC
(
hide
)
Description:
Bug 38222: (follow-up) Remove residual inline styles from example for combobox usage
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2024-10-24 14:43:50 UTC
Size:
1.36 KB
patch
obsolete
>From 76eccce8b8b93635ad77e38774f3297cd9dc9688 Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Thu, 24 Oct 2024 14:40:06 +0000 >Subject: [PATCH] Bug 38222: (follow-up) Remove residual inline styles from > example for combobox usage >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Sponsored-by: Büchereizentrale Schleswig-Holstein <https://www.bz-sh.de/> >--- > koha-tmpl/intranet-tmpl/prog/js/combobox.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/combobox.js b/koha-tmpl/intranet-tmpl/prog/js/combobox.js >index 39f3aee077..f70776b982 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/combobox.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/combobox.js >@@ -17,7 +17,7 @@ > * <div class="combobox-container"> > * <label for="generic-combobox" class="form-label">Choose an Option:</label> > * <input type="text" id="generic-combobox" class="form-control" placeholder="Select or type an option" /> >- * <ul id="generic-list" class="dropdown-menu position-fixed" style="max-height: 200px; overflow-y: auto; max-width: fit-content;"> >+ * <ul id="generic-list" class="dropdown-menu position-fixed"> > * <li> > * <button type="button" class="dropdown-item" data-id="1">Option 1</button> > * </li> >-- >2.47.0
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 38222
:
173230
|
173231
|
173232
|
173233
|
173264
|
173265
|
173277
|
173278
|
173281
|
173282
|
173312
|
173313
|
173314
|
173315
|
173316
|
173317
|
173318
|
173319
|
173320
|
173321
|
173322
|
173323
|
173336
|
173337
|
173338
|
173339