From: Alexander Ebert Date: Tue, 3 Mar 2015 09:25:48 +0000 (+0100) Subject: Added missing templates X-Git-Tag: 2.1.1~15 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cf5c25f8517fa352c3ecf668807e416ec32f363e;p=GitHub%2FWoltLab%2FWCF.git Added missing templates --- diff --git a/com.woltlab.wcf/templates/checkboxesOptionType.tpl b/com.woltlab.wcf/templates/checkboxesOptionType.tpl new file mode 100644 index 0000000000..62f6c3f37c --- /dev/null +++ b/com.woltlab.wcf/templates/checkboxesOptionType.tpl @@ -0,0 +1,3 @@ +{foreach from=$selectOptions key=key item=selectOption} + +{/foreach} diff --git a/com.woltlab.wcf/templates/checkboxesSearchableOptionType.tpl b/com.woltlab.wcf/templates/checkboxesSearchableOptionType.tpl new file mode 100644 index 0000000000..3c88d945b9 --- /dev/null +++ b/com.woltlab.wcf/templates/checkboxesSearchableOptionType.tpl @@ -0,0 +1,19 @@ + +{foreach from=$selectOptions key=key item=selectOption} + +{/foreach} + +