patch 1209863, XHTML validity
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2005-05-31 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* db_details_structure.php: patch 1209863, XHTML validity,
|
||||
thanks to Ryan Schmidt
|
||||
|
||||
2005-05-29 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* tbl_change.php: bug #1184325, Label IDs mismatch for ENUM type,
|
||||
thanks to Ryan Schmidt
|
||||
|
@@ -631,9 +631,9 @@ if ($num_tables > 0) {
|
||||
<?php
|
||||
} // end if
|
||||
?>
|
||||
<table border="0" cellpadding="2" cellspacing="0">
|
||||
<!-- Create a new table -->
|
||||
<form method="post" action="tbl_create.php" onsubmit="return (emptyFormElements(this, 'table') && checkFormElementInRange(this, 'num_fields', 1))">
|
||||
<table border="0" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="tblHeaders" colspan="3" nowrap="nowrap"><?php
|
||||
echo PMA_generate_common_hidden_inputs($db);
|
||||
@@ -660,6 +660,7 @@ echo ' </td>';
|
||||
echo ' <td align="right">';
|
||||
echo ' ' . ' <input type="submit" value="' . $strGo . '" />' . "\n";
|
||||
echo ' </td> </tr>';
|
||||
echo ' </table>';
|
||||
echo '</form>';
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user