Remove obsolete templateListener

This template event no longer exists.
This commit is contained in:
Tim Düsterhus 2022-03-04 20:23:05 +01:00
parent 28ac184cb7
commit 1a5c76500b
Signed by: TimWolla
GPG Key ID: 8FF75566094168AF
2 changed files with 7 additions and 17 deletions

View File

@ -1,5 +0,0 @@
<dl>
<dt>{lang}chat.acp.index.system.software.chatVersion{/lang}</dt>
<dd>{$__chat->getPackage()->packageVersion}</dd>
</dl>

View File

@ -1,15 +1,6 @@
<?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">
<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 -->
<templatelistener name="chatCopyright">
<environment>user</environment>
@ -17,7 +8,6 @@
<eventname>copyright</eventname>
<templatecode><![CDATA[{include file='__chatCopyright' application='chat'}]]></templatecode>
</templatelistener>
<templatelistener name="infoCommandSuspensions">
<environment>user</environment>
<templatename>messageTypes</templatename>
@ -43,14 +33,12 @@
<eventname>icons</eventname>
<templatecode><![CDATA[{include file='userListModerator' application='chat'}]]></templatecode>
</templatelistener>
<templatelistener name="temproomCommandMessageTypes">
<environment>user</environment>
<templatename>messageTypes</templatename>
<eventname>messageTypes</eventname>
<templatecode><![CDATA[{include file='temproomCommandMessageTypes' application='chat'}]]></templatecode>
</templatelistener>
<templatelistener name="temproomCommandLanguage">
<environment>user</environment>
<templatename>messageTypes</templatename>
@ -59,4 +47,11 @@
</templatelistener>
<!-- /user -->
</import>
<delete>
<templatelistener name="chatVersion">
<environment>admin</environment>
<templatename>index</templatename>
<eventname>softwareVersions</eventname>
</templatelistener>
</delete>
</data>