Merge branch '3.1' into 5.2
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / __multiPageCondition.tpl
1 <dl>
2 <dt></dt>
3 <dd>
4 <label><input type="checkbox" id="{$fieldName}_reverseLogic" name="{$fieldName}_reverseLogic" value="1"{if $reverseLogic} checked{/if}> {lang}wcf.page.requestedPage.condition.reverseLogic{/lang}</label>
5 <small>{lang}wcf.page.requestedPage.condition.reverseLogic.description{/lang}</small>
6 </dd>
7 </dl>
8
9 {@$conditionHtml}