38 lines
1.1 KiB
Smarty
38 lines
1.1 KiB
Smarty
|
<div id="edit_form">
|
||
|
<form name="sendmail" method="post">
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td colspan="3"><h3><?php print $PALANG['pSendmail_welcome']; ?></h3></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td><?php print $PALANG['pSendmail_admin'] . ":"; ?></td>
|
||
|
<td><?php print $SESSID_USERNAME; ?></td>
|
||
|
<td> </td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td><?php print $PALANG['pSendmail_to'] . ":"; ?></td>
|
||
|
<td><input class="flat" type="text" name="fTo" /></td>
|
||
|
<td> </td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td><?php print $PALANG['pSendmail_subject'] . ":"; ?></td>
|
||
|
<td><input class="flat" type="text" name="fSubject" value="<?php print $PALANG['pSendmail_subject_text']; ?>" /></td>
|
||
|
<td> </td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td><?php print $PALANG['pSendmail_body'] . ":" ?></td>
|
||
|
<td>
|
||
|
<textarea class="flat" rows="10" cols="60" name="fBody"><?php print $CONF['welcome_text']; ?></textarea>
|
||
|
</td>
|
||
|
<td> </td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td colspan="3" class="hlp_center"><input class="button" type="submit" name="submit" value="<?php print $PALANG['pSendmail_button']; ?>" /></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td colspan="3" class="standout"><?php print $tMessage; ?></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</form>
|
||
|
</div>
|