(no commit message)
[mailer.git] / 0.2.1 / templates / de / html / admin / admin_config_email_edit_row.tpl
1 <TR>
2         <TD colspan="2" height="5" class="switch_sw$content[sw] seperator">&nbsp;</TD>
3 </TR>
4 <TR>
5         <TD class="switch_sw$content[sw]" colspan="2" align="center"><STRONG>{--MRECEIVE_ID--}
6         $content[id]:</STRONG> <INPUT type="hidden" name="id[$content[id]]" value="1">
7         </TD>
8 </TR>
9 <TR>
10         <TD colspan="2" height="5" class="switch_sw$content[sw] seperator">&nbsp;</TD>
11 </TR>
12 <TR>
13         <TD class="switch_sw$content[sw]" align="right">{--MREC_VALUE--}:&nbsp;</TD>
14         <TD class="switch_sw$content[sw]"><INPUT type="text"
15                 name="val[$content[id]]" class="admin_normal" value="$content[value]"
16                 size="3" maxlength="5"></TD>
17 </TR>
18 <TR>
19         <TD colspan="2" height="5" class="switch_sw$content[sw] seperator">&nbsp;</TD>
20 </TR>
21 <TR>
22         <TD class="switch_sw$content[sw]" align="right">{--MREC_COMMENT--}:&nbsp;</TD>
23         <TD class="switch_sw$content[sw]"><INPUT type="text"
24                 name="comm[$content[id]]" class="admin_normal"
25                 value="$content[comment]" size="25" maxlength="255"></TD>
26 </TR>
27 <TR>
28         <TD colspan="2" height="5"
29                 class="switch_sw$content[sw] seperator bottom">&nbsp;</TD>
30 </TR>
31 <TR>
32         <TD colspan="2" height="5" class="switch_sw$content[sw] seperator">&nbsp;</TD>
33 </TR>