]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/doubler/doubler_index.tpl
Fixes for missing config entries in databases.php :(
[mailer.git] / templates / de / html / doubler / doubler_index.tpl
index 7a66802acf06ef7bd7119b5bd574872a13018c28..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>
                $content[enter_login]<br />
                {--DOUBLER_NOTE_FOR_PASSWORD--}<br />
                <br />
-               <form accept-charset="utf-8" action="{?URL?}/doubler.php?refid=$content[refid]" method="post"
-                       style="margin-bottom: 0px">
+               <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 bottom2" height="30">
+                               <td colspan="2" class="guest_title2 bottom">
                                        <strong>{?POINTS?}-{--DOUBLER_TITLE--}</strong><br />
                                        <div class="doubler_error">$content[message]</div>
                                </td>
                                        class="guest_normal" size="10" maxlength="20"></td>
                        </tr>
                        <tr>
-                               <td colspan="2" class="seperator bottom2" height="5">&nbsp;</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>
                {--DOUBLER_REFERAL_8--} {--DOUBLER_REFERAL_LINK--}<br />
                $content[message]<br />
                {--DOUBLER_NOT_YET_REGISTERED--} <a
-                       href="{?URL?}/ref.php?refid=$content[refid]">{--DOUBLER_REGISTER_NOW--}</a><br />
+                       href="{?URL?}/ref.php?refid=$content[refid]%}">{--DOUBLER_REGISTER_NOW--}</a><br />
                <br />
                {--DOUBLER_YOUR_ADVERTISING_HERE--} <a
-                       href="{?URL?}/modules.php?module=index&amp;what=impressum&amp;refid=$content[refid]">{--DOUBLER_CONTACT_US--}</a><br />
+                       href="{%url=modules.ph?module=index&amp;what=impressum&amp;refid=$content[refid]%}">{--DOUBLER_CONTACT_US--}</a><br />
                <br />
                $content[banner]<br />
                <br />
@@ -93,3 +93,4 @@
                <td height="80" align="center">$content[footer]</td>
        </tr>
 </table>
+</div>