45c5271ec6a44e750c608aa0cc05ad60f1763180
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / searchArticle.tpl
1 <dl>
2 <dt><label for="articleCategoryID">{lang}wcf.search.searchInCategories{/lang}</label></dt>
3 <dd>
4 <select name="articleCategoryID" id="articleCategoryID">
5 <option value="">{lang}wcf.global.noSelection{/lang}</option>
6 {foreach from=$articleCategoryList item=category}
7 <option value="{$category->categoryID}">{if $category->getDepth() > 1}{@'&nbsp;&nbsp;&nbsp;&nbsp;'|str_repeat:-1+$category->getDepth()}{/if}{$category->getTitle()}</option>
8 {/foreach}
9 </select>
10 </dd>
11 </dl>
12
13 {event name='fields'}