From 8759f404aa53e377f8dba93649989e79086b482c Mon Sep 17 00:00:00 2001 From: Christian Fowler Date: Fri, 30 Dec 2005 00:24:19 +0000 Subject: add reply_to column and field to editions --- templates/edit_edition.tpl | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/edit_edition.tpl b/templates/edit_edition.tpl index bace0c6..f27ec4c 100644 --- a/templates/edit_edition.tpl +++ b/templates/edit_edition.tpl @@ -62,15 +62,23 @@
{formlabel label="Subject" for="subject"} {forminput} - + {formhelp note="This will appear in the subject line of the email."} {/forminput}
+
+ {formlabel label="Reply-To" for="replyto"} + {forminput} + + {formhelp note="This is the email address to which any replies will be sent."} + {/forminput} +
+
{formlabel label="Body" for="body"} {forminput} - + {formhelp note=""} {/forminput}
-- cgit v1.3