Add conditionContainers event in noticeAdd.tpl
authorMatthias Schmidt <gravatronics@live.com>
Sun, 28 Jun 2015 07:18:22 +0000 (09:18 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 28 Jun 2015 07:18:22 +0000 (09:18 +0200)
CHANGELOG.md
wcfsetup/install/files/acp/templates/noticeAdd.tpl

index 087fe64e10d32f86a96605660ec1b2bc510bfb8a..bdd8274080ed94e2000a50aa1be26b14e43753b2 100644 (file)
@@ -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.
index 5108ec610600b0a08d4d08236c734f43077df470..808deadb9d9ca642c90f73f154bb0ffc317673a6 100644 (file)
        
        {include file='userConditions' groupedObjectTypes=$groupedConditionObjectTypes['com.woltlab.wcf.user']}
        
+       {event name='conditionContainers'}
+       
        <div class="formSubmit">
                <input type="submit" value="{lang}wcf.global.button.submit{/lang}" accesskey="s" />
                {@SECURITY_TOKEN_INPUT_TAG}