|
137 | 137 | </pages> |
138 | 138 | </action> |
139 | 139 | <!-- /com.woltlab.wcf.media --> |
| 140 | + <action name="assignUserByClipboard"> |
| 141 | + <actionclassname>wcf\system\clipboard\action\ModerationQueueClipboardAction</actionclassname> |
| 142 | + <showorder>1</showorder> |
| 143 | + <pages> |
| 144 | + <page>wcf\page\ModerationListPage</page> |
| 145 | + </pages> |
| 146 | + </action> |
| 147 | + <action name="enableContent"> |
| 148 | + <actionclassname>wcf\system\clipboard\action\ModerationQueueActivationClipboardAction</actionclassname> |
| 149 | + <showorder>2</showorder> |
| 150 | + <pages> |
| 151 | + <page>wcf\page\ModerationListPage</page> |
| 152 | + </pages> |
| 153 | + </action> |
| 154 | + <action name="removeActivationContent"> |
| 155 | + <actionclassname>wcf\system\clipboard\action\ModerationQueueActivationClipboardAction</actionclassname> |
| 156 | + <showorder>3</showorder> |
| 157 | + <pages> |
| 158 | + <page>wcf\page\ModerationListPage</page> |
| 159 | + </pages> |
| 160 | + </action> |
| 161 | + <action name="removeReport"> |
| 162 | + <actionclassname>wcf\system\clipboard\action\ModerationQueueReportClipboardAction</actionclassname> |
| 163 | + <showorder>4</showorder> |
| 164 | + <pages> |
| 165 | + <page>wcf\page\ModerationListPage</page> |
| 166 | + </pages> |
| 167 | + </action> |
| 168 | + <action name="removeReportContent"> |
| 169 | + <actionclassname>wcf\system\clipboard\action\ModerationQueueReportClipboardAction</actionclassname> |
| 170 | + <showorder>5</showorder> |
| 171 | + <pages> |
| 172 | + <page>wcf\page\ModerationListPage</page> |
| 173 | + </pages> |
| 174 | + </action> |
| 175 | + </import> |
| 176 | + <delete> |
140 | 177 | <!-- com.woltlab.wcf.article --> |
141 | 178 | <action name="trash"> |
142 | 179 | <actionclassname>wcf\system\clipboard\action\ArticleClipboardAction</actionclassname> |
|
180 | 217 | <page>wcf\acp\page\ArticleListPage</page> |
181 | 218 | </pages> |
182 | 219 | </action> |
183 | | - <action name="assignUserByClipboard"> |
184 | | - <actionclassname>wcf\system\clipboard\action\ModerationQueueClipboardAction</actionclassname> |
185 | | - <showorder>1</showorder> |
186 | | - <pages> |
187 | | - <page>wcf\page\ModerationListPage</page> |
188 | | - </pages> |
189 | | - </action> |
190 | | - <action name="enableContent"> |
191 | | - <actionclassname>wcf\system\clipboard\action\ModerationQueueActivationClipboardAction</actionclassname> |
192 | | - <showorder>2</showorder> |
193 | | - <pages> |
194 | | - <page>wcf\page\ModerationListPage</page> |
195 | | - </pages> |
196 | | - </action> |
197 | | - <action name="removeActivationContent"> |
198 | | - <actionclassname>wcf\system\clipboard\action\ModerationQueueActivationClipboardAction</actionclassname> |
199 | | - <showorder>3</showorder> |
200 | | - <pages> |
201 | | - <page>wcf\page\ModerationListPage</page> |
202 | | - </pages> |
203 | | - </action> |
204 | | - <action name="removeReport"> |
205 | | - <actionclassname>wcf\system\clipboard\action\ModerationQueueReportClipboardAction</actionclassname> |
206 | | - <showorder>4</showorder> |
207 | | - <pages> |
208 | | - <page>wcf\page\ModerationListPage</page> |
209 | | - </pages> |
210 | | - </action> |
211 | | - <action name="removeReportContent"> |
212 | | - <actionclassname>wcf\system\clipboard\action\ModerationQueueReportClipboardAction</actionclassname> |
213 | | - <showorder>5</showorder> |
214 | | - <pages> |
215 | | - <page>wcf\page\ModerationListPage</page> |
216 | | - </pages> |
217 | | - </action> |
218 | | - </import> |
| 220 | + </delete> |
219 | 221 | </data> |
0 commit comments