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 18:50:33 +0400
committerJo Michael <me@mynetx.net>2012-03-31 18:50:33 +0400
commit20ddd10911d6d3918ea870db3d62558759a1bbeb (patch)
tree5823b22bf0885d851e2dbe6eea046dfcf245115b /db_qbe.php
parentfc7a1339fc850291c54e7baaabce415b043e5e07 (diff)
Replaced HTML nowrap attribute with CSS for HTML5 validity
Diffstat (limited to 'db_qbe.php')
-rw-r--r--db_qbe.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/db_qbe.php b/db_qbe.php
index 8ad7bd5f7b..529c895e60 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -367,11 +367,11 @@ for ($y = 0; $y <= $row; $y++) {
$chk['and'] = '';
?>
<tr class="<?php echo $odd_row ? 'odd' : 'even'; ?> noclick">
- <td class="<?php echo $cell_align_right; ?>" nowrap="nowrap">
+ <td class="<?php echo $cell_align_right; ?> nowrap">
<!-- Row controls -->
<table cellpadding="0" cellspacing="0" border="0">
<tr>
- <td class="<?php echo $cell_align_right; ?>" nowrap="nowrap">
+ <td class="<?php echo $cell_align_right; ?> nowrap">
<small><?php echo __('Ins'); ?>:</small>
<input type="checkbox" name="ins_row[<?php echo $w; ?>]" />
</td>
@@ -384,7 +384,7 @@ for ($y = 0; $y <= $row; $y++) {
</td>
</tr>
<tr>
- <td class="<?php echo $cell_align_right; ?>" nowrap="nowrap">
+ <td class="<?php echo $cell_align_right; ?> nowrap">
<small><?php echo __('Del'); ?>:</small>
<input type="checkbox" name="del_row[<?php echo $w; ?>]" />
</td>
@@ -449,11 +449,11 @@ for ($y = 0; $y <= $row; $y++) {
echo "\n";
?>
<tr class="<?php echo $odd_row ? 'odd' : 'even'; ?> noclick">
- <td class="<?php echo $cell_align_right; ?>" nowrap="nowrap">
+ <td class="<?php echo $cell_align_right; ?> nowrap">
<!-- Row controls -->
<table cellpadding="0" cellspacing="0">
<tr>
- <td class="<?php echo $cell_align_right; ?>" nowrap="nowrap">
+ <td class="<?php echo $cell_align_right; ?> nowrap">
<small><?php echo __('Ins'); ?>:</small>
<input type="checkbox" name="ins_row[<?php echo $w; ?>]" />
</td>
@@ -465,7 +465,7 @@ for ($y = 0; $y <= $row; $y++) {
</td>
</tr>
<tr>
- <td class="<?php echo $cell_align_right; ?>" nowrap="nowrap">
+ <td class="<?php echo $cell_align_right; ?> nowrap">
<small><?php echo __('Del'); ?>:</small>
<input type="checkbox" name="del_row[<?php echo $w; ?>]" />
</td>
@@ -602,7 +602,7 @@ echo PMA_generate_common_hidden_inputs($url_params);
<fieldset class="tblFooters">
<table cellpadding="2" cellspacing="1">
<tr>
- <td nowrap="nowrap">
+ <td class="nowrap">
<?php echo __('Add/Delete criteria rows'); ?>:
<select size="1" name="add_row">
<option value="-3">-3</option>
@@ -615,7 +615,7 @@ echo PMA_generate_common_hidden_inputs($url_params);
</select>
</td>
<td width="10">&nbsp;</td>
- <td nowrap="nowrap"><?php echo __('Add/Delete columns'); ?>:
+ <td class="nowrap"><?php echo __('Add/Delete columns'); ?>:
<select size="1" name="add_col">
<option value="-3">-3</option>
<option value="-2">-2</option>