From aa98f6c58b5907412f9a214bd53db16e1fba0e7b Mon Sep 17 00:00:00 2001 From: thomppj Date: Mon, 7 Oct 2002 23:49:31 +0000 Subject: [PATCH] Improve spacing for "Move Selected To". If this messes things up for any browsers, feel free to reverse. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3803 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 51723f54..4531295d 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -715,7 +715,7 @@ function mail_message_listing_beginning ($imapConnection, . html_tag( 'td' ,'' , 'left', $color[0], '' ) . html_tag( 'table' ,'' , '', $color[0], 'border="0" width="100%" cellpadding="0" cellspacing="0"' ) . html_tag( 'tr', - getSmallStringCell(_("Move Selected To"), 'left') . + getSmallStringCell(' ' . _("Move Selected To"), 'left') . getSmallStringCell(_("Transform Selected Messages"), 'right') ) . html_tag( 'tr' ) ."\n" -- 2.25.1