fixed an xhtml1.0 error

This commit is contained in:
Loïc Chapeaux
2001-10-15 22:27:32 +00:00
parent 014db557c6
commit 96e2e4e414
4 changed files with 10 additions and 6 deletions

View File

@@ -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.

View File

@@ -324,7 +324,7 @@ else if (MYSQL_INT_VERSION >= 32300) {
&nbsp;<i><?php echo $strOr; ?></i>&nbsp;
<input type="submit" name="submit_mult" value="<?php echo $strEmpty; ?>" />
</td>
<tr>
</tr>
</table>
</form>

View File

@@ -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>&nbsp;&nbsp;<input type="submit" name="submit_mult" value="' . $strDrop . '" />' . "\n";
echo ' </td>' . "\n";
echo ' <tr>' . "\n";
echo ' </tr>' . "\n";
echo ' </table>' . "\n\n";

View File

@@ -382,7 +382,7 @@ if ($fields_cnt > 1) {
echo "\n";
?>
</td>
<tr>
</tr>
</table>
</form>