]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_sponsor.tpl
Typo fixed :(
[mailer.git] / templates / de / html / admin / admin_del_sponsor.tpl
index a2ed47c20df5bf9175c4150c845dadec922fdd24..4c54738aa6888b0413a41071ffd19c23574a9089 100644 (file)
@@ -1,30 +1,32 @@
-<FORM action="{--URL--}/modules.php?module=admin&amp;what=del_sponsor&amp;id={!__UID!}" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
-<TR>
-  <TD align="center" class="admin_title bottom2" height="28">
-    <STRONG class="admin_done">{--ADMIN_HEADER_DEL_SPONSOR_1--}{!__UID!}{--ADMIN_HEADER_DEL_SPONSOR_2--}</STRONG>
-  </TD>
-</TR>
-<TR><TD height="5" class="seperator">&nbsp;</TD></TR>
-<TR>
-  <TD align="center">
-    {--ADMIN_TEXT_DEL_SPONSOR_1--}{!__UID!}{--ADMIN_TEXT_DEL_SPONSOR_2--}
-  </TD>
-</TR>
-<TR><TD height="5" class="seperator">&nbsp;</TD></TR>
-<TR>
-  <TD align="center"><A href="mailto:{--__EMAIL--}">{!__SNAME!} {!__FNAME!}</A>({!__EMAIL!})</TD>
-</TR>
-<TR><TD height="5" class="seperator">&nbsp;</TD></TR>
-<TR>
-  <TD align="center"><TEXTAREA name="reason" class="admin_normal" rows="5" cols="50"></TEXTAREA></TD>
-</TR>
-<TR><TD height="5" class="seperator bottom2">&nbsp;</TD></TR>
-<TR>
-  <TD class="admin_footer">
-    <INPUT type="submit" name="no" class="admin_no" value="{--NO--}">&nbsp;*
-    <INPUT type="submit" name="ok" class="admin_yes" value="{--YES--}">
-  </TD>
-</TR>
-</TABLE>
-</FORM>
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=del_sponsor&amp;id=$content[userid]" method="post">
+<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
+<tr>
+  <td align="center" class="admin_title bottom2" height="28">
+    <div class="admin_done">{--ADMIN_HEADER_DEL_SPONSOR_1--}$content[userid]{--ADMIN_HEADER_DEL_SPONSOR_2--}</div>
+  </td>
+</tr>
+<tr><td height="5" class="seperator">&nbsp;</td></tr>
+<tr>
+  <td align="center">
+    {--ADMIN_TEXT_DEL_SPONSOR_1--}$content[userid]{--ADMIN_TEXT_DEL_SPONSOR_2--}
+  </td>
+</tr>
+<tr><td height="5" class="seperator">&nbsp;</td></tr>
+<tr>
+  <td align="center">
+    $content[gender] <a href="mailto:$content[email]">$content[surname] $content[family]</a>($content[email])
+  </td>
+</tr>
+<tr><td height="5" class="seperator">&nbsp;</td></tr>
+<tr>
+  <td align="center"><textarea name="reason" class="admin_normal" rows="5" cols="50"></textarea></td>
+</tr>
+<tr><td height="5" class="seperator bottom2">&nbsp;</td></tr>
+<tr>
+  <td class="admin_footer">
+    <input type="submit" name="no" class="admin_no" value="{--NO--}" />
+    <input type="submit" name="ok" class="admin_yes" value="{--YES--}" />
+  </td>
+</tr>
+</table>
+</form>