From: Matthias Schmidt Date: Sun, 28 Jun 2015 07:18:22 +0000 (+0200) Subject: Add conditionContainers event in noticeAdd.tpl X-Git-Tag: 3.0.0_Beta_1~2219^2~8 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=471243036df9f23063395914bd92f328cfd80cd7;p=GitHub%2FWoltLab%2FWCF.git Add conditionContainers event in noticeAdd.tpl --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 087fe64e10..bdd8274080 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,3 +25,4 @@ * Old email system (`wcf\system\mail\*`) deprecated. * Abstract bulk processing system added. * Replaced old user bulk processing with new implementation using the abstract bulk processing system. +* `conditionContainers` template event in template `noticeAdd.tpl` added. diff --git a/wcfsetup/install/files/acp/templates/noticeAdd.tpl b/wcfsetup/install/files/acp/templates/noticeAdd.tpl index 5108ec6106..808deadb9d 100644 --- a/wcfsetup/install/files/acp/templates/noticeAdd.tpl +++ b/wcfsetup/install/files/acp/templates/noticeAdd.tpl @@ -195,6 +195,8 @@ {include file='userConditions' groupedObjectTypes=$groupedConditionObjectTypes['com.woltlab.wcf.user']} + {event name='conditionContainers'} +
{@SECURITY_TOKEN_INPUT_TAG}