Fixed xsd url
authorMarcel Werk <burntime@woltlab.com>
Fri, 18 Nov 2016 17:36:46 +0000 (18:36 +0100)
committerMarcel Werk <burntime@woltlab.com>
Fri, 18 Nov 2016 17:36:46 +0000 (18:36 +0100)
templateListener.xml

index 391078a841542bfdd12134bc55a20f081d99447b..c2a032f62c3e0e6dced439efe65b4ce60c3f5837 100644 (file)
@@ -1,5 +1,5 @@
 <?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">
+<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/vortex/templateListener.xsd">
        <import>
                <templatelistener name="userPanel">
                        <environment>user</environment>
                        <environment>user</environment>
                        <templatename>userPanel</templatename>
                        <eventname>menuItems</eventname>
-                       <templatecode><![CDATA[{include file='__userPanelConversationDropdown'}]]></templatecode>
                </templatelistener>
                 
                <templatelistener name="searchAreaConversationSettings">
                        <environment>user</environment>
                        <templatename>searchArea</templatename>
                        <eventname>settings</eventname>
-                       <templatecode><![CDATA[{include file='__searchAreaConversationSettings'}]]></templatecode>
                </templatelistener>
        </delete>
 </data>