fixed an xhtml1.0 error
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -6,9 +6,13 @@ $Id$
|
||||
$Source$
|
||||
|
||||
2001-10-15 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* tbl_properties.php3, line 966: the current name of the table is now
|
||||
displayed in the text box of the "rename table" feature. Thanks to
|
||||
Cal Henderson for this suggestion.
|
||||
* tbl_properties.php3:
|
||||
- line 966: the current name of the table is now displayed in the text
|
||||
box of the "rename table" feature. Thanks to Cal Henderson for this
|
||||
suggestion;
|
||||
- line 385: fixed an xhtml1.0 error.
|
||||
* db_details.php3, line 327; db_stats.php3, line 291: fixed an xhtml1.0
|
||||
error.
|
||||
* tbl_change.php3, lines 148-151: displays default values while creating
|
||||
a new record. Thanks to "pdobrigkeit" for this suggestion.
|
||||
|
||||
|
@@ -324,7 +324,7 @@ else if (MYSQL_INT_VERSION >= 32300) {
|
||||
<i><?php echo $strOr; ?></i>
|
||||
<input type="submit" name="submit_mult" value="<?php echo $strEmpty; ?>" />
|
||||
</td>
|
||||
<tr>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
|
@@ -288,7 +288,7 @@ if ($num_dbs > 0) {
|
||||
echo ' <img src="./images/arrow.gif" border="0" width="38" height="22" alt="' . $strWithChecked . '" />' . "\n";
|
||||
echo ' <i>' . $strWithChecked . '</i> <input type="submit" name="submit_mult" value="' . $strDrop . '" />' . "\n";
|
||||
echo ' </td>' . "\n";
|
||||
echo ' <tr>' . "\n";
|
||||
echo ' </tr>' . "\n";
|
||||
|
||||
echo ' </table>' . "\n\n";
|
||||
|
||||
|
@@ -382,7 +382,7 @@ if ($fields_cnt > 1) {
|
||||
echo "\n";
|
||||
?>
|
||||
</td>
|
||||
<tr>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user