]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_contct_user_form.tpl
Complete rewrite of and , wrapper functions added, see bug #101
[mailer.git] / templates / de / html / admin / admin_contct_user_form.tpl
index 5ee64cabb94020ca8818d79575a0f6a1048ab35a..c7fec1d7f1fec7bc1c5ce6bf38b85601286d1e94 100644 (file)
@@ -1,4 +1,4 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=user_contct&amp;u_id=$content[u_id]" method="POST">
+<form action="{!URL!}/modules.php?module=admin&amp;what=user_contct&amp;uid=$content[uid]" 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">
@@ -13,8 +13,8 @@
        </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--}" />
+                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="admin_submit" value="{--CONTACT_USER--}" />
                </td>
        </tr>
 </table>