]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_sponsor.tpl
More XHTML-fied and extended header added to templates
[mailer.git] / templates / de / html / admin / admin_del_sponsor.tpl
index e9fda09f1d6ee0e0f9c6bc73d48abe7c872f8195..cee0a0ec915b97dd8fa5c46df079db6d4bae39d9 100644 (file)
@@ -1,30 +1,30 @@
-<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">
+<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">
+    <div class="admin_done">{--ADMIN_HEADER_DEL_SPONSOR_1--}{!__UID!}{--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--}
-  </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>
+  </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--}" />
+    <input type="submit" name="ok" class="admin_yes" value="{--YES--}" />
+  </td>
+</tr>
+</table>
+</form>