Bugzilla – Attachment 173939 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 incorrect input type on HTML
Bug-36221-QA-follow-up-Fix-incorrect-input-type-on.patch (text/plain), 1.33 KB, created by
Pedro Amorim
on 2024-11-04 17:03:14 UTC
(
hide
)
Description:
Bug 36221: (QA follow-up): Fix incorrect input type on HTML
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-11-04 17:03:14 UTC
Size:
1.33 KB
patch
obsolete
>From 407674a558238c079c45f1766cfb034475c23e0e Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 4 Nov 2024 15:25:10 -0100 >Subject: [PATCH] Bug 36221: (QA follow-up): Fix incorrect input type on HTML > >--- > Koha/ILL/Backend/shared-includes/form_input_helpers.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/ILL/Backend/shared-includes/form_input_helpers.inc b/Koha/ILL/Backend/shared-includes/form_input_helpers.inc >index e19c8349c3..63b42a3482 100644 >--- a/Koha/ILL/Backend/shared-includes/form_input_helpers.inc >+++ b/Koha/ILL/Backend/shared-includes/form_input_helpers.inc >@@ -2,9 +2,9 @@ > <li> > <label for="[% id | html %]">[% label | html %][% IF required %]*[% END %]</label> > [% IF opac %] >- <input class="form-control input-fluid" type="[% type | html %]" name="[% id | html %]" id="[% id | html%]" value="[% value | html %]" /> >+ <input class="form-control input-fluid" type="text" name="[% id | html %]" id="[% id | html%]" value="[% value | html %]" /> > [% ELSE %] >- <input type="[% type | html %]" name="[% id | html %]" id="[% id | html%]" value="[% value | html %]" /> >+ <input type="text" name="[% id | html %]" id="[% id | html%]" value="[% value | html %]" /> > [% END %] > </li> > [% SET required = 0 %] >-- >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