template
[mailer.git] / 0.2.1 / templates / de / html / admin / admin_admins_add.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=admins_add"
2         method="POST" style="margin-bottom: 0px">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="480"
4         class="admin_table dashed" align="center">
5         <TR>
6                 <TD colspan="3" align="center" class="admin_title bottom2" height="30">
7                 <STRONG>{--ADMIN_ADMINS_ADD_NEW_ADMIN--}:</STRONG></TD>
8         </TR>
9         <TR>
10                 <TD colspan="3" height="5" class="seperator">&nbsp;</TD>
11         </TR>
12         <TR>
13                 <TD width="235" align="right">{--ADMIN_ADMINS_ENTER_LOGIN--}:</TD>
14                 <TD width="10" class="seperator">&nbsp;</TD>
15                 <TD width="235"><INPUT type="text" name="login"
16                         class="admin_normal" size="10" maxlength="255" value="$_POST[login]"></TD>
17         </TR>
18         <TR>
19                 <TD colspan="3" height="5" class="seperator">&nbsp;</TD>
20         </TR>
21         <TR>
22                 <TD align="right">{--ADMIN_ADMINS_ENTER_EMAIL--}:</TD>
23                 <TD width="10" class="seperator">&nbsp;</TD>
24                 <TD><INPUT type="text" name="email" class="admin_normal"
25                         size="25" maxlength="255" value="$_POST[email]"></TD>
26         </TR>
27         <TR>
28                 <TD colspan="3" height="5" class="seperator">&nbsp;</TD>
29         </TR>
30         <TR>
31                 <TD align="right">{--ADMIN_ADMINS_ENTER_PASS1--}:</TD>
32                 <TD width="10" class="seperator">&nbsp;</TD>
33                 <TD><INPUT type="password" name="pass1" class="admin_normal"
34                         size="10" maxlength="255"></TD>
35         </TR>
36         <TR>
37                 <TD colspan="3" height="5" class="seperator">&nbsp;</TD>
38         </TR>
39         <TR>
40                 <TD align="right">{--ADMIN_ADMINS_ENTER_PASS2--}:</TD>
41                 <TD class="seperator" width="10">&nbsp;</TD>
42                 <TD><INPUT type="password" name="pass2" class="admin_normal"
43                         size="10" maxlength="255"></TD>
44         </TR>
45         <TR>
46                 <TD colspan="3" height="5" class="bottom2 seperator">&nbsp;</TD>
47         </TR>
48         <TR>
49                 <TD colspan="3" align="center" class="admin_footer"><INPUT
50                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
51                         type="submit" name="add" class="admin_submit"
52                         value="{--ADMIN_ADMINS_ADD_ADMIN--}"></TD>
53         </TR>
54 </TABLE>
55 </FORM>