]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_cats.tpl
Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_config_cats.tpl
index 65cbed9c709e196f083ebf37373bbb40600009c4..4edecb4c8a223db1a00ed14539a63980f942335f 100644 (file)
@@ -1,23 +1,24 @@
 <div align="center">
 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_cats" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td align="center" colspan="4" class="admin_header bottom2"
-                       height="50"><strong>{--EDIT_DEL_CATEGORIES--}</strong></td>
+               <td align="center" colspan="4" class="admin_title bottom2" height="50">
+                       <strong>{--EDIT_DEL_CATEGORIES--}</strong>
+               </td>
        </tr>
        <tr>
-               <td class="admin_title bottom2 right2" width="40" align="center"><strong>{--ID_SELECT--}</strong></td>
-               <td class="admin_title bottom2 right2" align="center"><strong>{--CATNAME--}</strong></td>
-               <td class="admin_title bottom2 right2" width="120" align="center"><strong>{--IS_VISIBLE--}</strong></td>
-               <td class="admin_title bottom2" width="120" align="center"><strong>{--SORTING_KEY--}</strong></td>
+               <td class="header_column bottom2 right2" width="40" align="center"><strong>{--ID_SELECT--}</strong></td>
+               <td class="header_column bottom2 right2" align="center"><strong>{--CATNAME--}</strong></td>
+               <td class="header_column bottom2 right2" width="120" align="center"><strong>{--IS_VISIBLE--}</strong></td>
+               <td class="header_column bottom2" width="120" align="center"><strong>{--SORTING_KEY--}</strong></td>
        </tr>
        $content
        <tr>
-               <td class="admin_footer" colspan="4"><input
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-               <input type="submit" name="edit" class="admin_submit"
-                       value="{--EDIT_CATS--}" /> <input type="submit"
-                       name="del" class="admin_delete" value="{--DEL_CATS--}" /></td>
+               <td class="admin_footer" colspan="4">
+                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" name="edit" class="admin_submit" value="{--EDIT_CATS--}" />
+                       <input type="submit" name="del" class="admin_delete" value="{--DEL_CATS--}" />
+               </td>
        </tr>
 </table>
 </form>