]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_contct_user_form.tpl
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / templates / de / html / admin / admin_contct_user_form.tpl
1 <div align="center">
2 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=user_contct&amp;userid=$content[userid]%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center">
4         <tr>
5                 <td align="center" class="table_header bottom">
6                         <strong>{--ADMIN_CONTACT_USER--}:<br />
7                         {%user,surname=$content[userid]%} {%user,family=$content[userid]%} &lt;<a href="mailto:$content[email]">$content[email]</a>&gt;</strong>
8                 </td>
9         </tr>
10         <tr>
11                 <td align="center" class="bottom">
12                         <textarea class="form_field" name="text" rows="10" cols="20"></textarea>
13                 </td>
14         </tr>
15         <tr>
16                 <td align="center" class="table_footer">
17                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
18                         <input type="submit" class="form_submit" name="ok" value="{--ADMIN_CONTACT_USER_SUBMIT--}" />
19                 </td>
20         </tr>
21 </table>
22 </form>
23 </div>