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

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