]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_cats.tpl
Several template fixes/cleanups, naming convention applied:
[mailer.git] / templates / de / html / admin / admin_edit_cats.tpl
index 15d8a2979d9a5998fca866358ee826ecc61350e2..f02dc4c4aac27df2426b40b16818a3be39b76c2b 100644 (file)
@@ -1,16 +1,18 @@
+<div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_cats&amp;do=edit%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
 <tr>
-       <td align="center" colspan="3" height="30" class="admin_title bottom">
+       <td align="center" colspan="2" class="admin_title bottom">
                <strong>{--EDIT_CATEGORIES--}:</strong>
        </td>
 </tr>
 $content
 <tr>
-       <td align="center" colspan="3" class="admin_footer">
+       <td align="center" colspan="2" class="admin_footer">
                <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
                <input type="submit" name="ok" class="admin_submit" value="{--CHANGE_CATS--}" />
        </td>
 </tr>
 </table>
 </form>
+</div>