fixed an HTML rendering bug in search display
[squirrelmail.git] / src / options_personal.php
index 1320f9975a49eeba01ff6b4b94f466f1a4a0d59f..df5adea18f417164f3d1cec07010cefac75e13ac 100644 (file)
@@ -66,7 +66,7 @@
             </td><td>
 <?php
    if ($use_signature == true)
-      echo "<input type=checkbox value=\"0\" name=usesignature checked>&nbsp;&nbsp;" . _("Use a signature") . "?<BR>";
+      echo "<input type=checkbox value=\"1\" name=usesignature checked>&nbsp;&nbsp;" . _("Use a signature") . "?<BR>";
    else {
       echo "<input type=checkbox value=\"1\" name=usesignature>&nbsp;&nbsp;";
       echo _("Use a signature?");
@@ -80,7 +80,7 @@
          <tr>
             <td>&nbsp;
             </td><td>
-               <input type="submit" value="Submit" name="submit_personal">
+               <input type="submit" value="<?php echo _("Submit"); ?>" name="submit_personal">
             </td>
          </tr>
       </table>