Merge remote-tracking branch 'refs/remotes/origin/3.0'
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / searchArticle.tpl
CommitLineData
2fd812d7
MW
1<dl>
2 <dt><label>{lang}wcf.article.search.categories{/lang}</label></dt>
3 <dd>
4 <ul class="scrollableCheckboxList">
5 {foreach from=$articleCategoryList item=category}
6 <li{if $category->getDepth() > 1} style="padding-left: {$category->getDepth()*20-20}px"{/if}>
6f2bc235 7 <label><input type="checkbox" name="articleCategoryIDs[]" value="{@$category->categoryID}"{if $category->categoryID|in_array:$articleCategoryIDs} checked{/if}> {$category->getTitle()}</label>
2fd812d7
MW
8 </li>
9 {/foreach}
10 </ul>
11 </dd>
12</dl>
13
14{event name='fields'}