]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_unlock_sponsor.tpl
Ref link fixed, nickname fixed, several rewrites, TODOs.txt updated:
[mailer.git] / templates / de / html / admin / admin_unlock_sponsor.tpl
index 83a7232309b965712ce5ea9bdbd21aefaacc9030..907c28d0f9ddb2c0639e294b095ccc2de2871793 100644 (file)
@@ -1,28 +1,28 @@
-<DIV align="center">
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=unlock_sponsor" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="620" class="admin_table dashed">
-<TR>
-  <TD colspan="4" class="admin_title bottom2" height="30" align="center">
-    <STRONG>{--ADMIN_SPONSOR_UNLOCK_TITLE--}</STRONG>
-  </TD>
-</TR>
-<TR>
-  <TD align="center" class="admin_title bottom2 right2"><STRONG>{--ID_SELECT--}</STRONG></TD>
-  <TD align="center" class="admin_title bottom2 right2"><STRONG>{--SURNAME_FAMILY--}:</STRONG></TD>
-  <TD align="center" class="admin_title bottom2 right2"><STRONG>{--REMOTE_IP--}:</STRONG></TD>
-  <TD align="center" class="admin_title bottom2"><STRONG>{--SPONSOR_CREATED--}:</STRONG></TD>
-</TR>
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&amp;what=unlock_sponsor" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<tr>
+  <td colspan="4" class="admin_title bottom2" height="30" align="center">
+    <strong>{--ADMIN_SPONSOR_UNLOCK_TITLE--}</strong>
+  </td>
+</tr>
+<tr>
+  <td align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
+  <td align="center" class="admin_title bottom2 right2"><strong>{--SURNAME_FAMILY--}:</strong></td>
+  <td align="center" class="admin_title bottom2 right2"><strong>{--REMOTE_IP--}:</strong></td>
+  <td align="center" class="admin_title bottom2"><strong>{--SPONSOR_CREATED--}:</strong></td>
+</tr>
 {!__SPONSOR_ROWS!}
-<TR>
-  <TD colspan="4" class="admin_footer" height="30" align="center">
-    <INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-    <INPUT type="submit" name="ok" class="admin_submit" value="{--SPONSOR_UNLOCK--}" />
-  </TD>
-</TR>
-</TABLE>
-</FORM>
-</DIV>
+<tr>
+  <td colspan="4" class="admin_footer" height="30" align="center">
+    <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+    <input type="submit" name="ok" class="admin_submit" value="{--SPONSOR_UNLOCK--}" />
+  </td>
+</tr>
+</table>
+</form>
+</div>
 
 <P align="center">
-  <STRONG class="admin_note">{--ADMIN_SPONSOR_UNLOCK_NOTES--}</STRONG>
+  <div class="admin_note">{--ADMIN_SPONSOR_UNLOCK_NOTES--}</strong>
 </P>