More HTML rewrites #3
[mailer.git] / templates / de / html / sponsor / sponsor_fillup_form.tpl
index 4d0566f34e2f0a7b67133bc0bf009708d9798857..3407a066c5fce5374295a8215e25203dd8be9a3b 100644 (file)
@@ -1,41 +1,41 @@
-<DIV align="center">
-<FORM action="{!URL!}/modules.php?module=sponsor&amp;what=fillup" method="POST" style="padding-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="450" class="sponsor_table dashed">
-<TR>
-  <TD class="sponsor_header bottom2" colspan="2" align="center" height="37">
-    <STRONG>{--SPONSOR_POINTS_OVERVIEW--}:</STRONG>
-  </TD>
-</TR>
-<TR>
-  <TD class="bottom2 right2" width="275" align="right" height="27">
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=sponsor&amp;what=fillup%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" width="450" class="sponsor_table dashed">
+<tr>
+  <td class="sponsor_header bottom" colspan="2" align="center" height="37">
+    <strong>{--SPONSOR_POINTS_OVERVIEW--}:</strong>
+  </td>
+</tr>
+<tr>
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_POINTS_AMOUNT--}:&nbsp;
-  </TD>
-  <TD class="bottom2" width="275">
-    &nbsp;$content[points_amount] {!POINTS!}
-  </TD>
-</TR>
-<TR>
-  <TD class="bottom2 right2" width="275" align="right" height="27">
+  </td>
+  <td class="bottom">
+    &nbsp;$content[points_amount] {?POINTS?}
+  </td>
+</tr>
+<tr>
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_POINTS_USED--}:&nbsp;
-  </TD>
-  <TD class="bottom2" width="275">
-    &nbsp;$content[points_used] {!POINTS!}
-  </TD>
-</TR>
-<TR>
-  <TD class="bottom2 right2" width="275" align="right" height="27">
+  </td>
+  <td class="bottom">
+    &nbsp;$content[points_used] {?POINTS?}
+  </td>
+</tr>
+<tr>
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_POINTS_TOTAL--}:&nbsp;
-  </TD>
-  <TD class="bottom2" width="275">
-    &nbsp;$content[points_total] {!POINTS!}
-  </TD>
-</TR>
-<TR>
-  <TD class="sponsor_footer" colspan="2" align="center" height="37">
-    <INPUT type="reset" class="guest_reset" value="{--CLEAR_FORM--}">&nbsp;*
-    <INPUT type="submit" name="ok" class="guest_submit" value="{--SAVE_SETTINGS--}">
-  </TD>
-</TR>
-</TABLE>
-</FORM>
-</DIV>
+  </td>
+  <td class="bottom">
+    &nbsp;$content[points_total] {?POINTS?}
+  </td>
+</tr>
+<tr>
+  <td class="sponsor_footer" colspan="2" align="center" height="37">
+    <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
+    <input type="submit" name="ok" class="guest_submit" value="{--SAVE_SETTINGS--}" />
+  </td>
+</tr>
+</table>
+</form>
+</div>