User list templates with lesser empty lines
[mailer.git] / templates / de / html / admin / admin_edit_payments_row.tpl
1 <TR>
2         <TD class="admin_title bottom" colspan="2" align="center" height="20">
3         <STRONG>{--PAYMENT_ID--} $content[id]:</STRONG></TD>
4 </TR>
5 <TR>
6         <TD colspan="2" height="5" class="switch_sw$content[sw] seperator">&nbsp;</TD>
7 </TR>
8 <TR>
9         <TD class="switch_sw$content[sw]" align="right">{--PAY_TIME--}:&nbsp;</TD>
10         <TD class="switch_sw$content[sw]"><INPUT type="text"
11                 name="time[$content[id]]" class="admin_normal" value="$content[time]"
12                 size="3" maxlength="5">{--_SECONDS--}</TD>
13 </TR>
14 <TR>
15         <TD colspan="2" height="5" class="switch_sw$content[sw] seperator">&nbsp;</TD>
16 </TR>
17 <TR>
18         <TD class="switch_sw$content[sw]" align="right">{--PAY_PAYMENT--}:&nbsp;</TD>
19
20         <TD class="switch_sw$content[sw]"><INPUT type="text"
21                 name="pay[$content[id]]" class="admin_normal" value="$content[pay]"
22                 size="5" maxlength="8">{!POINTS!}</TD>
23 </TR>
24 <TR>
25         <TD colspan="2" height="5" class="switch_sw$content[sw] seperator">&nbsp;</TD>
26 </TR>
27 <TR>
28         <TD class="switch_sw$content[sw]" align="right">{--PAY_PRICE--}:&nbsp;</TD>
29         <TD class="switch_sw$content[sw]"><INPUT type="text"
30                 name="price[$content[id]]" class="admin_normal"
31                 value="$content[price]" size="5" maxlength="8">{!POINTS!}</TD>
32 </TR>
33 <TR>
34         <TD colspan="2" height="5" class="switch_sw$content[sw] seperator">&nbsp;</TD>
35 </TR>
36 <TR>
37         <TD class="switch_sw$content[sw]" align="right">{--PAY_TITLE--}:&nbsp;</TD>
38         <TD class="switch_sw$content[sw]"><INPUT type="text"
39                 name="title[$content[id]]" class="admin_normal"
40                 value="$content[title]" size="25" maxlength="255" class="seperator">&nbsp;</TD>
41 </TR>
42 <TR>
43         <TD colspan="2" height="5" class="switch_sw$content[sw] bottom">&nbsp;</TD>
44 </TR>