Password reset for admin login added (still buggy if cache is installed and sql_patch...
[mailer.git] / templates / de / html / admin / admin_points_edit_row.tpl
1 <TR>
2         <TD colspan="2" align="center" class="bottom2" height="30"><STRONG>{--REF_DEPTHS_ID--}
3         $content[id]:</STRONG></TD>
4 </TR>
5 <TR>
6         <TD colspan="2" height="5" class="switch_sw$content[sw]"></TD>
7 </TR>
8 <TR>
9         <TD class="switch_sw$content[sw]" width="50%" align="right">{--REF_LEVEL--}:&nbsp;</TD>
10         <TD class="switch_sw$content[sw]" align="left" width="50%"><INPUT
11                 type="text" name="lvl[$content[id]]" class="admin_normal"
12                 value="$content[lvl]" size="3" maxlength="5"></TD>
13 </TR>
14 <TR>
15         <TD class="switch_sw$content[sw]" colspan="2" height="5"></TD>
16 </TR>
17 <TR>
18         <TD class="switch_sw$content[sw]" align="right">{--REF_PERCENT--}:&nbsp;</TD>
19         <TD class="switch_sw$content[sw]" align="left"><INPUT type="text"
20                 name="perc[$content[id]]" class="admin_normal" value="$content[per]"
21                 size="3" maxlength="5">%</TD>
22 </TR>
23 <TR>
24         <TD class="switch_sw$content[sw] bottom2 seperator" colspan="2"
25                 height="5">&nbsp;</TD>
26 </TR>