diff --git a/ChangeLog b/ChangeLog index 32dbea9a8..ad2749aa9 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,9 @@ $Id$ $Source$ 2003-08-15 Marc Delisle - * tbl_properties_structure.php3: bug 786710, IE and dropping fields + * tbl_properties_structure.php3: bug 786710, IE and dropping fields, + and bug 788676: added a table to help Netscape aligning the icons + with the text 2003-08-15 Garvin Hicking * tbl_properties_structure.php3: RFE #784900 (show alternate text for diff --git a/tbl_properties_structure.php3 b/tbl_properties_structure.php3 index f0dd124af..5aa90cb6a 100755 --- a/tbl_properties_structure.php3 +++ b/tbl_properties_structure.php3 @@ -375,7 +375,10 @@ $checkall_url = 'tbl_properties_structure.php3?' . PMA_generate_common_url($db,$ - <?php echo $strWithChecked; ?> + + + + +
+ <?php echo $strWithChecked; ?>  /  @@ -383,38 +386,43 @@ $checkall_url = 'tbl_properties_structure.php3?' . PMA_generate_common_url($db,$        - + + */ /* IE has trouble with ' . "\n"; + echo '' . "\n"; } else { - echo ' ' . (($propicon == 'both') ? ' ' . $strChange : '') . "\n"; + echo ' ' . (($propicon == 'both') ? ' ' . $strChange : '') . "\n"; } // Drop button if there is at least two fields if ($fields_cnt > 1) { if (PMA_USR_BROWSER_AGENT != 'IE') { - echo ' ' . "\n"; + echo ' ' . "\n"; } else { - echo ' ' . (($propicon == 'both') ? ' ' . $strDrop : '') . "\n"; + echo ' ' . (($propicon == 'both') ? ' ' . $strDrop : '') . "\n"; } } } else { - echo ' ' . "\n"; + echo ' ' . "\n"; // Drop button if there is at least two fields if ($fields_cnt > 1) { - echo '  ' . $strOr . ' ' . "\n" - . ' ' . "\n"; + echo '  ' . $strOr . ' ' . "\n" + . ' ' . "\n"; } } ?> +