git-svn-id: http://xe-core.googlecode.com/svn/trunk@270 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-06 02:46:09 +00:00
parent 6a2ac7dbcc
commit 6e781c4f14

View 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>