Referal overview finished and rewritten for refback extension
[mailer.git] / templates / de / html / admin / admin_edit_admins_row.tpl
1 <TR>
2         <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[id]</TD>
3         <TD align="center" class="switch_sw$content[sw] bottom2 right2"><INPUT
4                 type="text" name="login[$content[id]]" class="admin_normal"
5                 value="$content[login]" size="20" maxlength="255"></TD>
6         <TD align="center" class="switch_sw$content[sw] bottom2 right2"><INPUT
7                 type="text" name="email[$content[id]]" class="admin_normal"
8                 value="$content[email]" size="25" maxlength="255"></TD>
9         <TD align="center" class="switch_sw$content[sw] bottom2 right2"><INPUT
10                 type="password" name="pass1[$content[id]]" class="admin_normal"
11                 size="10" maxlength="255">&nbsp;<INPUT type="password"
12                 name="pass2[$content[id]]" class="admin_normal" size="10"
13                 maxlength="255"></TD>
14         <TD align="center" class="switch_sw$content[sw] bottom2"><SELECT
15                 name="mode[$content[id]]" size="1" class="admin_select">
16                 $content[mode]
17         </SELECT></TD>
18         <TD align="center" class="switch_sw$content[sw] bottom2"><SELECT
19                 name="la_mode[$content[id]]" size="1" class="admin_select">
20                 $content[la_mode]
21         </SELECT></TD>
22 </TR>