swap form fields position for consistency

This commit is contained in:
Loïc Chapeaux
2002-03-29 10:17:15 +00:00
parent 54773f97cb
commit 2380c00e1e

View File

@@ -1,11 +1,14 @@
<?php
/* $Id$ */
/**
* Gets some core libraries
*/
require('./libraries/grab_globals.lib.php3');
require('./libraries/common.lib.php3');
/**
* Defines the url to return to in case of error in a sql statement
*/
@@ -450,8 +453,8 @@ else {
?>
<br /><br />
<?php echo $strBookmarkLabel; ?>&nbsp;:
<input type="hidden" name="goto" value="<?php echo $goto; ?>" />
<input type="hidden" name="server" value="<?php echo $server; ?>" />
<input type="hidden" name="goto" value="<?php echo $goto; ?>" />
<input type="hidden" name="fields[dbase]" value="<?php echo $db; ?>" />
<input type="hidden" name="fields[user]" value="<?php echo $cfgBookmark['user']; ?>" />
<input type="hidden" name="fields[query]" value="<?php echo urlencode($sql_query); ?>" />