Happy New Year
[squirrelmail.git] / templates / default / compose_body.tpl
index 4f0e977a8ba60458e6988df2bb8d243fa0f75aa8..f7c47e17092b3609ce6a96d45b190d6fa3809c4f 100644 (file)
@@ -8,7 +8,7 @@
  *    $accesskey_compose_body - The access key to use for the message body textarea
  *    $accesskey_compose_send - The access key to be use for the Send button
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright 1999-2021 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -26,7 +26,8 @@ extract($t);
 <table cellspacing="0" class="table1">
  <tr>
   <td style="text-align: center">
-   <textarea name="body" id="body" rows="<?php echo $editor_height; ?>" cols="<?php echo $editor_width; ?>" <?php if ($accesskey_compose_body != 'NONE') echo 'accesskey="' . $accesskey_compose_body . '" '; echo $input_onfocus; ?>><?php echo $body; ?></textarea>
+   <textarea name="body" id="body" rows="<?php echo $editor_height; ?>" cols="<?php echo $editor_width; ?>" <?php if ($accesskey_compose_body != 'NONE') echo 'accesskey="' . $accesskey_compose_body . '" '; echo $input_onfocus; ?>>
+<?php echo $body; ?></textarea>
   </td>
  </tr>
  <?php
@@ -42,4 +43,3 @@ extract($t);
  ?>
 </table>
 </div>
-<input type="hidden" name="send_button_count" value="<?php echo unique_widget_name('send', TRUE); ?>" />