added ruleset attribute

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9065 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-09-06 13:47:23 +00:00
parent ec0bad3f64
commit 34246aa267
3 changed files with 2 additions and 3 deletions

View file

@ -11,7 +11,7 @@
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form action="" class="form" method="post">
<form action="./" class="form" method="post" ruleset="ftp">
<input type="hidden" name="module" value="autoinstall" />
<input type="hidden" name="act" value="procAutoinstallAdminUninstallPackage" />
<input type="hidden" name="package_srl" value="{$package_srl}" />