Changed mailbox display so that flags would be aligned center.
authorthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 3 Jan 2001 18:31:47 +0000 (18:31 +0000)
committerthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 3 Jan 2001 18:31:47 +0000 (18:31 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@909 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php

index 0599282bd82737081c142ce66ecb9fcc8c124f4b..bb61742de312e39ba0d03c6b5a1eb4148268e11b 100644 (file)
@@ -73,7 +73,7 @@
                break;
             case 5: # flags
                $stuff = false;
-               echo "   <td bgcolor=$hlt_color width=1% nowrap><b><small>\n";
+               echo "   <td bgcolor=$hlt_color align=center width=1% nowrap><b><small>\n";
                if ($msg["FLAG_ANSWERED"] == true) {
                   echo "A\n";
                   $stuff = true;