X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fwebmail.php;h=1f1362da1bed1515a528215e0b4083d3bfb3034b;hb=8c3c46341eaa006f503344e05c74c87dd078aff2;hp=51d22bededa3ab97da8dc515d08255635d7d70f6;hpb=f3bc099dbf4aceb595a4b5069c078908f2ee4c9b;p=squirrelmail.git diff --git a/src/webmail.php b/src/webmail.php index 51d22bed..1f1362da 100644 --- a/src/webmail.php +++ b/src/webmail.php @@ -44,13 +44,23 @@ if ($my_language != $squirrelmail_language) { set_up_language(getPref($data_dir, $username, 'language')); echo "\n" . - "$org_title"; + "$org_title"; $left_size = getPref($data_dir, $username, 'left_size'); $location_of_bar = getPref($data_dir, $username, 'location_of_bar'); + +if (isset($languages[$squirrelmail_language]['DIR']) && + strtolower($languages[$squirrelmail_language]['DIR']) == 'rtl') { + $temp_location_of_bar = 'right'; +} else { + $temp_location_of_bar = 'left'; +} + if ($location_of_bar == '') { - $location_of_bar = 'left'; + $location_of_bar = $temp_location_of_bar; } +$temp_location_of_bar = ''; + if ($left_size == "") { if (isset($default_left_size)) { $left_size = $default_left_size; @@ -61,10 +71,10 @@ if ($left_size == "") { } if ($location_of_bar == 'right') { - echo ""; + echo ""; } else { - echo ""; + echo ""; } /* @@ -81,8 +91,7 @@ else { */ if (!isset($right_frame)) { $right_frame = ''; -} - +} if ($right_frame == 'right_main.php') { $urlMailbox = urlencode($mailbox); $right_frame_url = @@ -91,10 +100,10 @@ if ($right_frame == 'right_main.php') { $right_frame_url = 'options.php'; } elseif ($right_frame == 'folders.php') { $right_frame_url = 'folders.php'; -} elseif ($right_frame == 'compose.php') { - $right_frame_url = "compose.php?send_to=$rcptaddress"; -} else { +} else if ($right_frame == '') { $right_frame_url = 'right_main.php'; +} else { + $right_frame_url = urldecode($right_frame); } if ($location_of_bar == 'right') {