re-commit (빠진 파일 추가)

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5915 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
rubyeye 2009-03-19 04:28:56 +00:00
parent 19a6b5fcc1
commit c4512f9687
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<filter name="restore_trash" module="document" act="procDocumentAdminRestoreTrash" confirm_msg_code="confirm_restore">
<form>
<node target="target_srl" required="true" />
</form>
<parameter>
<param name="trash_srl" target="target_srl" />
</parameter>
<response callback_func="completeRestoreTrash">
<tag name="error" />
<tag name="message" />
</response>
</filter>