forked from WoltLab/com.woltlab.wcf.conversation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
templateListener.xml
32 lines (29 loc) · 1.33 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
26
27
28
29
30
31
32
<?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/templateListener.xsd">
<import>
<templatelistener name="userPanel">
<environment>user</environment>
<templatename>userPanel</templatename>
<eventname>menuItems</eventname>
<templatecode><![CDATA[{include file='__userPanelConversationDropdown'}]]></templatecode>
</templatelistener>
<templatelistener name="userInformationButtons">
<environment>user</environment>
<templatename>userInformationButtons</templatename>
<eventname>buttons</eventname>
<templatecode><![CDATA[{include file='__userInformationStartConversation'}]]></templatecode>
</templatelistener>
<templatelistener name="userButtons">
<environment>user</environment>
<templatename>user</templatename>
<eventname>buttons</eventname>
<templatecode><![CDATA[{include file='__userStartConversation'}]]></templatecode>
</templatelistener>
<templatelistener name="searchAreaConversationSettings">
<environment>user</environment>
<templatename>searchArea</templatename>
<eventname>settings</eventname>
<templatecode><![CDATA[{include file='__searchAreaConversationSettings'}]]></templatecode>
</templatelistener>
</import>
</data>