Widget:Mailer: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 26: | Line 26: | ||
</script> | </script> | ||
<form> | <form> | ||
<input type="text" id="subject" /> | <div id="emailform"> | ||
<textarea name="content"></textarea> | <label for="subject">E-mail Title:</label><input type="text" id="subject" /><br /> | ||
<label for="content">E-mail Body:</label><textarea name="content" id="content"></textarea> | |||
<input type="button" value="Send" onclick="sendMail()" /> | <input type="button" value="Send" onclick="sendMail()" /> | ||
</div> | |||
</form> | </form> | ||
</includeonly> | </includeonly> |