From ed4332d1ce7dc32d4af42d75c1d52d3d89730b2f Mon Sep 17 00:00:00 2001 From: lkehresman Date: Sun, 5 Dec 1999 18:20:09 +0000 Subject: [PATCH] Beautified top of message list a bit git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@62 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 32 ++++++++++++++++++-------------- src/folders_create.php | 7 +++++-- 2 files changed, 23 insertions(+), 16 deletions(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 1dfd4e41..a3986057 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -187,14 +187,13 @@ /** The delete and move options */ echo ""; - echo "\n\n\n"; + echo "
"; - echo "
"; - echo "\n"; - echo "\n"; - echo "checked mail"; - echo "
"; - echo "\n"; - echo "\n"; + echo " \n"; + echo " \n"; + echo " "; + echo " \n"; + if (($move_to_trash == true) && ($mailbox == $trash_folder)) - echo "            Empty Trash"; - else - echo "\n"; - echo "
\n"; + echo " \n"; + echo " \n"; + echo " \n"; + + echo " \n"; + echo "  checked messages\n"; + echo "
\n\n\n"; + echo "
            Empty Trash
\n\n\n"; echo ""; echo ""; diff --git a/src/folders_create.php b/src/folders_create.php index d23b46f3..6ce2afe5 100644 --- a/src/folders_create.php +++ b/src/folders_create.php @@ -1,3 +1,6 @@ + + +
Return"; + echo "


You will be automatically forwarded.
If not, click here
"; ?> - + -- 2.25.1