Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_delete_admins_acls.tpl
index b0a8a5a1d6c381b83c977561490d9fd82a729cfd..cb3d61ecd3c6a91b1dab9099ea5f1f71999f34de 100644 (file)
@@ -1,24 +1,27 @@
 <div align="center">
 {%form,formMethodPost=modules.php?module=admin&amp;what=list_admins_acls%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
-       <tr>
-               <td colspan="5" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_ADMINS_DELETE_ACLS--}:</strong>
-               </td>
-       </tr>
-       <tr>
-               <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>{--ADMIN_ADMINS_LOGIN_ID--}:</strong></td>
-               <td align="center" class="header_column bottom right" width="204"><strong>{--ADMIN_MENU_ACTION--}:</strong></td>
-               <td align="center" class="header_column bottom right" width="204"><strong>{--ADMIN_MENU_WHAT--}:</strong></td>
-               <td align="center" class="header_column bottom" width="120"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
-       </tr>
-       $content
-       <tr>
-               <td colspan="5" class="table_footer">
-                       <input type="submit" name="do_delete" class="form_delete" value="{--ADMIN_ADMINS_REMOVE_ACLS_SUBMIT--}" />
-               </td>
-       </tr>
+<tr>
+       <td colspan="5" align="center" class="table_header bottom">
+               {--ADMIN_ADMINS_DELETE_ACLS--}:
+       </td>
+</tr>
+
+<tr>
+       <td align="center" class="header_column bottom right">{--ID_SELECT--}</td>
+       <td align="center" class="header_column bottom right">{--ADMIN_ADMINS_LOGIN_ID--}</td>
+       <td align="center" class="header_column bottom right">{--ADMIN_MENU_ACTION--}</td>
+       <td align="center" class="header_column bottom right">{--ADMIN_MENU_WHAT--}</td>
+       <td align="center" class="header_column bottom">{--ADMIN_ADMINS_ACCESS_MODE--}</td>
+</tr>
+
+$content
+
+<tr>
+       <td colspan="5" class="table_footer">
+               <input type="submit" name="do_delete" class="form_delete" value="{--ADMIN_ADMINS_REMOVE_ACLS_SUBMIT--}" />
+       </td>
+</tr>
 </table>
 {%form_close%}
 </div>