Make sure send buttons are named correctly in advanced template too
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 20 Jan 2009 01:12:23 +0000 (01:12 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 20 Jan 2009 01:12:23 +0000 (01:12 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13396 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default_advanced/compose_body.tpl

index 399ad59586b16dc8cbe9784d8ecd37277a50f814..61d70c618f8ded991a655d460153e720f90be49a 100644 (file)
@@ -41,7 +41,7 @@ extract($t);
         ?>
  <tr>
   <td class="bottomSend">
-   <input type="submit" name="send" value="<?php echo _("Send"); ?>" />
+   <input type="submit" name="<?php echo unique_widget_name('send'); ?>" value="<?php echo _("Send"); ?>" />
   </td>
  </tr>
         <?php