Merge branch '5.3'
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / templateListener.xml
CommitLineData
9544b6b4 1<?xml version="1.0" encoding="UTF-8"?>
c186cf0b 2<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">
9544b6b4
MW
3 <import>
4 <templatelistener name="userPanel">
5 <environment>user</environment>
1f12aea5 6 <templatename>pageHeaderUser</templatename>
9544b6b4 7 <eventname>menuItems</eventname>
cde04709 8 <templatecode><![CDATA[{include file='__userPanelConversationDropdown'}]]></templatecode>
9544b6b4 9 </templatelistener>
a9e751e7 10 <templatelistener name="userInformationButtons">
e9f8d1b3 11 <environment>user</environment>
a9e751e7 12 <templatename>userInformationButtons</templatename>
e9f8d1b3
MW
13 <eventname>buttons</eventname>
14 <templatecode><![CDATA[{include file='__userInformationStartConversation'}]]></templatecode>
15 </templatelistener>
2c018a41 16
84f2e338
MW
17 <templatelistener name="searchAreaConversationSettings">
18 <environment>user</environment>
ea3bb816 19 <templatename>pageHeaderSearch</templatename>
84f2e338
MW
20 <eventname>settings</eventname>
21 <templatecode><![CDATA[{include file='__searchAreaConversationSettings'}]]></templatecode>
22 </templatelistener>
a6e4f2e3
AE
23 <templatelistener name="userProfileStartConversation">
24 <environment>user</environment>
cae9fa4c 25 <templatename>user</templatename>
a6e4f2e3
AE
26 <eventname>menuInteraction</eventname>
27 <templatecode><![CDATA[{include file='__userProfileStartConversation'}]]></templatecode>
28 </templatelistener>
48f2f886
AE
29 <templatelistener name="mobileMenuConversation">
30 <environment>user</environment>
31 <templatename>pageMenuMobile</templatename>
32 <eventname>userMenuItems</eventname>
33 <templatecode><![CDATA[{include file='__mobileMenuConversation'}]]></templatecode>
34 </templatelistener>
5405d205 35 <templatelistener name="userGroupAddCanBeAddedAsConversationParticipant">
83545ad0
MW
36 <environment>admin</environment>
37 <templatename>userGroupAdd</templatename>
38 <eventname>dataFields</eventname>
5405d205 39 <templatecode><![CDATA[{include file='__userGroupAddCanBeAddedAsConversationParticipant'}]]></templatecode>
83545ad0 40 </templatelistener>
9544b6b4 41 </import>
2c018a41
MW
42 <delete>
43 <templatelistener name="userButtons">
44 <environment>user</environment>
45 <templatename>user</templatename>
46 <eventname>buttons</eventname>
47 </templatelistener>
48 </delete>
a6e4f2e3 49</data>