Added comments to ChangeLog about fixed bugs #496752 and #496753.
[squirrelmail.git] / src / options_order.php
index 042048a7b495234dadd8e151ced6fc1bdfba4896..f0de44f78ab77f44987f674bcc7cedcfddf4fbd3 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * options_order.php
  *
- * Copyright (c) 1999-2001 The SquirrelMail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Displays message highlighting options
@@ -42,15 +42,13 @@ require_once('../functions/plugin.php');
    displayPageHeader($color, 'None');
 ?>
    <br>
-<table width=95% align=center border=0 cellpadding=2 cellspacing=0>
+<table width="95%" align=center border=0 cellpadding=2 cellspacing=0>
 <tr><td align="center" bgcolor="<?php echo $color[0] ?>">
 
       <b><?php echo _("Options") . " - " . _("Index Order"); ?></b>
 
     <table width="100%" border="0" cellpadding="1" cellspacing="1">
     <tr><td bgcolor="<?php echo $color[4] ?>" align="center"><br>
-
-      <table width=100% cellpadding=2 cellspacing=0 border=0>
 <?php
 
    $available[1] = _("Checkbox");
@@ -149,9 +147,6 @@ require_once('../functions/plugin.php');
    echo '<p><a href="../src/options.php">' . _("Return to options page") . '</a></p><br>';
 
 ?>
-   </td></tr>
-   </table>
-
     </td></tr>
     </table>