]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_register2.tpl
Global rewrite of engine:
[mailer.git] / templates / de / html / admin / admin_config_register2.tpl
index 282302f9611b30e20abc5b4bcba9d244d01abd83..0bb9a5b7830da7b8336508862f66103209a59c6e 100644 (file)
@@ -1,84 +1,41 @@
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_register2" method="post">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_register2%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="430">
        <tr>
-               <td class="admin_title bottom seperator" height="30" width="10">&nbsp;</td>
-               <td class="admin_title bottom" colspan="3" align="center">
+               <td class="admin_title bottom" colspan="2" align="center">
                        <strong>{--EDIT_REGFORM_SETTINGS--}</strong>
                </td>
-               <td class="admin_title bottom seperator" width="10">&nbsp;</td>
        </tr>
        <tr>
-               <td colspan="5" height="7" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td width="10" class="seperator">&nbsp;</td>
                <td align="right" width="250">{--LEAST_CATS--}:</td>
-               <td width="10" class="seperator">&nbsp;</td>
                <td align="center" width="150">
                        <input type="text" name="least_cats" class="admin_normal" size="6" maxlength="6" value="{?least_cats?}" />
                </td>
-               <td width="10" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td colspan="5" height="7" class="seperator">&nbsp;</td>
        </tr>
        <tr>
-               <td width="10" class="seperator">&nbsp;</td>
                <td align="right" width="250">{--ADMIN_CFG_REGISTER_DEFAULT--}:</td>
-               <td width="10" class="seperator">&nbsp;</td>
                <td align="center" width="150">$content[register_default]</td>
-               <td width="10" class="seperator">&nbsp;</td>
        </tr>
        <tr>
-               <td colspan="5" height="7" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td width="10" class="seperator">&nbsp;</td>
                <td align="right">{--ADMIN_CFG_REGISTER_DISPLAY_REFID--}:</td>
-               <td width="10" class="seperator">&nbsp;</td>
                <td align="center">$content[display_refid]</td>
-               <td width="10" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td colspan="5" height="7" class="seperator">&nbsp;</td>
        </tr>
        <tr>
-               <td width="10" class="seperator">&nbsp;</td>
                <td align="right">{--IP_TIMEOUT--}:</td>
-               <td width="10" class="seperator">&nbsp;</td>
                <td align="center">$content[ip_timeout]</td>
-               <td width="10" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td colspan="5" height="7" class="seperator">&nbsp;</td>
        </tr>
        <tr>
-               <td width="10" class="seperator">&nbsp;</td>
                <td align="right" width="280">{--REJECT_DOUBLE_EMAIL--}:</td>
-               <td width="10" class="seperator">&nbsp;</td>
                <td align="center">$content[check_double_email]</td>
-               <td width="10" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td colspan="5" height="7" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td align="right" width="280">{--REJECT_DOUBLE_PASS--}:</td>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td align="center">$content[check_double_pass]</td>
-               <td width="10" class="seperator">&nbsp;</td>
        </tr>
        <tr>
-               <td colspan="5" height="7" class="seperator bottom">&nbsp;</td>
+               <td class="bottom" align="right" width="280">{--REJECT_DOUBLE_PASS--}:</td>
+               <td class="bottom" align="center">$content[check_double_pass]</td>
        </tr>
        <tr>
-               <td width="10" class="admin_footer seperator">&nbsp;</td>
-               <td class="admin_footer" colspan="3" align="center">
+               <td class="admin_footer" colspan="2" align="center">
                        <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
                        <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
                </td>
-               <td width="10" class="admin_footer seperator">&nbsp;</td>
        </tr>
 </table>
 </form>