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-19 21:08:55 +0400
committerJo Michael <me@mynetx.net>2012-03-27 16:09:12 +0400
commitb9c474c21c659df881ea800c20b0f9bbe1dc1899 (patch)
tree703ae73f0db40215166b55972e673e60f526dd88 /db_qbe.php
parent1742c82e1a61dedcd239b5dc56d9d8a3d56cec23 (diff)
Replaced *[align] with *[class] for HTML5 validity
Diffstat (limited to 'db_qbe.php')
-rw-r--r--db_qbe.php20
1 files changed, 10 insertions, 10 deletions
diff --git a/db_qbe.php b/db_qbe.php
index e2ec414fe3..8ad7bd5f7b 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -367,15 +367,15 @@ for ($y = 0; $y <= $row; $y++) {
$chk['and'] = '';
?>
<tr class="<?php echo $odd_row ? 'odd' : 'even'; ?> noclick">
- <td align="<?php echo $cell_align_right; ?>" nowrap="nowrap">
+ <td class="<?php echo $cell_align_right; ?>" nowrap="nowrap">
<!-- Row controls -->
<table cellpadding="0" cellspacing="0" border="0">
<tr>
- <td align="<?php echo $cell_align_right; ?>" nowrap="nowrap">
+ <td class="<?php echo $cell_align_right; ?>" nowrap="nowrap">
<small><?php echo __('Ins'); ?>:</small>
<input type="checkbox" name="ins_row[<?php echo $w; ?>]" />
</td>
- <td align="<?php echo $cell_align_right; ?>">
+ <td class="<?php echo $cell_align_right; ?>">
<strong><?php echo __('And'); ?>:</strong>
</td>
<td>
@@ -384,11 +384,11 @@ for ($y = 0; $y <= $row; $y++) {
</td>
</tr>
<tr>
- <td align="<?php echo $cell_align_right; ?>" nowrap="nowrap">
+ <td class="<?php echo $cell_align_right; ?>" nowrap="nowrap">
<small><?php echo __('Del'); ?>:</small>
<input type="checkbox" name="del_row[<?php echo $w; ?>]" />
</td>
- <td align="<?php echo $cell_align_right; ?>">
+ <td class="<?php echo $cell_align_right; ?>">
<strong><?php echo __('Or'); ?>:</strong>
</td>
<td>
@@ -449,15 +449,15 @@ for ($y = 0; $y <= $row; $y++) {
echo "\n";
?>
<tr class="<?php echo $odd_row ? 'odd' : 'even'; ?> noclick">
- <td align="<?php echo $cell_align_right; ?>" nowrap="nowrap">
+ <td class="<?php echo $cell_align_right; ?>" nowrap="nowrap">
<!-- Row controls -->
<table cellpadding="0" cellspacing="0">
<tr>
- <td align="<?php echo $cell_align_right; ?>" nowrap="nowrap">
+ <td class="<?php echo $cell_align_right; ?>" nowrap="nowrap">
<small><?php echo __('Ins'); ?>:</small>
<input type="checkbox" name="ins_row[<?php echo $w; ?>]" />
</td>
- <td align="<?php echo $cell_align_right; ?>">
+ <td class="<?php echo $cell_align_right; ?>">
<strong><?php echo __('And'); ?>:</strong>
</td>
<td>
@@ -465,11 +465,11 @@ for ($y = 0; $y <= $row; $y++) {
</td>
</tr>
<tr>
- <td align="<?php echo $cell_align_right; ?>" nowrap="nowrap">
+ <td class="<?php echo $cell_align_right; ?>" nowrap="nowrap">
<small><?php echo __('Del'); ?>:</small>
<input type="checkbox" name="del_row[<?php echo $w; ?>]" />
</td>
- <td align="<?php echo $cell_align_right; ?>">
+ <td class="<?php echo $cell_align_right; ?>">
<strong><?php echo __('Or'); ?>:</strong>
</td>
<td>