Beautified the "with selection" feature
This commit is contained in:
@@ -24,6 +24,7 @@ $Source$
|
||||
* libraries/display_tbl.lib.php3, lines 724-730: fixed a js bug.
|
||||
* db_details.php3, line 517; tbl_properties.php3, line 709: restored word
|
||||
wrapping mode for textarea (not xhtml1.0 compliant but required with IE).
|
||||
* db_details.php3: beautified the "with selection" feature.
|
||||
|
||||
2002-02-05 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* sql.php3, bug 463683 state tracking problem
|
||||
|
@@ -329,15 +329,14 @@ else if (PMA_MYSQL_INT_VERSION >= 32300) {
|
||||
echo "\n";
|
||||
?>
|
||||
<tr>
|
||||
<td colspan="5">
|
||||
<td colspan="<?php echo (($cfgShowStats) ? '11' : '10'); ?>" valign="bottom">
|
||||
<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('tablesForm', true); return false;">
|
||||
<?php echo $strCheckAll; ?></a>
|
||||
/
|
||||
<a href="<?php echo $checkall_url; ?>" onclick="setCheckboxes('tablesForm', false); return false;">
|
||||
<?php echo $strUncheckAll; ?></a>
|
||||
</td>
|
||||
<td colspan="5">
|
||||
|
||||
<img src="./images/spacer.gif" border="0" width="38" height="1" alt="" />
|
||||
<select name="submit_mult" dir="ltr" onchange="this.form.submit();">
|
||||
<?php
|
||||
|
Reference in New Issue
Block a user