]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_admins.tpl
A lot while() conditions rewritten to SQL_FETCHARRAY(), see bug #107, @TODO tags...
[mailer.git] / templates / de / html / admin / admin_config_admins.tpl
index 46c3c63ede053564091ef296f3677387eb36787b..3cfb28d8a88ccbc06df41cef9ca685b5ff1df70d 100644 (file)
@@ -1,26 +1,27 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_admins"
-       method="post">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="680"
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&amp;what=config_admins" method="post">
+<table border="0" cellspacing="0" cellpadding="0" width="680"
        class="admin_table dashed">
-       <TR>
-               <TD colspan="5" align="center" class="admin_title bottom2" height="30">
-               <STRONG>{--ADMIN_ADMINS_LIST_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" align="center" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
-               <INPUT type="submit" name="edit" class="admin_submit"
-                       value="{--ADMINS_EDIT_ACLS--}">&nbsp;* <INPUT type="submit"
-                       name="del" class="admin_delete" value="{--ADMINS_DEL_ACLS--}">
-               </TD>
-       </TR>
-</TABLE>
-</FORM>
+       <tr>
+               <td colspan="5" align="center" class="admin_title bottom2" height="30">
+               <strong>{--ADMIN_ADMINS_LIST_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
+                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+               <input type="submit" name="edit" class="admin_submit"
+                       value="{--ADMINS_EDIT_ACLS--}" /> <input type="submit"
+                       name="del" class="admin_delete" value="{--ADMINS_DEL_ACLS--}" />
+               </td>
+       </tr>
+</table>
+</form>
+</div>