Remove unused import
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / clipboardAction.xml
CommitLineData
8cc0e38d 1<?xml version="1.0" encoding="UTF-8"?>
c186cf0b 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/2019/clipboardAction.xsd">
8cc0e38d
AE
3 <import>
4 <!-- conversation -->
6f1bbea0 5 <action name="assignLabel">
f58effd4 6 <actionclassname>wcf\system\clipboard\action\ConversationClipboardAction</actionclassname>
8cc0e38d
AE
7 <showorder>1</showorder>
8 <pages>
f58effd4 9 <page>wcf\page\ConversationListPage</page>
8cc0e38d
AE
10 </pages>
11 </action>
4ca3137c 12 <action name="markAsRead">
f58effd4 13 <actionclassname>wcf\system\clipboard\action\ConversationClipboardAction</actionclassname>
8cc0e38d
AE
14 <showorder>2</showorder>
15 <pages>
f58effd4 16 <page>wcf\page\ConversationListPage</page>
8cc0e38d
AE
17 </pages>
18 </action>
4ca3137c 19 <action name="restore">
f58effd4 20 <actionclassname>wcf\system\clipboard\action\ConversationClipboardAction</actionclassname>
8cc0e38d
AE
21 <showorder>3</showorder>
22 <pages>
f58effd4 23 <page>wcf\page\ConversationListPage</page>
8cc0e38d
AE
24 </pages>
25 </action>
4ca3137c 26 <action name="leave">
f58effd4 27 <actionclassname>wcf\system\clipboard\action\ConversationClipboardAction</actionclassname>
5cb8c349
AE
28 <showorder>4</showorder>
29 <pages>
f58effd4 30 <page>wcf\page\ConversationListPage</page>
5cb8c349
AE
31 </pages>
32 </action>
4ca3137c 33 <action name="leavePermanently">
f58effd4 34 <actionclassname>wcf\system\clipboard\action\ConversationClipboardAction</actionclassname>
2f5b4859
AE
35 <showorder>5</showorder>
36 <pages>
f58effd4 37 <page>wcf\page\ConversationListPage</page>
2f5b4859
AE
38 </pages>
39 </action>
4ca3137c 40 <action name="open">
f58effd4 41 <actionclassname>wcf\system\clipboard\action\ConversationClipboardAction</actionclassname>
8af73075
AE
42 <showorder>6</showorder>
43 <pages>
f58effd4 44 <page>wcf\page\ConversationListPage</page>
8af73075
AE
45 </pages>
46 </action>
4ca3137c 47 <action name="close">
f58effd4 48 <actionclassname>wcf\system\clipboard\action\ConversationClipboardAction</actionclassname>
4ca3137c
AE
49 <showorder>7</showorder>
50 <pages>
f58effd4 51 <page>wcf\page\ConversationListPage</page>
4ca3137c
AE
52 </pages>
53 </action>
8cc0e38d
AE
54 </import>
55</data>