]> ruin.nu Git - ndwebbie.git/blobdiff - templates/mail.tmpl
Storing government for planets
[ndwebbie.git] / templates / mail.tmpl
index 0b0257596b00b5931f51045c3e65c589df167ce2..246de10abc7eaf142f430b73b76bdcaeba859a07 100644 (file)
@@ -4,13 +4,13 @@
 </TMPL_LOOP>
 
 <form action="<TMPL_VAR NAME=PAGE>" method="post"><fieldset> <legend>Mail</legend>
-       Subject: <input type="text" name="subject" value=""/>
+       Subject: <input type="text" name="subject" value="<TMPL_VAR NAME=Subject>"/>
        <br/>To: <select name="group">
                <TMPL_LOOP Groups>
                <option value="<TMPL_VAR NAME=GID>"><TMPL_VAR NAME=GroupName></option>
                </TMPL_LOOP>
        </select>
-       <br/><textarea rows="20" cols="50" name="message"></textarea>
+       <br/><textarea rows="20" cols="50" name="message"><TMPL_VAR NAME=Message></textarea>
        <input type="hidden" name="page" value="<TMPL_VAR NAME=PAGE>"/>
        <br/><input type="submit" name="cmd" value="Submit"/>
 </fieldset></form>