fixed some display bugs with right to left text direction
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2001-11-13 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
|
* db_details.php3; left.php3; tbl_properties.php3: fixed some display bugs
|
||||||
|
with right to left text direction (Arabic language).
|
||||||
|
|
||||||
2001-11-12 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2001-11-12 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* libraries/select_lang.lib.php3; lang/arabic.inc.php3: new translation
|
* libraries/select_lang.lib.php3; lang/arabic.inc.php3: new translation
|
||||||
thanks to Fisal Assubieye.
|
thanks to Fisal Assubieye.
|
||||||
|
@@ -266,7 +266,7 @@ else if (MYSQL_INT_VERSION >= 32300) {
|
|||||||
?>
|
?>
|
||||||
<td align="right" nowrap="nowrap">
|
<td align="right" nowrap="nowrap">
|
||||||
|
|
||||||
<a href="tbl_properties.php3?<?php echo $url_query; ?>#showusage"><?php echo $formated_size . '<bdo dir="' . $text_dir . '"> </bdo>' . $unit; ?></a>
|
<a href="tbl_properties.php3?<?php echo $url_query; ?>#showusage"><?php echo $formated_size . ' ' . $unit; ?></a>
|
||||||
</td>
|
</td>
|
||||||
<?php
|
<?php
|
||||||
echo "\n";
|
echo "\n";
|
||||||
@@ -309,7 +309,7 @@ else if (MYSQL_INT_VERSION >= 32300) {
|
|||||||
?>
|
?>
|
||||||
<th align="right" nowrap="nowrap">
|
<th align="right" nowrap="nowrap">
|
||||||
|
|
||||||
<b><?php echo $sum_formated . '<bdo dir="' . $text_dir . '"> </bdo>' . $unit; ?></b>
|
<b><?php echo $sum_formated . ' ' . $unit; ?></b>
|
||||||
</th>
|
</th>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
@@ -550,7 +550,7 @@ if ($cfgShowStats) {
|
|||||||
?>
|
?>
|
||||||
<tr bgcolor="<?php echo ((++$i%2) ? $cfgBgcolorTwo : $cfgBgcolorOne); ?>">
|
<tr bgcolor="<?php echo ((++$i%2) ? $cfgBgcolorTwo : $cfgBgcolorOne); ?>">
|
||||||
<td><?php echo ucfirst($strFormat); ?></td>
|
<td><?php echo ucfirst($strFormat); ?></td>
|
||||||
<td align="<?php echo $cell_align_right; ?>" nowrap="nowrap">
|
<td align="<?php echo $cell_align_left; ?>" nowrap="nowrap">
|
||||||
<?php
|
<?php
|
||||||
echo ' ';
|
echo ' ';
|
||||||
if ($showtable['Row_format'] == 'Fixed') {
|
if ($showtable['Row_format'] == 'Fixed') {
|
||||||
@@ -596,7 +596,7 @@ if ($cfgShowStats) {
|
|||||||
<tr bgcolor="<?php echo ((++$i%2) ? $cfgBgcolorTwo : $cfgBgcolorOne); ?>">
|
<tr bgcolor="<?php echo ((++$i%2) ? $cfgBgcolorTwo : $cfgBgcolorOne); ?>">
|
||||||
<td><?php echo ucfirst($strRowSize); ?> ø</td>
|
<td><?php echo ucfirst($strRowSize); ?> ø</td>
|
||||||
<td align="right" nowrap="nowrap">
|
<td align="right" nowrap="nowrap">
|
||||||
<?php echo $avg_size . '<bdo dir="' . $text_dir . '"> </bdo>' . $avg_unit . "\n"; ?>
|
<?php echo $avg_size . ' ' . $avg_unit . "\n"; ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
|
Reference in New Issue
Block a user