https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25954
--- Comment #8 from Josef Moravec <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
