Browse Source

fix listcommands template for Send form changes

Thijs Kinkhorst 16 năm trước cách đây
mục cha
commit
7dca12ffb1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      plugins/listcommands/templates/default/mailout.tpl

+ 1 - 1
plugins/listcommands/templates/default/mailout.tpl

@@ -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>