bug 788676
This commit is contained in:
@@ -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
|
||||
|
@@ -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; ?>&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>
|
||||
|
||||
<i><?php echo $strWithChecked; ?></i>
|
||||
</td>
|
||||
<td>
|
||||
<?php
|
||||
|
||||
if ($cfg['PropertiesIconic']) {
|
||||
@@ -418,6 +423,9 @@ if ($cfg['PropertiesIconic']) {
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
|
||||
|
Reference in New Issue
Block a user