From 471243036df9f23063395914bd92f328cfd80cd7 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 28 Jun 2015 09:18:22 +0200 Subject: [PATCH] Add conditionContainers event in noticeAdd.tpl --- CHANGELOG.md | 1 + wcfsetup/install/files/acp/templates/noticeAdd.tpl | 2 ++ 2 files changed, 3 insertions(+) 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} -- 2.20.1