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 20:21:45 +0400
committerJo Michael <me@mynetx.net>2012-03-31 20:21:45 +0400
commitc9a370af1b3d1d0b3f04fae1ed2e5511f5c39da5 (patch)
treecafc2fbc525fa7ce37ae7f4580db272c911c6360 /tbl_printview.php
parentdf53a889779ce533182ea83d96059d37e4128d5e (diff)
Replaced valign HTML attribute with CSS
Diffstat (limited to 'tbl_printview.php')
-rw-r--r--tbl_printview.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_printview.php b/tbl_printview.php
index 34a276b371..bfbaa6ca23 100644
--- a/tbl_printview.php
+++ b/tbl_printview.php
@@ -265,7 +265,7 @@ foreach ($the_tables as $key => $table) {
<tr>
<!-- Space usage -->
- <td valign="top">
+ <td class="vtop">
<big><?php echo __('Space usage') . ':'; ?></big>
<table width="100%">
<tr>
@@ -321,7 +321,7 @@ foreach ($the_tables as $key => $table) {
<td width="20">&nbsp;</td>
<!-- Rows Statistic -->
- <td valign="top">
+ <td class="vtop">
<big><?php echo __('Row Statistics') . ':'; ?></big>
<table width="100%">
<tr>