Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorninadsp <ninadsp16289@gmail.com>2010-05-24 17:02:42 +0400
committerninadsp <ninadsp16289@gmail.com>2010-05-24 17:02:42 +0400
commit38ac78e3baa6e925e6ef023a4196ae1d323bffc9 (patch)
tree67842f470e8579d9c79905a265d48e6f7e47ff91 /db_qbe.php
parentbed1948d044f0e5d9125d3c905e8390d8a75b0de (diff)
merging changes from origin
Diffstat (limited to 'db_qbe.php')
-rwxr-xr-xdb_qbe.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/db_qbe.php b/db_qbe.php
index 984180ab56..dce1c67707 100755
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -582,7 +582,7 @@ echo PMA_generate_common_hidden_inputs($url_params);
<tr>
<td nowrap="nowrap">
<?php echo __('Add/Delete Criteria Row'); ?>:
- <select size="1" name="add_row" style="vertical-align: middle">
+ <select size="1" name="add_row">
<option value="-3">-3</option>
<option value="-2">-2</option>
<option value="-1">-1</option>
@@ -594,7 +594,7 @@ echo PMA_generate_common_hidden_inputs($url_params);
</td>
<td width="10">&nbsp;</td>
<td nowrap="nowrap"><?php echo __('Add/Delete Field Columns'); ?>:
- <select size="1" name="add_col" style="vertical-align: middle">
+ <select size="1" name="add_col">
<option value="-3">-3</option>
<option value="-2">-2</option>
<option value="-1">-1</option>