]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_sponsor.tpl
Fix for endless loop
[mailer.git] / templates / de / html / admin / admin_del_sponsor.tpl
index 5a9975c5b42c8c5c514bb9fa6f622d23251af6f8..4c54738aa6888b0413a41071ffd19c23574a9089 100644 (file)
@@ -1,19 +1,21 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=del_sponsor&amp;id={!__UID!}" method="POST">
+<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--}{!__UID!}{--ADMIN_HEADER_DEL_SPONSOR_2--}</STRONG>
+    <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--}{!__UID!}{--ADMIN_TEXT_DEL_SPONSOR_2--}
+    {--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"><a href="mailto:{!__EMAIL!}">{!__SNAME!} {!__FNAME!}</a>({!__EMAIL!})</td>
+  <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>
@@ -22,8 +24,8 @@
 <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--}" />
+    <input type="submit" name="no" class="admin_no" value="{--NO--}" />
+    <input type="submit" name="ok" class="admin_yes" value="{--YES--}" />
   </td>
 </tr>
 </table>