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:
authorJo Michael <me@mynetx.net>2012-03-31 21:07:56 +0400
committerJo Michael <me@mynetx.net>2012-03-31 21:07:56 +0400
commit2fddabfda00ef20d5b959da09da6675aebbdfcff (patch)
treefcfea8c4bea6e39a4fef5a41f7b79f31d0bd5e64 /db_qbe.php
parent88de8778ac0de58b8847b763cea8bc8b4a5c2aa4 (diff)
Replaced obsolete td[width] HTML attributes with CSS
Diffstat (limited to 'db_qbe.php')
-rw-r--r--db_qbe.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/db_qbe.php b/db_qbe.php
index 529c895e60..af6eadbb0d 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -614,7 +614,7 @@ echo PMA_generate_common_hidden_inputs($url_params);
<option value="3">3</option>
</select>
</td>
- <td width="10">&nbsp;</td>
+ <td style="width: 10px">&nbsp;</td>
<td class="nowrap"><?php echo __('Add/Delete columns'); ?>:
<select size="1" name="add_col">
<option value="-3">-3</option>
@@ -626,7 +626,7 @@ echo PMA_generate_common_hidden_inputs($url_params);
<option value="3">3</option>
</select>
</td>
- <td width="10">&nbsp;</td>
+ <td style="width: 10px">&nbsp;</td>
<!-- Generates a query -->
<td><input type="submit" name="modify" value="<?php echo __('Update Query'); ?>" /></td>
</tr>
@@ -656,7 +656,7 @@ foreach ($tbl_names as $key => $val) {
<input type="submit" name="modify" value="<?php echo __('Update Query'); ?>" />
</fieldset>
</td>
- <td width="20">&nbsp;</td>
+ <td style="width: 20px">&nbsp;</td>
<td>
<fieldset>
<legend><?php echo sprintf(__('SQL query on database <b>%s</b>:'), PMA_getDbLink($db)); ?>