-
Notifications
You must be signed in to change notification settings - Fork 13
/
templateListener.xml
50 lines (49 loc) · 2.26 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?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/6.0/templateListener.xsd">
<import>
<templatelistener name="userPanel">
<environment>user</environment>
<templatename>pageHeaderUser</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="userCardConversationButton">
<environment>user</environment>
<templatename>userCard</templatename>
<eventname>buttons</eventname>
<templatecode><![CDATA[{include file='userCard_buttons_conversationButton'}]]></templatecode>
</templatelistener>
<templatelistener name="searchAreaConversationSettings">
<environment>user</environment>
<templatename>pageHeaderSearch</templatename>
<eventname>settings</eventname>
<templatecode><![CDATA[{include file='__searchAreaConversationSettings'}]]></templatecode>
</templatelistener>
<templatelistener name="userProfileStartConversation">
<environment>user</environment>
<templatename>user</templatename>
<eventname>menuInteraction</eventname>
<templatecode><![CDATA[{include file='__userProfileStartConversation'}]]></templatecode>
</templatelistener>
<templatelistener name="userGroupAddCanBeAddedAsConversationParticipant">
<environment>admin</environment>
<templatename>userGroupAdd</templatename>
<eventname>dataFields</eventname>
<templatecode><![CDATA[{include file='__userGroupAddCanBeAddedAsConversationParticipant'}]]></templatecode>
</templatelistener>
</import>
<delete>
<templatelistener name="mobileMenuConversation">
<environment>user</environment>
<templatename>pageMenuMobile</templatename>
<eventname>userMenuItems</eventname>
<templatecode><![CDATA[{include file='__mobileMenuConversation'}]]></templatecode>
</templatelistener>
</delete>
</data>