mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-20 21:20:08 +00:00
Remove obsolete templateListener
This template event no longer exists.
This commit is contained in:
parent
28ac184cb7
commit
1a5c76500b
@ -1,5 +0,0 @@
|
|||||||
<dl>
|
|
||||||
<dt>{lang}chat.acp.index.system.software.chatVersion{/lang}</dt>
|
|
||||||
<dd>{$__chat->getPackage()->packageVersion}</dd>
|
|
||||||
</dl>
|
|
||||||
|
|
@ -1,15 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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/templatelistener.xsd">
|
||||||
<import>
|
<import>
|
||||||
<!-- admin -->
|
|
||||||
<templatelistener name="chatVersion">
|
|
||||||
<environment>admin</environment>
|
|
||||||
<templatename>index</templatename>
|
|
||||||
<eventname>softwareVersions</eventname>
|
|
||||||
<templatecode><![CDATA[{include file='__chatVersion' application='chat'}]]></templatecode>
|
|
||||||
</templatelistener>
|
|
||||||
<!-- /admin -->
|
|
||||||
|
|
||||||
<!-- user -->
|
<!-- user -->
|
||||||
<templatelistener name="chatCopyright">
|
<templatelistener name="chatCopyright">
|
||||||
<environment>user</environment>
|
<environment>user</environment>
|
||||||
@ -17,7 +8,6 @@
|
|||||||
<eventname>copyright</eventname>
|
<eventname>copyright</eventname>
|
||||||
<templatecode><![CDATA[{include file='__chatCopyright' application='chat'}]]></templatecode>
|
<templatecode><![CDATA[{include file='__chatCopyright' application='chat'}]]></templatecode>
|
||||||
</templatelistener>
|
</templatelistener>
|
||||||
|
|
||||||
<templatelistener name="infoCommandSuspensions">
|
<templatelistener name="infoCommandSuspensions">
|
||||||
<environment>user</environment>
|
<environment>user</environment>
|
||||||
<templatename>messageTypes</templatename>
|
<templatename>messageTypes</templatename>
|
||||||
@ -43,14 +33,12 @@
|
|||||||
<eventname>icons</eventname>
|
<eventname>icons</eventname>
|
||||||
<templatecode><![CDATA[{include file='userListModerator' application='chat'}]]></templatecode>
|
<templatecode><![CDATA[{include file='userListModerator' application='chat'}]]></templatecode>
|
||||||
</templatelistener>
|
</templatelistener>
|
||||||
|
|
||||||
<templatelistener name="temproomCommandMessageTypes">
|
<templatelistener name="temproomCommandMessageTypes">
|
||||||
<environment>user</environment>
|
<environment>user</environment>
|
||||||
<templatename>messageTypes</templatename>
|
<templatename>messageTypes</templatename>
|
||||||
<eventname>messageTypes</eventname>
|
<eventname>messageTypes</eventname>
|
||||||
<templatecode><![CDATA[{include file='temproomCommandMessageTypes' application='chat'}]]></templatecode>
|
<templatecode><![CDATA[{include file='temproomCommandMessageTypes' application='chat'}]]></templatecode>
|
||||||
</templatelistener>
|
</templatelistener>
|
||||||
|
|
||||||
<templatelistener name="temproomCommandLanguage">
|
<templatelistener name="temproomCommandLanguage">
|
||||||
<environment>user</environment>
|
<environment>user</environment>
|
||||||
<templatename>messageTypes</templatename>
|
<templatename>messageTypes</templatename>
|
||||||
@ -59,4 +47,11 @@
|
|||||||
</templatelistener>
|
</templatelistener>
|
||||||
<!-- /user -->
|
<!-- /user -->
|
||||||
</import>
|
</import>
|
||||||
|
<delete>
|
||||||
|
<templatelistener name="chatVersion">
|
||||||
|
<environment>admin</environment>
|
||||||
|
<templatename>index</templatename>
|
||||||
|
<eventname>softwareVersions</eventname>
|
||||||
|
</templatelistener>
|
||||||
|
</delete>
|
||||||
</data>
|
</data>
|
||||||
|
Loading…
Reference in New Issue
Block a user