浏览代码

fix listcommands template for Send form changes

Thijs Kinkhorst 16 年之前
父节点
当前提交
7dca12ffb1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>