More HTML rewrites #2
[mailer.git] / templates / de / html / doubler / doubler_index.tpl
index 5d5d565a781c0e61248d9a27542e28f5ad824a90..bf6f67707a61bcf20b8ce350481785a6eabe3fde 100644 (file)
@@ -1,3 +1,4 @@
+<div align="center">
 <table border="0" cellspacing="0" cellpadding="0" class="doubler_table" width="100%">
        <tr>
                <td height="80" align="center">$content[header]</td>
@@ -12,7 +13,7 @@
                <form accept-charset="utf-8" action="{%url=doubler.php?refid=$content[refid]" method="post">
                <table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed">
                        <tr>
-                               <td colspan="2" class="guest_title2 bottom" height="30">
+                               <td colspan="2" class="guest_title2 bottom">
                                        <strong>{?POINTS?}-{--DOUBLER_TITLE--}</strong><br />
                                        <div class="doubler_error">$content[message]</div>
                                </td>
                                <td colspan="2" class="seperator bottom" height="5">&nbsp;</td>
                        </tr>
                        <tr>
-                               <td colspan="2" align="center" class="guest_footer" height="30">
-                               <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
-                               <input type="submit" class="guest_submit" name="ok"
-                                       value="{--DOUBLER_NOW--}" /></td>
+                               <td colspan="2" align="center" class="guest_footer">
+                                       <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
+                                       <input type="submit" class="guest_submit" name="ok" value="{--DOUBLER_NOW--}" />
+                               </td>
                        </tr>
                </table>
                </form>
@@ -92,3 +93,4 @@
                <td height="80" align="center">$content[footer]</td>
        </tr>
 </table>
+</div>