]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_contct_user_form.tpl
Extension ext-forced/network continued:
[mailer.git] / templates / de / html / admin / admin_contct_user_form.tpl
index ee4a5931e077ebbf6aae2c470b9c866dca8752e0..882a37541126a0abe3c92076b40a97e9d7d98b61 100644 (file)
@@ -1,20 +1,20 @@
-<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">
+<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="table dashed" align="center">
        <tr>
-               <td align="center" class="admin_title bottom2" height="30">
+               <td align="center" class="table_header bottom">
                        <strong>{--ADMIN_CONTACT_USER--}:<br />
-                       $content[surname] $content[family] &lt;<a href="mailto:$content[email]">$content[email]</a>&gt;</strong>
+                       {%user,surname=$content[userid]%} {%user,family=$content[userid]%} &lt;<a href="mailto:$content[email]">$content[email]</a>&gt;</strong>
                </td>
        </tr>
        <tr>
-               <td align="center" class="bottom2">
-                       <textarea class="admin_normal" name="text" rows="10" cols="20"></textarea>
+               <td align="center" class="bottom">
+                       <textarea class="form_field" 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 align="center" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--ADMIN_CONTACT_USER_SUBMIT--}" />
                </td>
        </tr>
 </table>