Bugzilla – Attachment 114790 Details for
Bug 25954
Header search forms should be labeled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25954: Prevent two elements with id="description" in the DOM
Bug-25954-Prevent-two-elements-with-iddescription-.patch (text/plain), 1.30 KB, created by
Jonathan Druart
on 2021-01-04 14:12:05 UTC
(
hide
)
Description:
Bug 25954: Prevent two elements with id="description" in the DOM
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-01-04 14:12:05 UTC
Size:
1.30 KB
patch
obsolete
>From 5914623a853047781f8266c577705da7a9f960f9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 4 Jan 2021 15:09:19 +0100 >Subject: [PATCH] Bug 25954: Prevent two elements with id="description" in the > DOM > >It also fixes t/db_dependent/selenium/administration_tasks.t >--- > .../intranet-tmpl/prog/en/includes/patrons-admin-search.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patrons-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patrons-admin-search.inc >index 121df410ab..80a24122ff 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patrons-admin-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patrons-admin-search.inc >@@ -5,7 +5,7 @@ > <div id="patron_category_search" class="residentsearch"> > <form action="[% script_name | html %]" method="post"> > <label class="tip" for="description">Search by patron category name:</label> >- <input class="head-searchbox" type="text" name="description" id="description" size="40" value="[% searchfield | html %]" /> >+ <input class="head-searchbox" type="text" name="description" size="40" value="[% searchfield | html %]" /> > <input type="submit" class="submit" name="search" value="Search" /> > </form> > </div> >-- >2.20.1
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 25954
:
106659
|
107896
|
107900
|
107915
|
107986
|
113747
|
113748
|
113749
|
114681
|
114682
|
114683
| 114790