View file templates/web/profile_send_email.tpl

File size: 455B
{ERROR_BOX}
<form action="{S_POST_ACTION}" method="post" name="post">
<div class="row1">{L_SUBJECT}:<br/><input type="text" name="subject" maxlength="100" value="{SUBJECT}" style="width: 300px;"/></div>
<div class="row1">{L_MESSAGE_BODY}:<br/>
<div id="message-box"><textarea name="message" rows="10" cols="40">{MESSAGE}</textarea></div>
{S_HIDDEN_FIELDS}
<input class="subbutton" type="submit" name="submit" value="{L_SEND_EMAIL}" /></div>
</form>