patch from Cal Henderson to be taken right to the edit box after clicking on a 'Modify' link

This commit is contained in:
Loïc Chapeaux
2001-12-10 14:42:12 +00:00
parent 48fe4cde95
commit e684733bbf
2 changed files with 2 additions and 0 deletions

View File

@@ -458,6 +458,7 @@ if ($num_tables > 0) {
?>
<!-- Query box, sql file loader and bookmark support -->
<a name="querybox"></a>
<li>
<form method="post" action="read_dump.php3" enctype="multipart/form-data"
onsubmit="return checkSqlQuery(this)">

View File

@@ -691,6 +691,7 @@ echo "\n";
</li>
<!-- Query box and bookmark support -->
<a name="querybox"></a>
<li>
<form method="post" action="read_dump.php3" enctype="multipart/form-data"
onsubmit="return checkSqlQuery(this)">