mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@270 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6a2ac7dbcc
commit
6e781c4f14
1 changed files with 13 additions and 0 deletions
13
modules/document/tpl.admin/filter/delete_checked.xml
Normal file
13
modules/document/tpl.admin/filter/delete_checked.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<filter name="delete_checked" module="document" act="procDeleteChecked" confirm_msg_code="confirm_delete">
|
||||
<form>
|
||||
<node target="cart" required="true" />
|
||||
</form>
|
||||
<parameter>
|
||||
<param name="cart" target="cart" />
|
||||
<param name="search_keyword" target="search_keyword" />
|
||||
</parameter>
|
||||
<response>
|
||||
<tag name="error" />
|
||||
<tag name="message" />
|
||||
</response>
|
||||
</filter>
|
||||
Loading…
Add table
Add a link
Reference in a new issue