Fix bug 1161, button to delete checked accounts located at the top of the page was not in the form

This commit is contained in:
mlutfy 2008-10-17 02:20:27 +00:00
parent a3bf66c5e7
commit 218acd3d4a
1 changed files with 1 additions and 1 deletions

View File

@ -63,8 +63,8 @@ if ($error) {
<?php }
$mem->show_help("ftp_list");
?></div>
<div class="delete"><input type="submit" name="submit" class="inb" value="<?php __("Delete checked accounts"); ?>" /></div>
<form method="post" action="ftp_del.php">
<div class="delete"><input type="submit" name="submit" class="inb" value="<?php __("Delete checked accounts"); ?>" /></div>
<?php
reset($r);