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