https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25954 --- Comment #8 from Josef Moravec <josef.moravec@gmail.com> --- Comment on attachment 107915 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107915 Bug 25954: (Follow-up) Correct label "for" attribute Review of attachment 107915: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=25954&attachment=107915) ----------------------------------------------------------------- Sorry being so pedantive... ::: koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc @@ +27,4 @@
<div id="catalog_search" class="residentsearch"> <form action="/cgi-bin/koha/catalogue/search.pl" method="get" id="cat-search-block"> [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %] + <label class="tip" for="search-form">Enter search keywords:</label>
The label could be before IF and you do not need the ELSE branch then... also there are some more occurences, see: git grep 'for="idx"' -- You are receiving this mail because: You are watching all bug changes.