bug 1010652 wrong label
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2004-09-05 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* ldi_table.php: bug #1010652, wrong label,
|
||||
thanks to Ryan Schmidt - ryandesign for the patch
|
||||
|
||||
2004-09-05 Alexander M. Turek <me@derrabus.de>
|
||||
* libraries/sqlparser.data.php: Parser support for SHOW STORAGE ENGINES and
|
||||
SHOW TABLE TYPES.
|
||||
|
@@ -100,8 +100,8 @@ echo "\n";
|
||||
?>
|
||||
<tr>
|
||||
<td><?php echo $strReplaceTable; ?></td>
|
||||
<td><input type="checkbox" name="replace" value="REPLACE" id="checkbox_replace" /><?php echo $strReplace; ?></td>
|
||||
<td><label for="checkbox_replace"><?php echo $strTheContents; ?></label></td>
|
||||
<td><input type="checkbox" name="replace" value="REPLACE" id="checkbox_replace" /><label for="checkbox_replace"><?php echo $strReplace; ?></label></td>
|
||||
<td><?php echo $strTheContents; ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $strFieldsTerminatedBy; ?></td>
|
||||
|
Reference in New Issue
Block a user