Merge pull request #5989 from WoltLab/wsc-rpc-api-const
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / searchArticle.tpl
CommitLineData
2fd812d7 1<dl>
aeb43d1a 2 <dt><label for="articleCategoryID">{lang}wcf.search.searchInCategories{/lang}</label></dt>
2fd812d7 3 <dd>
5df27439 4 <select name="articleCategoryID" id="articleCategoryID">
761e0ea8 5 <option value="">{lang}wcf.global.noSelection{/lang}</option>
2fd812d7 6 {foreach from=$articleCategoryList item=category}
6833d626 7 <option value="{$category->categoryID}">{if $category->getDepth() > 1}{@'&nbsp;&nbsp;&nbsp;&nbsp;'|str_repeat:-1+$category->getDepth()}{/if}{$category->getTitle()}</option>
2fd812d7 8 {/foreach}
0a4a1dd4 9 </select>
2fd812d7
MW
10 </dd>
11</dl>
12
13{event name='fields'}