Moved load text files link outside form.
This commit is contained in:
parent
6729583fb0
commit
10900580ff
@ -8,6 +8,7 @@ $Source$
|
||||
2003-06-30 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* tbl_properties_operations.php3, lang/*: Reorganised layout a bit, added
|
||||
CHECK link for InnoDB, use correct table type name fo BerkeleyDB.
|
||||
* tbl_query_box.php3: Moved load text files link outside form.
|
||||
|
||||
2003-06-27 Garvin Hicking <dont_sobic.c_me_please@supergarv.de>
|
||||
* left.php3: Removed debugging code
|
||||
|
||||
@ -316,6 +316,7 @@ if (!isset($is_inside_querywindow) ||
|
||||
if (!isset($is_inside_querywindow) || (isset($is_inside_querywindow) && $is_inside_querywindow == TRUE && isset($querydisplay_tab) && (($querydisplay_tab == 'files') || $querydisplay_tab == 'sql' || $querydisplay_tab == 'full' || ($querydisplay_tab == 'history' && $bookmark_go)))) {
|
||||
?>
|
||||
<input type="submit" name="SQL" value="<?php echo $strGo; ?>" />
|
||||
</form>
|
||||
<?php
|
||||
}
|
||||
|
||||
@ -359,4 +360,3 @@ if (!isset($is_inside_querywindow) ||
|
||||
}
|
||||
echo "\n";
|
||||
?>
|
||||
</form>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user