Prepare the use of an Arabic translation (right to left text direction)

This commit is contained in:
Loïc Chapeaux
2001-11-10 13:17:18 +00:00
parent 19663dad33
commit 7a6ff28037
47 changed files with 110 additions and 68 deletions

View File

@@ -172,7 +172,7 @@ else if (MYSQL_INT_VERSION >= 32300) {
echo "\n";
?>
<td align="right" nowrap="nowrap">
&nbsp;<?php echo $formated_size . ' ' . $unit . "\n"; ?>
&nbsp;<?php echo $formated_size . '<bdo dir="<?php echo($text_dir); ?>"> </bdo>' . $unit . "\n"; ?>
</td>
<?php
echo "\n";
@@ -210,7 +210,7 @@ else if (MYSQL_INT_VERSION >= 32300) {
echo "\n";
?>
<th align="right" nowrap="nowrap">
<b><?php echo $sum_formated . ' '. $unit; ?></b>
<b><?php echo $sum_formated . '<bdo dir="<?php echo($text_dir); ?>"> </bdo>'. $unit; ?></b>
</th>
<?php
}