Lots of small user interface fixes. Added user option to enable/disable "forward...
[squirrelmail.git] / plugins / administrator / options.php
index c87145d69301c957dec83a1b548f59bfba11edb2..3963b972136cc82c63f97811b12deb2fa06cc833 100644 (file)
@@ -181,7 +181,7 @@ if ( isset( $switch ) ) {
 }
 
 echo "<form action=options.php method=post name=options>" .
-    "<br><center><table width=95% bgcolor=\"$color[5]\"><tr><td>".
+    "<center><table width=95% bgcolor=\"$color[5]\"><tr><td>".
     "<table width=100% cellspacing=0 bgcolor=\"$color[4]\">" ,
     "<tr bgcolor=\"$color[5]\"><th colspan=2>" . _("Configuration Administrator") . "</th></tr>";
 
@@ -511,4 +511,4 @@ if( $fp = @fopen( $cfgfile, 'w' ) ) {
          '</font>';
 }
 
-?>
\ No newline at end of file
+?>