Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_list_admins.tpl
index 87fa8b51b275baeb21d615cdd27ce89af115e7be..29904432f434da3a4438300e4c19781bf8586793 100644 (file)
@@ -1,26 +1,29 @@
 <div align="center">
 {%form,formMethodPost=modules.php?module=admin&amp;what=admins_edit%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
-       <tr>
-               <td colspan="5" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_ADMINS_EDIT_DELETE_ACCOUNTS_TITLE--}</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="155"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></td>
-               <td align="center" class="header_column bottom right" width="300"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></td>
-               <td align="center" class="header_column bottom right" width="155"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
-               <td align="center" class="header_column bottom" width="160"><strong>{--ADMIN_LA_MODE--}:</strong></td>
-       </tr>
-       $content
-       <tr>
-               <td colspan="5" class="table_footer">
-                       <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
-                       <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
-                       <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
-               </td>
-       </tr>
-</table>
+<tr>
+       <td colspan="5" align="center" class="table_header bottom">
+               {--ADMIN_ADMINS_EDIT_DELETE_ACCOUNTS_TITLE--}
+       </td>
+</tr>
+
+<tr>
+       <td align="center" class="header_column bottom right" width="30">{--ID_SELECT--}</td>
+       <td align="center" class="header_column bottom right" width="155">{--ADMIN_ADMINS_CONTACT--}</td>
+       <td align="center" class="header_column bottom right" width="300">{--ADMIN_ADMINS_EMAIL--}</td>
+       <td align="center" class="header_column bottom right" width="155">{--ADMIN_ADMINS_ACCESS_MODE--}</td>
+       <td align="center" class="header_column bottom" width="160">{--ADMIN_LA_MODE--}:</td>
+</tr>
+
+$content
+
+<tr>
+       <td colspan="5" class="table_footer">
+               <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+               <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
+               <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
+       </td>
+</tr>
+<table>
 {%form_close%}
 </div>