]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_contct_user_form.tpl
WARNING: id is very generic, it has been now renamed to booking_id, please fix your...
[mailer.git] / templates / de / html / admin / admin_contct_user_form.tpl
index 6ff39698b2b0bb12ece1afb63159276f8d8af894..cefd999df38a60ccff6dc06c6e5cbd00ceb67898 100644 (file)
@@ -1,9 +1,10 @@
+<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>
@@ -19,3 +20,4 @@
        </tr>
 </table>
 </form>
+</div>