Wernis extension can now contact the API
[mailer.git] / templates / de / html / admin / admin_contct_user_form.tpl
1 <FORM
2         action="{!URL!}/modules.php?module=admin&amp;what=user_contct&amp;u_id=$content[u_id]"
3         method="POST">
4 <TABLE border="0" cellspacing="0" cellpadding="0" width="400"
5         class="admin_table dashed" align="center">
6         <TR>
7                 <TD align="center" class="admin_title bottom2" height="30"><STRONG>{--ADMIN_CONTACT_USER--}:<BR>
8                 $content[surname] $content[family] &lt;<A
9                         href="mailto:$content[email]">$content[email]</A>&gt;</STRONG></TD>
10         </TR>
11         <TR>
12                 <TD align="center" class="bottom2" style="padding: 10px"><TEXTAREA
13                         name="text" rows="10" cols="20"></TEXTAREA>
14                 </TD>
15         </TR>
16         <TR>
17                 <TD align="center" class="admin_footer"><INPUT type="reset"
18                         class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;* <INPUT
19                         type="submit" name="ok" class="admin_submit"
20                         value="{--CONTACT_USER--}"></TD>
21         </TR>
22 </TABLE>
23 </FORM>