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:
parent
a3bf66c5e7
commit
218acd3d4a
|
@ -63,8 +63,8 @@ if ($error) {
|
||||||
<?php }
|
<?php }
|
||||||
$mem->show_help("ftp_list");
|
$mem->show_help("ftp_list");
|
||||||
?></div>
|
?></div>
|
||||||
<div class="delete"><input type="submit" name="submit" class="inb" value="<?php __("Delete checked accounts"); ?>" /></div>
|
|
||||||
<form method="post" action="ftp_del.php">
|
<form method="post" action="ftp_del.php">
|
||||||
|
<div class="delete"><input type="submit" name="submit" class="inb" value="<?php __("Delete checked accounts"); ?>" /></div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
reset($r);
|
reset($r);
|
||||||
|
|
Loading…
Reference in New Issue