]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_admins_del.tpl
Global rewrite of engine:
[mailer.git] / templates / de / html / admin / admin_config_admins_del.tpl
index e6581d2617cccf3f81835f8c197b05d33afbd5c7..d25a5edf3232e1b47067eab1592bd3d2f6424b0c 100644 (file)
@@ -1,24 +1,24 @@
 <div align="center">
-<form 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">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_admins%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td colspan="5" align="center" class="admin_title bottom2" height="30">
-               <strong>{--ADMIN_ADMINS_DELETE_ACLS--}:</strong></td>
+               <td colspan="5" align="center" class="admin_title bottom" 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>
+               <td align="center" class="header_column bottom right" width="30"><strong>{--ID_SELECT--}</strong></td>
+               <td align="center" class="header_column bottom right" width="120"><strong>{--ADMINS_AID--}:</strong></td>
+               <td align="center" class="header_column bottom right" width="204"><strong>{--MENU_ACTION--}:</strong></td>
+               <td align="center" class="header_column bottom right" width="204"><strong>{--MENU_WHAT--}:</strong></td>
+               <td align="center" class="header_column bottom" width="120"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
        </tr>
-       {!__ACL_ROWS!}
+       $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>
+               <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>
 </form>