Selaa lähdekoodia

fix listcommands template for Send form changes

Thijs Kinkhorst 16 vuotta sitten
vanhempi
commit
7dca12ffb1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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>