<dl>
- <dt><label>{lang}wcf.article.search.categories{/lang}</label></dt>
+ <dt><label for="articleCategoryID">{lang}wcf.article.search.categories{/lang}</label></dt>
<dd>
- <select name="articleCategoryID">
+ <select name="articleCategoryID" id="articleCategoryID">
<option value="">{lang}wcf.global.language.noSelection{/lang}</option>
{foreach from=$articleCategoryList item=category}
<option value="{@$category->categoryID}">{if $category->getDepth() > 1}{@' '|str_repeat:-1+$category->getDepth()}{/if}{$category->getTitle()}</option>