]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_extensions_edit.tpl
Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_extensions_edit.tpl
index 3188411e08e3266fcc7e80d1aebbf474fb576e26..f57d22aff905fd7812a527f512ff3ecf808f22f0 100644 (file)
@@ -1,22 +1,24 @@
+<div align="center">
 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=extensions" method="post" style="margin-bottom: 0px">
 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=extensions" method="post" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" width="370"
-       align="center" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
        <tr>
-               <td colspan="4" align="center" class="admin_title" height="30"><strong>{--ADMIN_EDIT_EXTENSIONS--}:</strong>
+               <td colspan="4" align="center" class="admin_title" height="30">
+                       <strong>{--ADMIN_EDIT_EXTENSIONS--}:</strong>
                </td>
        </tr>
        <tr>
                </td>
        </tr>
        <tr>
-               <td align="center" class="admin_title bottom2 right2" width="30"><strong>{--ID_SELECT--}</strong></td>
-               <td align="center" class="admin_title bottom2 right2" width="180"><strong>{--ADMIN_EXT_NAME--}</strong></td>
-               <td align="center" class="admin_title bottom2 right2" width="80"><strong>{--ADMIN_EXT_CSSFILE--}</strong></td>
-               <td align="center" class="admin_title bottom2 right2" width="80"><strong>{--ADMIN_EXT_ACTIVE--}</strong></td>
+               <td align="center" class="header_column bottom2 right2" width="30"><strong>{--ID_SELECT--}</strong></td>
+               <td align="center" class="header_column bottom2 right2" width="180"><strong>{--ADMIN_EXT_NAME--}</strong></td>
+               <td align="center" class="header_column bottom2 right2" width="80"><strong>{--ADMIN_EXT_CSSFILE--}</strong></td>
+               <td align="center" class="header_column bottom2 right2" width="80"><strong>{--ADMIN_EXT_ACTIVE--}</strong></td>
        </tr>
        $content
        <tr>
        </tr>
        $content
        <tr>
-               <td colspan="4" class="admin_footer"><input
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <input type="submit" name="modify" class="admin_submit"
-                       value="{--SAVE_SETTINGS--}" /></td>
+               <td colspan="4" class="admin_footer">
+                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="modify" class="admin_submit" value="{--SAVE_SETTINGS--}" />
+               </td>
        </tr>
 </table>
 </form>
        </tr>
 </table>
 </form>
+</div>