Bugzilla – Attachment 173941 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 translatability in JS concat
Bug-36221-QA-follow-up-Fix-translatability-in-JS-c.patch (text/plain), 1.38 KB, created by
Pedro Amorim
on 2024-11-04 17:03:20 UTC
(
hide
)
Description:
Bug 36221: (QA follow-up): Fix translatability in JS concat
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-11-04 17:03:20 UTC
Size:
1.38 KB
patch
obsolete
>From 5c9ecdc0b767f8063c6bffecf9dd6c4a3aed4ba7 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 4 Nov 2024 17:01:18 +0000 >Subject: [PATCH] Bug 36221: (QA follow-up): Fix translatability in JS concat > >--- > Koha/ILL/Backend/shared-includes/shared.js | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/ILL/Backend/shared-includes/shared.js b/Koha/ILL/Backend/shared-includes/shared.js >index eb4b361c78..75a055a050 100644 >--- a/Koha/ILL/Backend/shared-includes/shared.js >+++ b/Koha/ILL/Backend/shared-includes/shared.js >@@ -6,9 +6,9 @@ document.addEventListener('DOMContentLoaded', function() { > var row = '<li class="form-horizontal">' + > '<input type="text" class="custom-name ' + > ( opac ? 'form-control input-fluid custom-field-input' : '') + >- '" name="custom_key" placeholder="key">' + >+ '" 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"> ' + >+ ( opac ? 'form-control input-fluid custom-field-input' : '') +'" placeholder="'+__('value')+'"> ' + > '<button type="button" class="btn btn-danger btn-sm ' + > 'delete-new-field">' + > '<span class="fa fa-delete">' + >-- >2.39.5
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