issue 46 apply validator to trash module

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8561 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-07-01 09:09:14 +00:00
parent ab0e63b954
commit 0bf52edba1
4 changed files with 20 additions and 5 deletions

View file

@ -1,10 +1,11 @@
<script>
var confirm_restore_msg = '{$lang->confirm_restore}';
</script>
<!--%import("filter/emptyTrash.xml")-->
<!--#include("header.html")-->
<form id="fo_list" action="./" method="get" onsubmit="return procFilter(this, emptyTrash)">
<p class="xe_validator_error">{$XE_VALIDATOR_ERROR}</p>
<form ruleset="emptyTrash" id="fo_list" action="./" method="post">
<input type="hidden" name="act" value="procTrashAdminEmptyTrash" />
<input type="hidden" name="page" value="{$page}" />
<input type="hidden" name="is_all" value="false" />