bug 788676

This commit is contained in:
Marc Delisle
2003-08-15 17:57:07 +00:00
parent 6f6abb039f
commit ccdfaf6a62
2 changed files with 24 additions and 14 deletions

View File

@@ -6,7 +6,9 @@ $Id$
$Source$
2003-08-15 Marc Delisle <lem9@users.sourceforge.net>
* 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 <me@supergarv.de>
* tbl_properties_structure.php3: RFE #784900 (show alternate text for

View File

@@ -375,6 +375,9 @@ $checkall_url = 'tbl_properties_structure.php3?' . PMA_generate_common_url($db,$
<tr>
<td colspan="<?php echo PMA_MYSQL_INT_VERSION >= 40100 ? '14' : (PMA_MYSQL_INT_VERSION >= 32323 ? '13' : '12'); ?>">
<table>
<tr>
<td>
<img src="./images/arrow_<?php echo $text_dir; ?>.gif" border="0" width="38" height="22" alt="<?php echo $strWithChecked; ?>" />
<a href="<?php echo $checkall_url; ?>&amp;checkall=1" onclick="setCheckboxes('fieldsForm', true); return false;">
<?php echo $strCheckAll; ?></a>
@@ -383,6 +386,8 @@ $checkall_url = 'tbl_properties_structure.php3?' . PMA_generate_common_url($db,$
<?php echo $strUncheckAll; ?></a>
&nbsp;&nbsp;&nbsp;
<i><?php echo $strWithChecked; ?></i>&nbsp;&nbsp;
</td>
<td>
<?php
if ($cfg['PropertiesIconic']) {
@@ -418,6 +423,9 @@ if ($cfg['PropertiesIconic']) {
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>