]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_doubler.tpl
table replaced with div
[mailer.git] / templates / de / html / admin / admin_config_doubler.tpl
index d4052a6dc367e9c71f207edf1bf2fc212fdb7611..49ed9624606eba66f99e0fed55a77fc9096c7f89 100644 (file)
@@ -1,7 +1,8 @@
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_doubler" method="post">
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_doubler%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
        <tr>
-               <td colspan="3" align="center" class="admin_title bottom" height="30">
+               <td colspan="3" align="center" class="admin_title bottom">
                        <strong>{--ADMIN_EDIT_DOUBLER_SETTINGS--}</strong>
                </td>
        </tr>
@@ -96,8 +97,8 @@
                <td align="right" height="20">{--ADMIN_DOUBLER_SENT_ALL--}:</td>
                <td class="seperator" width="5">&nbsp;</td>
                <td style="padding-left: 5px">
-                       <input type="radio" name="doubler_sent_all" class="admin_normal" value="Y"$content[sent_all_y] />&nbsp;{--YES--}<br />
-                       <input type="radio" name="doubler_sent_all" class="admin_normal" value="N"$content[sent_all_n] />&nbsp;{--NO--}
+                       <input type="radio" name="doubler_sent_all" class="admin_normal" value="Y"$content[sent_all_y] /> {--YES--}<br />
+                       <input type="radio" name="doubler_sent_all" class="admin_normal" value="N"$content[sent_all_n] /> {--NO--}
                </td>
        </tr>
        <tr>
                <td align="right" height="20">{--ADMIN_DOUBLER_JACKPOT--}:</td>
                <td class="seperator" width="5">&nbsp;</td>
                <td style="padding-left: 5px">
-                       <input type="radio" name="doubler_jackpot" class="admin_normal" value="Y"$content[jackpot_y] />&nbsp;{--YES--}<br />
-                       <input type="radio" name="doubler_jackpot" class="admin_normal" value="N"$content[jackpot_n] />&nbsp;{--NO--}
+                       <input type="radio" name="doubler_jackpot" class="admin_normal" value="Y"$content[jackpot_y] /> {--YES--}<br />
+                       <input type="radio" name="doubler_jackpot" class="admin_normal" value="N"$content[jackpot_n] /> {--NO--}
                </td>
        </tr>
        <tr>
                <td align="right" height="20">{--ADMIN_DOUBLER_OWN--}:</td>
                <td class="seperator" width="5">&nbsp;</td>
                <td style="padding-left: 5px">
-                       <input type="radio" name="doubler_own" class="admin_normal" value="Y"$content[own_y] />&nbsp;{--YES--}<br />
-                       <input type="radio" name="doubler_own" class="admin_normal" value="N"$content[own_n] />&nbsp;{--NO--}
+                       <input type="radio" name="doubler_own" class="admin_normal" value="Y"$content[own_y] /> {--YES--}<br />
+                       <input type="radio" name="doubler_own" class="admin_normal" value="N"$content[own_n] /> {--NO--}
                </td>
        </tr>
        <tr>
                <td colspan="3" class="seperator bottom" height="5">&nbsp;</td>
        </tr>
        <tr>
-               <td align="center" height="30" colspan="3" class="admin_title bottom">
+               <td align="center" colspan="3" class="admin_title bottom">
                        <strong>{--ADMIN_DOUBLER_SEND_MODE--}:</strong>
                </td>
        </tr>
                <td colspan="3" class="seperator bottom" height="5">&nbsp;</td>
        </tr>
        <tr>
-               <td align="center" height="30" colspan="3" class="admin_title bottom">
+               <td align="center" colspan="3" class="admin_title bottom">
                        <strong>{--ADMIN_DOUBLER_DISPLAY_SETTINGS--}:</strong>
                </td>
        </tr>
        </tr>
 </table>
 </form>
+</div>