X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fleft_main.php;h=9a1d4beb8d1589b188b9cd220b415e9cfc86a574;hb=be1f2f58dd6b8041261c064833de0ef1309ff9dc;hp=c02855008e1689dff0b4d1fccbe0c5e40be2425b;hpb=2f174eff269644043331f63b9083ebf339762ebc;p=squirrelmail.git diff --git a/src/left_main.php b/src/left_main.php index c0285500..9a1d4beb 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -64,12 +64,12 @@ function formatMailboxName($imapConnection, $box_array) { $line = ''; /* If there are unseen message, bold the line. */ - if ($unseen > 0) { $line .= ''; } + if ($unseen > 0) { $line .= ''; } /* Create the link for this folder. */ if ($status !== false) { $line .= ''; + $mailboxURL.'" target="right" style="text-decoration:none">'; } if ($special_color) { $line .= ""; @@ -86,11 +86,11 @@ function formatMailboxName($imapConnection, $box_array) { } /* If there are unseen message, close bolding. */ - if ($unseen > 0) { $line .= ""; } + if ($unseen > 0) { $line .= ""; } /* Print unseen information. */ if ($unseen_string != '') { - $line .= " $unseen_string"; + $line .= " $unseen_string"; } /* If it's the trash folder, show a purge link when needed */ @@ -102,7 +102,7 @@ function formatMailboxName($imapConnection, $box_array) { if (($numMessages > 0) or ($box_array['parent'] == 1)) { $urlMailbox = urlencode($real_box); $line .= "\n\n" . - '  ['._("purge").']' . + '  ['._("Purge").']' . ''; } } @@ -181,13 +181,13 @@ function create_collapse_link($boxnum) { 'href="left_main.php?'; if ($boxes[$boxnum]['collapse'] == SM_BOX_COLLAPSED) { if ($use_icons && $icon_theme != 'none') { - $link .= "unfold=$mailbox\">"; + $link .= "unfold=$mailbox\">'; } else { $link .= "unfold=$mailbox\">+"; } } else { if ($use_icons && $icon_theme != 'none') { - $link .= "fold=$mailbox\">"; + $link .= "fold=$mailbox\">'; } else { $link .= "fold=$mailbox\">-"; } @@ -355,13 +355,13 @@ function ListBoxes ($boxes, $j=0 ) { $link = '$leader "; + $link .= "unfold=$mailboxURL\">$leader '; } else { $link .= "unfold=$mailboxURL\">$leader+ "; } } else { if ($use_icons && $icon_theme != 'none') { - $link .= "fold=$mailboxURL\">$leader "; + $link .= "fold=$mailboxURL\">$leader '; } else { $link .= "fold=$mailboxURL\">$leader- "; } @@ -398,7 +398,7 @@ function ListBoxes ($boxes, $j=0 ) { $end .= " $unseen_string"; } $end .= "\n\n" . - '  ['._("purge").']'. + '  ['._("Purge").']'. ''; } } else { @@ -524,7 +524,7 @@ function ListAdvancedBoxes ($boxes, $mbx, $j='ID.0000' ) { if ($numMessages > 0) { $urlMailbox = urlencode($mailbox); $end .= "\n\n" . - '  ['._("purge").']'. + '  ['._("Purge").']'. ''; } } else { @@ -663,7 +663,7 @@ if (! isset($oldway) || $oldway=="" ) { if ($advanced_tree) { $xtra .= << +