fix listcommands template for Send form changes
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 15 Apr 2009 16:30:42 +0000 (16:30 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 15 Apr 2009 16:30:42 +0000 (16:30 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13543 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/listcommands/templates/default/mailout.tpl

index 6b6d2d23ab133b2f50c14fc8c2e3742e98d3791e..d9cbea058d746ba31e9f8e0a8344277e88f153e5 100644 (file)
@@ -61,7 +61,7 @@ extract($t);
 <input type="hidden" name="subject" value="<?php echo htmlspecialchars($subject); ?>" />
 <input type="hidden" name="body" value="<?php echo htmlspecialchars($body); ?>" />
 <input type="hidden" name="mailbox" value="<?php echo htmlspecialchars($mailbox); ?>" />
-<input type="submit" name="send" value="<?php echo _("Send Mail"); ?>" />
+<input type="submit" name="send1" value="<?php echo _("Send Mail"); ?>" />
 <br />
 </form>