Typo 'referral'->'referal' fixed, more 'empty version' fixed
[mailer.git] / templates / de / html / admin / admin_edit_admins.tpl
1 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=admins_edit" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" width="680" class="admin_table dashed" align="center">
3         <tr>
4                 <td colspan="6" align="center" class="admin_title bottom2" height="30">
5                 <strong>{--ADMIN_ADMINS_EDIT_ACCOUNTS--}</strong></td>
6         </tr>
7         <tr>
8                 <td align="center" class="admin_title bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></td>
9                 <td align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></td>
10                 <td align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></td>
11                 <td align="center" class="admin_title bottom2 right2" width="240"><strong>{--ADMIN_ADMINS_PASSWORD--}:</strong></td>
12                 <td align="center" class="admin_title bottom2 right2" width="100"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
13                 <td align="center" class="admin_title bottom2" width="100"><strong>{--ADMIN_LA_MODE--}:</strong></td>
14         </tr>
15         $content
16         <tr>
17                 <td colspan="6" class="admin_footer"><input
18                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
19                 <input type="submit" name="change" class="admin_submit"
20                         value="{--ADMIN_ADMINS_EDIT--}" /></td>
21         </tr>
22 </table>
23 </form>
24
25 <div class="admin_note">{--ADMIN_ADMINS_ACL_NOTE--}<br />
26 <br />
27 {--ADMIN_ADMINS_EDIT_NOTE--}</div>