- obsolete templates/scripts removed
[mailer.git] / 0.2.1 / templates / de / html / admin / admin_contct_user_form.tpl
diff --git a/0.2.1/templates/de/html/admin/admin_contct_user_form.tpl b/0.2.1/templates/de/html/admin/admin_contct_user_form.tpl
new file mode 100644 (file)
index 0000000..687865f
--- /dev/null
@@ -0,0 +1,23 @@
+<FORM
+       action="{!URL!}/modules.php?module=admin&amp;what=user_contct&amp;u_id=$content[u_id]"
+       method="POST">
+<TABLE border="0" cellspacing="0" cellpadding="0" width="400"
+       class="admin_table dashed" align="center">
+       <TR>
+               <TD align="center" class="admin_title bottom2" height="30"><STRONG>{--ADMIN_CONTACT_USER--}:<BR>
+               $content[surname] $content[family] &lt;<A
+                       href="mailto:$content[email]">$content[email]</A>&gt;</STRONG></TD>
+       </TR>
+       <TR>
+               <TD align="center" class="bottom2" style="padding: 10px"><TEXTAREA
+                       name="text" rows="10" cols="20"></TEXTAREA>
+               </TD>
+       </TR>
+       <TR>
+               <TD align="center" class="admin_footer"><INPUT type="reset"
+                       class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;* <INPUT
+                       type="submit" name="ok" class="admin_submit"
+                       value="{--CONTACT_USER--}"></TD>
+       </TR>
+</TABLE>
+</FORM>