Bugzilla – Attachment 155413 Details for
Bug 34624
Many header search forms lack for attribute for label
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34624: (follow-up) fix broken <span>
Bug-34624-follow-up-fix-broken-span.patch (text/plain), 1.32 KB, created by
Martin Renvoize (ashimema)
on 2023-09-08 13:25:40 UTC
(
hide
)
Description:
Bug 34624: (follow-up) fix broken <span>
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-09-08 13:25:40 UTC
Size:
1.32 KB
patch
obsolete
>From 033a8c6f05ed19ffc606a710683d831f15c9c08c Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Thu, 7 Sep 2023 05:34:59 +0200 >Subject: [PATCH] Bug 34624: (follow-up) fix broken <span> > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../intranet-tmpl/prog/en/includes/suggestions-add-search.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/suggestions-add-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/suggestions-add-search.inc >index 3b2e22a000..ad344a8806 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/suggestions-add-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/suggestions-add-search.inc >@@ -8,7 +8,7 @@ > <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> > > <div class="form-title"> >- <label class="control-label" for="searchtitle">span class="control-text">Search suggestions</span> <i class="fa-solid fa-fw fa-comment" aria-hidden="true"></i></label> >+ <label class="control-label" for="searchtitle"><span class="control-text">Search suggestions</span> <i class="fa-solid fa-fw fa-comment" aria-hidden="true"></i></label> > </div> > > <div class="form-content"> >-- >2.41.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 34624
:
154843
|
154879
|
155150
|
155286
|
155394
|
155412
| 155413 |
155414
|
157070