]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_contct_user_form.tpl
Project continued with rewrites:
[mailer.git] / templates / de / html / admin / admin_contct_user_form.tpl
index 5bc883c28d6df4a72dda08928418c5f5e9d301b2..cefd999df38a60ccff6dc06c6e5cbd00ceb67898 100644 (file)
@@ -1,9 +1,10 @@
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=user_contct&amp;userid=$content[userid]%}" method="post">
+<div 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="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>
@@ -14,8 +15,9 @@
        <tr>
                <td align="center" class="table_footer">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="form_submit" value="{--ADMIN_CONTACT_USER_SUBMIT--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--ADMIN_CONTACT_USER_SUBMIT--}" />
                </td>
        </tr>
 </table>
 </form>
+</div>