A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_del_admins.tpl
index 77bccc0c5264779d0c16b49120717682aff94748..d533bcd791e8b3ba89c9c2718227e53edc919fb4 100644 (file)
@@ -1,24 +1,22 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=admins_edit"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
-       class="admin_table dashed" align="center">
-       <TR>
-               <TD colspan="5" align="center" class="admin_title bottom2" height="30">
-               <STRONG>{--ADMIN_ADMINS_DELETE_ACCOUNTS--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD align="center" class="admin_title bottom2 right2" width="20"><STRONG>{--ID_SELECT--}</STRONG></TD>
-               <TD align="center" class="admin_title bottom2 right2" width="160"><STRONG>{--ADMIN_ADMINS_CONTACT--}:</STRONG></TD>
-               <TD align="center" class="admin_title bottom2 right2" width="160"><STRONG>{--ADMIN_ADMINS_EMAIL--}:</STRONG></TD>
-               <TD align="center" class="admin_title bottom2 right2" width="160"><STRONG>{--ADMIN_ADMINS_ACCESS_MODE--}:</STRONG></TD>
-               <TD align="center" class="admin_title bottom2" width="160"><STRONG>{--ADMIN_LA_MODE--}:</STRONG></TD>
-       </TR>
-       {!__ADMINS_ROWS!}
-       <TR>
-               <TD colspan="5" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <INPUT type="submit" name="remove" class="admin_delete"
-                       value="{--ADMIN_ADMINS_DELETE--}" /></TD>
-       </TR>
-</TABLE>
-</FORM>
\ No newline at end of file
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=admins_edit%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center">
+       <tr>
+               <td colspan="5" align="center" class="table_header bottom">
+               <strong>{--ADMIN_ADMINS_DELETE_ACCOUNTS--}</strong></td>
+       </tr>
+       <tr>
+               <td align="center" class="header_column bottom right" width="20"><strong>{--ID_SELECT--}</strong></td>
+               <td align="center" class="header_column bottom right" width="160"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></td>
+               <td align="center" class="header_column bottom right" width="160"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></td>
+               <td align="center" class="header_column bottom right" width="160"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
+               <td align="center" class="header_column bottom" width="160"><strong>{--ADMIN_LA_MODE--}:</strong></td>
+       </tr>
+       $content
+       <tr>
+               <td colspan="5" class="table_footer"><input
+                       type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" name="remove" class="form_delete"
+                       value="{--ADMIN_ADMINS_DELETE--}" /></td>
+       </tr>
+</table>
+</form>
\ No newline at end of file