Beautified the "with selection" feature

This commit is contained in:
Loïc Chapeaux
2002-02-08 21:16:59 +00:00
parent f19711321b
commit 64575a60cb
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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; ?>&amp;checkall=1" onclick="setCheckboxes('tablesForm', true); return false;">
<?php echo $strCheckAll; ?></a>
&nbsp;/&nbsp;
<a href="<?php echo $checkall_url; ?>" onclick="setCheckboxes('tablesForm', false); return false;">
<?php echo $strUncheckAll; ?></a>
</td>
<td colspan="5">
&nbsp;&nbsp;&nbsp;
<img src="./images/spacer.gif" border="0" width="38" height="1" alt="" />
<select name="submit_mult" dir="ltr" onchange="this.form.submit();">
<?php