mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
26 lines
1.0 KiB
Smarty
26 lines
1.0 KiB
Smarty
|
|
<h1>{L_EMAIL_TITLE}</h1>
|
|
|
|
<p>{L_EMAIL_EXPLAIN}</p>
|
|
|
|
<form method="post" action="{S_USER_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
|
<tr>
|
|
<th class="thHead" colspan="2">{L_COMPOSE}</th>
|
|
</tr>
|
|
<tr>
|
|
<td class="row1" align="right"><b>{L_RECIPIENTS}</b></td>
|
|
<td class="row2" align="left">{S_GROUP_SELECT}</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="row1" align="right"><b>{L_EMAIL_SUBJECT}</b></td>
|
|
<td class="row2"><span class="gen"><input type="text" name="subject" size="45" maxlength="100" tabindex="2" class="post" value="{SUBJECT}" /></span></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="row1" align="right" valign="top"> <span class="gen"><b>{L_EMAIL_MSG}</b></span>
|
|
<td class="row2"><span class="gen"> <textarea name="message" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post">{MESSAGE}</textarea></span>
|
|
</tr>
|
|
<tr>
|
|
<td class="catBottom" align="center" colspan="2"><input type="submit" value="{L_EMAIL}" name="submit" class="mainoption" /></td>
|
|
</tr>
|
|
</table></form>
|