From 68347a84306643e5044a2f2f7630c7df6a80b16d Mon Sep 17 00:00:00 2001 From: lkehresman Date: Wed, 1 Dec 1999 18:35:12 +0000 Subject: [PATCH] Adds the "Move or Delete" drop-down box git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@45 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index b9d8c23c..dafac535 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -169,10 +169,11 @@ } echo "\n"; - /** The "DELETE" button */ + /** The delete and move options */ echo ""; echo "
"; - echo ""; + echo ""; + echo ""; if (($move_to_trash == true) && ($mailbox == $trash_folder)) echo "            Empty Trash"; echo ""; @@ -220,16 +221,9 @@ $t++; } } - echo ""; + echo "
"; - /** The "DELETE" button */ - echo ""; - echo ""; - if (($move_to_trash == true) && ($mailbox == $trash_folder)) - echo "            Empty Trash"; - echo ""; - - echo "\n"; + echo "\n"; echo "\n"; echo ""; -- 2.25.1