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-18 22:53:43 +0400
committerJo Michael <me@mynetx.net>2012-03-18 22:53:43 +0400
commitc36a9113e0122bf022f823d3db917a855762ecbb (patch)
tree777214ffa9b46d045a0c4e421877b3be28f7e1b3 /db_qbe.php
parent9842f01444204b33f85f803b5a81265ddaaa96cd (diff)
Replaced td[align] with td[class] due to HTML5
Diffstat (limited to 'db_qbe.php')
-rw-r--r--db_qbe.php26
1 files changed, 13 insertions, 13 deletions
diff --git a/db_qbe.php b/db_qbe.php
index c228aba978..e2ec414fe3 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -146,7 +146,7 @@ $realwidth = $form_column_width . 'ex';
function showColumnSelectCell($columns, $column_number, $selected = '')
{
?>
- <td align="center">
+ <td class="center">
<select name="Field[<?php echo $column_number; ?>]" size="1">
<option value="">&nbsp;</option>
<?php
@@ -225,7 +225,7 @@ $z = 0;
for ($x = 0; $x < $col; $x++) {
if (!empty($ins_col) && isset($ins_col[$x]) && $ins_col[$x] == 'on') {
?>
- <td align="center">
+ <td class="center">
<select style="width: <?php echo $realwidth; ?>" name="Sort[<?php echo $z; ?>]" size="1">
<option value="">&nbsp;</option>
<option value="ASC"><?php echo __('Ascending'); ?></option>
@@ -241,7 +241,7 @@ for ($x = 0; $x < $col; $x++) {
continue;
}
?>
- <td align="center">
+ <td class="center">
<select style="width: <?php echo $realwidth; ?>" name="Sort[<?php echo $z; ?>]" size="1">
<option value="">&nbsp;</option>
<?php
@@ -289,7 +289,7 @@ $z = 0;
for ($x = 0; $x < $col; $x++) {
if (!empty($ins_col) && isset($ins_col[$x]) && $ins_col[$x] == 'on') {
?>
- <td align="center">
+ <td class="center">
<input type="checkbox" name="Show[<?php echo $z; ?>]" />
</td>
<?php
@@ -307,7 +307,7 @@ for ($x = 0; $x < $col; $x++) {
$checked = '';
}
?>
- <td align="center">
+ <td class="center">
<input type="checkbox" name="Show[<?php echo $z; ?>]"<?php echo $checked; ?> />
</td>
<?php
@@ -325,7 +325,7 @@ $z = 0;
for ($x = 0; $x < $col; $x++) {
if (!empty($ins_col) && isset($ins_col[$x]) && $ins_col[$x] == 'on') {
?>
- <td align="center">
+ <td class="center">
<input type="text" name="criteria[<?php echo $z; ?>]" value="" class="textfield" style="width: <?php echo $realwidth; ?>" size="20" />
</td>
<?php
@@ -346,7 +346,7 @@ for ($x = 0; $x < $col; $x++) {
$curCriteria[$z] = $prev_criteria[$x];
}
?>
- <td align="center">
+ <td class="center">
<input type="hidden" name="prev_criteria[<?php echo $z; ?>]" value="<?php echo htmlspecialchars($curCriteria[$z]); ?>" />
<input type="text" name="criteria[<?php echo $z; ?>]" value="<?php echo htmlspecialchars($tmp_criteria); ?>" class="textfield" style="width: <?php echo $realwidth; ?>" size="20" />
</td>
@@ -405,7 +405,7 @@ for ($y = 0; $y <= $row; $y++) {
echo "\n";
$or = 'Or' . $w . '[' . $z . ']';
?>
- <td align="center">
+ <td class="center">
<input type="text" name="Or<?php echo $or; ?>" class="textfield" style="width: <?php echo $realwidth; ?>" size="20" />
</td>
<?php
@@ -418,7 +418,7 @@ for ($y = 0; $y <= $row; $y++) {
echo "\n";
$or = 'Or' . $w . '[' . $z . ']';
?>
- <td align="center">
+ <td class="center">
<input type="text" name="Or<?php echo $or; ?>" class="textfield" style="width: <?php echo $realwidth; ?>" size="20" />
</td>
<?php
@@ -485,7 +485,7 @@ for ($y = 0; $y <= $row; $y++) {
echo "\n";
$or = 'Or' . $w . '[' . $z . ']';
?>
- <td align="center">
+ <td class="center">
<input type="text" name="Or<?php echo $or; ?>" class="textfield" style="width: <?php echo $realwidth; ?>" size="20" />
</td>
<?php
@@ -506,7 +506,7 @@ for ($y = 0; $y <= $row; $y++) {
$tmp_or = '';
}
?>
- <td align="center">
+ <td class="center">
<input type="text" name="Or<?php echo $w . '[' . $z . ']'; ?>" value="<?php echo htmlspecialchars($tmp_or); ?>" class="textfield" style="width: <?php echo $realwidth; ?>" size="20" />
</td>
<?php
@@ -540,7 +540,7 @@ for ($x = 0; $x < $col; $x++) {
$chk['or'] = '';
}
?>
- <td align="center">
+ <td class="center">
<strong><?php echo __('Or'); ?>:</strong>
<input type="radio" name="and_or_col[<?php echo $z; ?>]" value="or"<?php echo $chk['or']; ?> />
&nbsp;&nbsp;<strong><?php echo __('And'); ?>:</strong>
@@ -571,7 +571,7 @@ for ($x = 0; $x < $col; $x++) {
$chk['or'] = '';
}
?>
- <td align="center">
+ <td class="center">
<strong><?php echo __('Or'); ?>:</strong>
<input type="radio" name="and_or_col[<?php echo $z; ?>]" value="or"<?php echo $chk['or']; ?> />
&nbsp;&nbsp;<strong><?php echo __('And'); ?>:</strong>