]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_admins.tpl
Profi-Concepts patch integrated and overworked for HTML cleanups
[mailer.git] / templates / de / html / admin / admin_list_admins.tpl
index 82d12a2c08058e2938bedc1c97343903269820f7..bf83baecfbd3e394fcc686ce8cb1defc0f63afe1 100644 (file)
@@ -1,9 +1,10 @@
+<div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=admins_edit%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="640"
-       class="admin_table dashed" align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
                <td colspan="5" align="center" class="admin_title bottom">
-               <strong>{--ADMIN_ADMINS_EDIT_ACCOUNTS--}</strong></td>
+                       <strong>{--ADMIN_ADMINS_EDIT_ACCOUNTS--}</strong>
+               </td>
        </tr>
        <tr>
                <td align="center" class="header_column bottom right" width="20"><strong>{--ID_SELECT--}</strong></td>
        </tr>
        $content
        <tr>
-               <td colspan="5" class="admin_footer"><input
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-               <input type="submit" name="edit" class="admin_submit"
-                       value="{--ADMIN_ADMINS_EDIT--}" /> <input type="submit"
-                       name="del" class="admin_delete" value="{--ADMIN_ADMINS_DELETE--}" />
+               <td colspan="5" class="admin_footer">
+                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_ADMINS_EDIT--}" />
+                       <input type="submit" name="del" class="admin_delete" value="{--ADMIN_ADMINS_DELETE--}" />
                </td>
        </tr>
 </table>
-</form>
\ No newline at end of file
+</form>
+</div>