]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_contct_user_form.tpl
Global rewrite of engine:
[mailer.git] / templates / de / html / admin / admin_contct_user_form.tpl
index 44e52cd69e1922b99d76f676705ebefa77e1ea76..a3d4ee8d317b8c317c400fd0788b47b47ec506af 100644 (file)
@@ -1,21 +1,21 @@
-<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">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=user_contct&amp;userid=$content[userid]%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
+       <tr>
+               <td align="center" class="admin_title bottom" 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
-                       class="admin_normal" name="text" rows="10" cols="20"></textarea>
-               </TD>
-       </TR>
-       <TR>
-               <TD class="admin_footer">
-                       <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <INPUT type="submit" name="ok" class="admin_submit" value="{--CONTACT_USER--}" />
-               </TD>
-       </TR>
-</TABLE>
+               </td>
+       </tr>
+       <tr>
+               <td align="center" class="bottom">
+                       <textarea class="admin_normal" 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--}" />
+                       <input type="submit" name="ok" class="admin_submit" value="{--CONTACT_USER--}" />
+               </td>
+       </tr>
+</table>
 </form>