e2088c9502b4eb025bff44b87dc4496ce5a7dbda
[mailer.git] / templates / de / html / admin / admin_list_admins.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=admins_edit%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <tr>
5                 <td colspan="5" align="center" class="table_header bottom">
6                         <strong>{--ADMIN_ADMINS_EDIT_ACCOUNTS--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td align="center" class="header_column bottom right" width="20"><strong>{--ID_SELECT--}</strong></td>
11                 <td align="center" class="header_column bottom right" width="160"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></td>
12                 <td align="center" class="header_column bottom right" width="300"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></td>
13                 <td align="center" class="header_column bottom right" width="160"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
14                 <td align="center" class="header_column bottom" width="160"><strong>{--ADMIN_LA_MODE--}:</strong></td>
15         </tr>
16         $content
17         <tr>
18                 <td colspan="5" class="table_footer">
19                         <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
20                         <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ADMINS_EDIT--}" />
21                         <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ADMINS_DELETE--}" />
22                 </td>
23         </tr>
24 </table>
25 </form>
26 </div>