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