]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_title.tpl
Major cleanup of old-school HTML-mess...
[mailer.git] / templates / de / html / admin / admin_config_title.tpl
index 351aa32b8f14a1b4d4ef3bd5bf3bee42deb5e303..fb224dd0d072c533161126fc247310ed29b3ade8 100644 (file)
@@ -2,75 +2,47 @@
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_title%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td colspan="3" align="center" class="admin_title bottom">
-               <strong>{--ADMIN_CONFIG_TITLE_SETTINGS--}</strong></td>
-       </tr>
-       <tr>
-               <td colspan="3" class="seperator" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td width="400" align="right">{--ADMIN_TITLE_ENABLE_DECORATIONS--}:</td>
-               <td class="seperator" width="10">&nbsp;</td>
-               <td width="170">$content[enable_title_deco]</td>
+               <td colspan="2" align="center" class="admin_title bottom">
+                       <strong>{--ADMIN_CONFIG_TITLE_SETTINGS--}</strong>
+               </td>
        </tr>
        <tr>
-               <td colspan="3" class="seperator" height="5">&nbsp;</td>
+               <td align="right">{--ADMIN_TITLE_ENABLE_DECORATIONS--}:</td>
+               <td>$content[enable_title_deco]</td>
        </tr>
        <tr>
                <td align="right">{--ADMIN_TITLE_ENABLE_MODULE_TITLE--}:</td>
-               <td class="seperator" width="10">&nbsp;</td>
                <td>$content[enable_mod_title]</td>
        </tr>
        <tr>
-               <td colspan="3" class="seperator" height="5">&nbsp;</td>
+               <td class="bottom" align="right">{--ADMIN_TITLE_ENABLE_WHAT_TITLE--}:</td>
+               <td class="bottom">$content[enable_what_title]</td>
        </tr>
        <tr>
-               <td align="right">{--ADMIN_TITLE_ENABLE_WHAT_TITLE--}:</td>
-               <td class="seperator" width="10">&nbsp;</td>
-               <td>$content[enable_what_title]</td>
-       </tr>
-       <tr>
-               <td colspan="3" class="seperator bottom" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td colspan="3" align="center" class="admin_title bottom">
-               <strong>{--ADMIN_CONFIG_TITLE_DECORATIONS--}</strong></td>
-       </tr>
-       <tr>
-               <td colspan="3" class="seperator" height="5">&nbsp;</td>
+               <td colspan="2" align="center" class="admin_title bottom">
+                       <strong>{--ADMIN_CONFIG_TITLE_DECORATIONS--}</strong>
+               </td>
        </tr>
        <tr>
                <td align="right">{--ADMIN_TITLE_LEFT--}:</td>
-               <td class="seperator" width="10">&nbsp;</td>
                <td>
                        <input type="text" name="title_left" class="admin_normal" value="{?title_left?}" size="4" maxlength="10" />
                </td>
        </tr>
-       <tr>
-               <td colspan="3" class="seperator" height="5">&nbsp;</td>
-       </tr>
        <tr>
                <td align="right">{--ADMIN_TITLE_MIDDLE--}:</td>
-               <td class="seperator" width="10">&nbsp;</td>
                <td>
                        <input type="text" name="title_middle" class="admin_normal" value="{?title_middle?}" size="4" maxlength="10" />
                </td>
        </tr>
        <tr>
-               <td colspan="3" class="seperator" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="right">{--ADMIN_TITLE_RIGHT--}:</td>
-               <td class="seperator" width="10">&nbsp;</td>
-               <td>
+               <td class="bottom" align="right">{--ADMIN_TITLE_RIGHT--}:</td>
+               <td class="bottom">
                        <input type="text" name="title_right" class="admin_normal" value="{?title_right?}" size="4" maxlength="10" />
                </td>
        </tr>
        <tr>
-               <td colspan="3" class="bottom seperator" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td colspan="3" class="admin_footer">
+               <td colspan="2" class="admin_footer">
                        <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
                        <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
                </td>