X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Fmailbox_display.php;h=8d1e5be39a32add371145f1ce669b646df1b9bb1;hp=7aa739e61f21818420b16f78ceddb0285d94065a;hb=c57b0888fe1f3bf8dbd55b8a4657a4de23a29f6a;hpb=dfec863ee306edcf23b897453bc19262002343d0 diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 7aa739e6..8d1e5be3 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -1,20 +1,17 @@ \n"; - echo "

". _("THIS FOLDER IS EMPTY") ."
 
\n"; - echo ""; + echo "\n". + "

". _("THIS FOLDER IS EMPTY") ."
 
\n". + ""; } else if ($start_msg == $end_msg) { /* If there's only one message in the box, handle it differently. */ if ($sort != 6) { @@ -442,8 +439,8 @@ } while ($i && $i < $endVar); } - echo ''; - echo "" . + echo '
'. + "" . "" . "
". "
$paginator_str$msg_cnt_str
". @@ -476,23 +473,18 @@ * This is the beginning of the message list table. * * It wraps around all messages * ****************************************************/ - echo "\n"; - - echo ""; - - /** The delete and move options */ - echo "'; + echo ''. - echo "
"; - echo " \n"; - echo " \n"; - echo ' \n"; - echo " \n"; - echo "
$paginator' . get_selectall_link($start_msg, $sort) . "$msg_cnt_str
\n"; - echo "
"; - - echo "\n
\n"; - echo "\n"; - - echo " \n" . + echo "
\n". + "'. + "\n". + " \n". + "
". + "\n". + " \n". + ' \n". + " \n". + "
$paginator' . get_selectall_link($start_msg, $sort) . "$msg_cnt_str
\n". + '
\n". + "\n". + "\n". + " \n" . " \n" . @@ -512,31 +504,31 @@ echo " \n"; } } - echo ' '; - echo " \n"; - echo " \n"; - echo " \n". + " \n"; - echo " \n"; - echo "
\n" . '  ' . _("Move selected to:") . "\n" . "    \n"; + echo ' '. + "\n". + "    \n"; if (!$auto_expunge) { echo '  '. _("mailbox") ." \n"; } - echo " \n"; - echo " \n"; - echo "  \n"; - echo "
\n"; + echo " \n". + " \n". + "  \n". + "
\n"; do_hook('mailbox_form_before'); - echo '
"; - echo "
". + ""; - echo ""; + echo " BGCOLOR=\"$color[0]\">". + ""; /* Print the headers. */ for ($i=1; $i <= count($index_order); $i++) { @@ -554,7 +546,7 @@ echo ' \n"; break; @@ -602,44 +594,46 @@ } function get_selectall_link($start_msg, $sort) { - global $checkall, $PHP_SELF, $what, $where, $mailbox; - - $result = - ' \n
'. _("From") .''; } - ShowSortButton($sort, $mailbox, 2, 3); + ShowSortButton($sort, $mailbox, 2, 3); echo "