All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / templates / de / html / admin / admin_edit_admins.tpl
index 64d3785299d2169f43af25dc22e2d4f95163235d..ff74e95b8de1704af7b6ee8f3c31e123e9b10969 100644 (file)
@@ -1,29 +1,30 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=admins_edit"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="680"
-       class="admin_table dashed" align="center">
-       <TR>
-               <TD colspan="6" align="center" class="admin_title bottom2" height="30">
-               <STRONG>{--ADMIN_ADMINS_EDIT_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="240"><STRONG>{--ADMIN_ADMINS_PASSWORD--}:</STRONG></TD>
-               <TD align="center" class="admin_title bottom2 right2" width="100"><STRONG>{--ADMIN_ADMINS_ACCESS_MODE--}:</STRONG></TD>
-               <TD align="center" class="admin_title bottom2" width="100"><STRONG>{--ADMIN_LA_MODE--}:</STRONG></TD>
-       </TR>
-       {!__ADMINS_ROWS!}
-       <TR>
-               <TD colspan="6" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <INPUT type="submit" name="change" class="admin_submit"
-                       value="{--ADMIN_ADMINS_EDIT--}" /></TD>
-       </TR>
-</TABLE>
-</FORM>
+<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="admin_table dashed" align="center">
+       <tr>
+               <td colspan="6" align="center" class="admin_title bottom" height="30">
+                       <strong>{--ADMIN_ADMINS_EDIT_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="240"><strong>{--ADMIN_ADMINS_PASSWORD--}:</strong></td>
+               <td align="center" class="header_column bottom right" width="100"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
+               <td align="center" class="header_column bottom" width="100"><strong>{--ADMIN_LA_MODE--}:</strong></td>
+       </tr>
+       $content
+       <tr>
+               <td colspan="6" class="admin_footer">
+                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="change" class="admin_submit" value="{--ADMIN_ADMINS_EDIT--}" />
+               </td>
+       </tr>
+</table>
+</form>
 
-<DIV class="admin_note">{--ADMIN_ADMINS_ACL_NOTE--}<BR />
-<BR />
-{--ADMIN_ADMINS_EDIT_NOTE--}</DIV>
+<div class="admin_note">
+       {--ADMIN_ADMINS_ACL_NOTE--}<br />
+       <br />
+       {--ADMIN_ADMINS_EDIT_NOTE--}
+</div>