X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Fmailbox_display.php;h=107d2d968f0e2a8c8d662b7808b5838e54754359;hp=c010ba8abc72de17bb5476b725a735a85b293406;hb=74091b64ffddec9db154d7a76c202b98401b1117;hpb=595848f9dbf9fda650ca1809f94702043dbc0f79 diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index c010ba8a..107d2d96 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -598,7 +598,7 @@ function showMessagesForMailbox($imapConnection, $mailbox, $num_msgs, $msgs = getThreadMessages($imapConnection, $start_msg, $show_num, $num_msgs); if ($msgs === false) { echo '
' . - _("Thread sorting is not supported by your IMAP server.") . "
" . + _("Thread sorting is not supported by your IMAP server.") . '
' . _("Please report this to the system administrator."). '
'; $thread_sort_messages = 0; @@ -613,7 +613,7 @@ function showMessagesForMailbox($imapConnection, $mailbox, $num_msgs, $num_msgs, $sort, $mbxresponse); if ($msgs === false) { echo '
' . - _( "Server-side sorting is not supported by your IMAP server.") . "
" . + _( "Server-side sorting is not supported by your IMAP server.") . '
' . _("Please report this to the system administrator."). '
'; $sort = $server_sort_order; @@ -926,12 +926,7 @@ function mail_message_listing_beginning ($imapConnection, - + @@ -1132,7 +1127,7 @@ function ShowSortButton($sort, $mailbox, $Down, $Up ) { . '&startMessage=1&mailbox=' . urlencode($mailbox) . '">sort'; + . _("Click here to change the sorting of the message list") .' /">'; } /** @@ -1360,7 +1355,7 @@ function get_paginator_str($box, $start_msg, $end_msg, $num_msgs, * I am leaving this debug code here, commented out, because * it is a really nice way to see what the above code is doing. * echo "qts = $q1_pgs/$q2_pgs/$q3_pgs/$q4_pgs = " - * . ($q1_pgs + $q2_pgs + $q3_pgs + $q4_pgs) . '
'; + * . ($q1_pgs + $q2_pgs + $q3_pgs + $q4_pgs) . '
'; */ /* Print out the page links from the compute page quarters. */
- -