-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplateListener.xml
25 lines (23 loc) · 1.29 KB
/
templateListener.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/2019/templateListener.xsd">
<import>
<templatelistener name="jCoinsEventParticipationForm">
<environment>user</environment>
<templatename>eventDateParticipationForm</templatename>
<eventname>eventDateParticipation</eventname>
<templatecode><![CDATA[{include file='__jCoinsEventParticipationForm' application='calendar'}]]></templatecode>
</templatelistener>
<templatelistener name="jCoinsEventAddForm">
<environment>user</environment>
<templatename>eventAdd</templatename>
<eventname>participationFields</eventname>
<templatecode><![CDATA[{include file='__jCoinsEventAddForm' application='calendar'}]]></templatecode>
</templatelistener>
<templatelistener name="jCoinsEventShow">
<environment>user</environment>
<templatename>event</templatename>
<eventname>eventData</eventname>
<templatecode><![CDATA[{include file='__jCoinsEventShow' application='calendar'}]]></templatecode>
</templatelistener>
</import>
</data>