Added clipboard actions
authorAlexander Ebert <ebert@woltlab.com>
Tue, 17 Jul 2012 12:25:53 +0000 (14:25 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 17 Jul 2012 12:25:53 +0000 (14:25 +0200)
clipboardAction.xml [new file with mode: 0644]
package.xml

diff --git a/clipboardAction.xml b/clipboardAction.xml
new file mode 100644 (file)
index 0000000..ea6a007
--- /dev/null
@@ -0,0 +1,28 @@
+<?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/maelstrom/clipboardAction.xsd">
+       <import>
+               <!-- conversation -->
+               <action name="label">
+                       <actionclassname><![CDATA[wcf\system\clipboard\action\ConversationClipboardAction]]></actionclassname>
+                       <showorder>1</showorder>
+                       <pages>
+                               <page><![CDATA[wcf\page\ConversationListPage]]></page>
+                       </pages>
+               </action>
+               <action name="leave">
+                       <actionclassname><![CDATA[wcf\system\clipboard\action\ConversationClipboardAction]]></actionclassname>
+                       <showorder>2</showorder>
+                       <pages>
+                               <page><![CDATA[wcf\page\ConversationListPage]]></page>
+                       </pages>
+               </action>
+               <action name="close">
+                       <actionclassname><![CDATA[wcf\system\clipboard\action\ConversationClipboardAction]]></actionclassname>
+                       <showorder>3</showorder>
+                       <pages>
+                               <page><![CDATA[wcf\page\ConversationListPage]]></page>
+                       </pages>
+               </action>
+               <!-- /conversation -->
+       </import>
+</data>
index 9b3194ea01f12b9232aad509351d8aff96c85e3e..bda6ab6177b2ae507b6c51901fa18af076b66f05 100644 (file)
@@ -26,5 +26,6 @@
                <instruction type="templateListener">templateListener.xml</instruction>
                <instruction type="language">language/*.xml</instruction>
                <instruction type="objectType">objectType.xml</instruction>
+               <instruction type="clipboardAction.xml">clipboardAction.xml</instruction>
        </instructions>
 </package>