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_search.php
parent9842f01444204b33f85f803b5a81265ddaaa96cd (diff)
Replaced td[align] with td[class] due to HTML5
Diffstat (limited to 'db_search.php')
-rw-r--r--db_search.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/db_search.php b/db_search.php
index a669591b8a..c395425c86 100644
--- a/db_search.php
+++ b/db_search.php
@@ -278,7 +278,7 @@ if ($GLOBALS['is_ajax_request'] == true) {
<td><input type="text" name="search_str" size="60"
value="<?php echo $searched; ?>" /></td>
</tr>
- <tr><td align="right" valign="top">
+ <tr><td class="right" valign="top">
<?php echo __('Find:'); ?></td>
<td><?php
@@ -296,7 +296,7 @@ unset($choices);
?>
</td>
</tr>
- <tr><td align="right" valign="top">
+ <tr><td class="right" valign="top">
<?php echo __('Inside tables:'); ?></td>
<td rowspan="2">
<?php
@@ -323,10 +323,10 @@ $alter_select
?>
</td>
</tr>
- <tr><td align="right" valign="bottom">
+ <tr><td class="right" valign="bottom">
<?php echo $alter_select; ?></td>
</tr>
- <tr><td align="right">
+ <tr><td class="right">
<?php echo __('Inside column:'); ?></td>
<td><input type="text" name="field_str" size="60"
value="<?php echo ! empty($field_str) ? htmlspecialchars($field_str) : ''; ?>" /></td>