drop-down
This commit is contained in:
@@ -7,6 +7,7 @@ $Source$
|
|||||||
|
|
||||||
2002-02-05 Marc Delisle <lem9@users.sourceforge.net>
|
2002-02-05 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* sql.php3, bug 463683 state tracking problem
|
* sql.php3, bug 463683 state tracking problem
|
||||||
|
* db_details.php3, drop-down for Check All actions
|
||||||
|
|
||||||
2002-02-04 Marc Delisle <lem9@users.sourceforge.net>
|
2002-02-04 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* tbl_replace.php3, better correction for bug 508024
|
* tbl_replace.php3, better correction for bug 508024
|
||||||
|
@@ -329,7 +329,7 @@ else if (PMA_MYSQL_INT_VERSION >= 32300) {
|
|||||||
echo "\n";
|
echo "\n";
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="<?php echo (($cfgShowStats) ? '11' : '10'); ?>">
|
<td colspan="5">
|
||||||
<img src="./images/arrow_<?php echo $text_dir; ?>.gif" border="0" width="38" height="22" alt="<?php echo $strWithChecked; ?>" />
|
<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;">
|
<a href="<?php echo $checkall_url; ?>&checkall=1" onclick="setCheckboxes('tablesForm', true); return false;">
|
||||||
<?php echo $strCheckAll; ?></a>
|
<?php echo $strCheckAll; ?></a>
|
||||||
@@ -337,19 +337,27 @@ else if (PMA_MYSQL_INT_VERSION >= 32300) {
|
|||||||
<a href="<?php echo $checkall_url; ?>" onclick="setCheckboxes('tablesForm', false); return false;">
|
<a href="<?php echo $checkall_url; ?>" onclick="setCheckboxes('tablesForm', false); return false;">
|
||||||
<?php echo $strUncheckAll; ?></a>
|
<?php echo $strUncheckAll; ?></a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
<td colspan="5">
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td colspan="<?php echo (($cfgShowStats) ? '11' : '10'); ?>">
|
|
||||||
<img src="./images/spacer.gif" border="0" width="38" height="1" alt="" />
|
<img src="./images/spacer.gif" border="0" width="38" height="1" alt="" />
|
||||||
<i><?php echo $strWithChecked; ?></i>
|
<select name="submit_mult" dir="ltr" onchange="this.form.submit();">
|
||||||
<input type="submit" name="submit_mult" value="<?php echo $strDrop; ?>" />
|
<?php echo "\n";
|
||||||
<i><?php echo $strOr; ?></i>
|
echo ' <option value="' . $strWithChecked . '" selected="selected">'
|
||||||
<input type="submit" name="submit_mult" value="<?php echo $strEmpty; ?>" />
|
. $strWithChecked . '</option>';
|
||||||
<i><?php echo $strOr; ?></i>
|
echo "\n";
|
||||||
<input type="submit" name="submit_mult" value="<?php echo $strPrintView; ?>" />
|
echo ' <option value="' . $strDrop . '" >'
|
||||||
<i><?php echo $strOr; ?></i>
|
. $strDrop . '</option>';
|
||||||
<input type="submit" name="submit_mult" value="<?php echo $strOptimizeTable; ?>" />
|
echo "\n";
|
||||||
|
echo ' <option value="' . $strEmpty . '" >'
|
||||||
|
. $strEmpty . '</option>';
|
||||||
|
echo "\n";
|
||||||
|
echo ' <option value="' . $strPrintView . '" >'
|
||||||
|
. $strPrintView . '</option>';
|
||||||
|
echo "\n";
|
||||||
|
echo ' <option value="' . $strOptimizeTable . '" >'
|
||||||
|
. $strOptimizeTable . '</option>';
|
||||||
|
echo "\n";
|
||||||
|
echo ' </select>';
|
||||||
|
echo "\n"; ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Reference in New Issue
Block a user