Merge branch 'next' into next-lantia
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / templateListener.xml
CommitLineData
9544b6b4 1<?xml version="1.0" encoding="UTF-8"?>
d6f0b4fb 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/templateListener.xsd">
9544b6b4
MW
3 <import>
4 <templatelistener name="userPanel">
5 <environment>user</environment>
6 <templatename>userPanel</templatename>
7 <eventname>menuItems</eventname>
cde04709 8 <templatecode><![CDATA[{include file='__userPanelConversationDropdown'}]]></templatecode>
9544b6b4 9 </templatelistener>
e9f8d1b3 10
a9e751e7 11 <templatelistener name="userInformationButtons">
e9f8d1b3 12 <environment>user</environment>
a9e751e7 13 <templatename>userInformationButtons</templatename>
e9f8d1b3
MW
14 <eventname>buttons</eventname>
15 <templatecode><![CDATA[{include file='__userInformationStartConversation'}]]></templatecode>
16 </templatelistener>
b166429a
MW
17
18 <templatelistener name="userButtons">
19 <environment>user</environment>
20 <templatename>user</templatename>
21 <eventname>buttons</eventname>
22 <templatecode><![CDATA[{include file='__userStartConversation'}]]></templatecode>
23 </templatelistener>
84f2e338
MW
24
25 <templatelistener name="searchAreaConversationSettings">
26 <environment>user</environment>
27 <templatename>searchArea</templatename>
28 <eventname>settings</eventname>
29 <templatecode><![CDATA[{include file='__searchAreaConversationSettings'}]]></templatecode>
30 </templatelistener>
9544b6b4
MW
31 </import>
32</data>