Fix for missing array elements
[mailer.git] / templates / de / html / admin / admin_admins_mails_list.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=admins_mails%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4         <tr>
5                 <td colspan="3" align="center" class="admin_title">
6                         <strong>{--ADMINS_MAILS_TITLE--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td width="30" class="header_column bottom right" align="center">
11                         <strong>{--ID_SELECT--}</strong>
12                 </td>
13                 <td width="235" class="header_column bottom right" align="center">
14                         <strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong>
15                 </td>
16                 <td width="235" class="header_column bottom" align="center">
17                         <strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
18                 </td>
19         </tr>
20         $content
21         <tr>
22                 <td colspan="3" class="admin_footer">
23                         <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
24                         <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_ADMINS_EDIT--}" />
25                 </td>
26         </tr>
27 </table>
28 </form>
29 </div>