Improve spacing for "Move Selected To". If this messes things up for any
authorthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 7 Oct 2002 23:49:31 +0000 (23:49 +0000)
committerthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 7 Oct 2002 23:49:31 +0000 (23:49 +0000)
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

index 51723f54d592e3880e3ec6fe83613cf039380035..4531295d8c6f5e7d4c380034926b722f3511f262 100644 (file)
@@ -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('&nbsp;' . _("Move Selected To"), 'left') .
                getSmallStringCell(_("Transform Selected Messages"), 'right')
             )
             . html_tag( 'tr' ) ."\n"