Added security patch
[squirrelmail.git] / src / options_display.php
index 607f8e0522af4bb01097ba5aa6d699d9082cae06..dae1856847e745bc8ebd6b917220e5a18fc8e7a1 100644 (file)
@@ -68,7 +68,7 @@
    }
    echo '         </select></tt>';  
    if (! $use_gettext)
-      echo '<br><small>This system doesn't support multiple languages</small>';
+      echo '<br><small>This system doesn\'t support multiple languages</small>';
       
 ?>
             </td>
    if (($left_refresh == 600))
       echo '                  <OPTION VALUE="600" SELECTED>10 '.$minutes_str;
    else
-      echo '                  <OPTION VALUE="600">10 '$minutes_str;
+      echo '                  <OPTION VALUE="600">10 '.$minutes_str;
  
    if (($left_refresh == 720))
       echo '                  <OPTION VALUE="720" SELECTED>12 '.$minutes_str;
 ?>
             </td>
          </tr>
+         <tr>
+            <td valign=top align=right>
+               <?php echo _("Show HTML version by default"); ?>:
+            </td>
+            <td>
+               <input type=checkbox name=showhtmldefault <?php 
+              if (isset($show_html_default) && $show_html_default) 
+              echo " checked"; ?>>
+                <?php 
+echo _("Yes, show me the HTML version of a mail message, if it is available."); 
+                 ?>
+            </td>
+         </tr>
          <?php do_hook('options_display_inside'); ?>
          <tr>
             <td>&nbsp;