Bugzilla – Attachment 174027 Details for
Bug 36221
Improve styling of Standard backend create OPAC form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36221: (QA follow-up): fix space between the 2 custom fields <input>
Bug-36221-QA-follow-up-fix-space-between-the-2-cus.patch (text/plain), 1.23 KB, created by
Victor Grousset/tuxayo
on 2024-11-05 18:12:31 UTC
(
hide
)
Description:
Bug 36221: (QA follow-up): fix space between the 2 custom fields <input>
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2024-11-05 18:12:31 UTC
Size:
1.23 KB
patch
obsolete
>From 90fab80603e23b7c1fa8cf71e67e3222f58a5ac4 Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Tue, 5 Nov 2024 19:04:37 +0100 >Subject: [PATCH] Bug 36221: (QA follow-up): fix space between the 2 custom > fields <input> > >It was missing in the JS that adds new empty custom fields. > >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > Koha/ILL/Backend/shared-includes/shared.js | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/ILL/Backend/shared-includes/shared.js b/Koha/ILL/Backend/shared-includes/shared.js >index 985a19bcee..a341464e83 100644 >--- a/Koha/ILL/Backend/shared-includes/shared.js >+++ b/Koha/ILL/Backend/shared-includes/shared.js >@@ -7,6 +7,7 @@ document.addEventListener('DOMContentLoaded', function() { > '<input type="text" class="custom-name ' + > ( opac ? 'form-control input-fluid custom-field-input' : '') + > '" name="custom_key" placeholder="'+__('key')+'">' + >+ ' ' + > '<input type="text" id="custom-value" name="custom_value" class="' + > ( opac ? 'form-control input-fluid custom-field-input' : '') +'" placeholder="'+__('value')+'"> ' + > '<button type="button" class="btn btn-danger btn-sm ' + >-- >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 36221
:
162715
|
162716
|
162933
|
162934
|
162948
|
162949
|
162970
|
162971
|
165462
|
165463
|
165464
|
165465
|
173706
|
173752
|
173753
|
173754
|
173755
|
173756
|
173939
|
173940
|
173941
|
173965
|
173969
|
174017
|
174018
|
174019
|
174020
|
174021
|
174022
|
174023
|
174024
|
174025
|
174026
| 174027 |
174385
|
174398
|
174454