Fixed some button issues
[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>
9544b6b4
MW
17 </import>
18</data>