]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_admins_del.tpl
Fixed... :(
[mailer.git] / templates / de / html / admin / admin_config_admins_del.tpl
index c8343b3d213e809b6ab85afd2ec0c3530b57b153..3abd87c93422b11244e3da7f49ce4fb6e91840cc 100644 (file)
@@ -1,24 +1,25 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_admins"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
+<div align="center">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_admins" method="post">
+<table border="0" cellspacing="0" cellpadding="0" width="99%"
        class="admin_table dashed">
-       <TR>
-               <TD colspan="5" align="center" class="admin_title bottom2" height="30">
-               <strong>{--ADMIN_ADMINS_DELETE_ACLS--}:</strong></TD>
-       </TR>
-       <TR>
-               <TD align="center" class="admin_title bottom2 right2" width="30"><strong>{--ID_SELECT--}</strong></TD>
-               <TD align="center" class="admin_title bottom2 right2" width="120"><strong>{--ADMINS_AID--}:</strong></TD>
-               <TD align="center" class="admin_title bottom2 right2" width="204"><strong>{--MENU_ACTION--}:</strong></TD>
-               <TD align="center" class="admin_title bottom2 right2" width="204"><strong>{--MENU_WHAT--}:</strong></TD>
-               <TD align="center" class="admin_title bottom2" width="120"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></TD>
-       </TR>
-       {!__ACL_ROWS!}
-       <TR>
-               <TD colspan="5" class="admin_footer"><INPUT
+       <tr>
+               <td colspan="5" align="center" class="admin_title bottom2" height="30">
+               <strong>{--ADMIN_ADMINS_DELETE_ACLS--}:</strong></td>
+       </tr>
+       <tr>
+               <td align="center" class="admin_title bottom2 right2" width="30"><strong>{--ID_SELECT--}</strong></td>
+               <td align="center" class="admin_title bottom2 right2" width="120"><strong>{--ADMINS_AID--}:</strong></td>
+               <td align="center" class="admin_title bottom2 right2" width="204"><strong>{--MENU_ACTION--}:</strong></td>
+               <td align="center" class="admin_title bottom2 right2" width="204"><strong>{--MENU_WHAT--}:</strong></td>
+               <td align="center" class="admin_title bottom2" width="120"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
+       </tr>
+       $content
+       <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="{--ADMINS_REMOVE_ACLS--}" /></TD>
-       </TR>
-</TABLE>
+               <input type="submit" name="remove" class="admin_delete"
+                       value="{--ADMINS_REMOVE_ACLS--}" /></td>
+       </tr>
+</table>
 </form>
+</div>