patch from Cal Henderson to be taken right to the edit box after clicking on a 'Modify' link
This commit is contained in:
@@ -458,6 +458,7 @@ if ($num_tables > 0) {
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<!-- Query box, sql file loader and bookmark support -->
|
<!-- Query box, sql file loader and bookmark support -->
|
||||||
|
<a name="querybox"></a>
|
||||||
<li>
|
<li>
|
||||||
<form method="post" action="read_dump.php3" enctype="multipart/form-data"
|
<form method="post" action="read_dump.php3" enctype="multipart/form-data"
|
||||||
onsubmit="return checkSqlQuery(this)">
|
onsubmit="return checkSqlQuery(this)">
|
||||||
|
@@ -691,6 +691,7 @@ echo "\n";
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<!-- Query box and bookmark support -->
|
<!-- Query box and bookmark support -->
|
||||||
|
<a name="querybox"></a>
|
||||||
<li>
|
<li>
|
||||||
<form method="post" action="read_dump.php3" enctype="multipart/form-data"
|
<form method="post" action="read_dump.php3" enctype="multipart/form-data"
|
||||||
onsubmit="return checkSqlQuery(this)">
|
onsubmit="return checkSqlQuery(this)">
|
||||||
|
Reference in New Issue
Block a user