(no commit message)
[mailer.git] / 0.2.1 / templates / de / html / admin / admin_edit_payments_row.tpl
1 <TR>\r
2   <TD class="admin_title bottom" colspan="2" align="center" height="20">\r
3     <STRONG>{--PAYMENT_ID--} $content[id]:</STRONG>\r
4   </TD>\r
5 </TR>\r
6 <TR><TD colspan="2" height="5" class="switch_sw$content[sw] seperator">&nbsp;</TD></TR>\r
7 <TR>\r
8   <TD class="switch_sw$content[sw]" align="right">{--PAY_TIME--}:&nbsp;</TD>\r
9   <TD class="switch_sw$content[sw]"><INPUT type="text" name="time[$content[id]]" class="admin_normal" value="$content[time]" size="3" maxlength="5">{--SECS--}</TD>\r
10 </TR>\r
11 <TR><TD colspan="2" height="5" class="switch_sw$content[sw] seperator">&nbsp;</TD></TR>\r
12 <TR>\r
13   <TD class="switch_sw$content[sw]" align="right">{--PAY_PAYMENT--}:&nbsp;</TD>\r
14 \r
15   <TD class="switch_sw$content[sw]"><INPUT type="text" name="pay[$content[id]]" class="admin_normal" value="$content[pay]" size="5" maxlength="8">{!POINTS!}</TD>\r
16 </TR>\r
17 <TR><TD colspan="2" height="5" class="switch_sw$content[sw] seperator">&nbsp;</TD></TR>\r
18 <TR>\r
19   <TD class="switch_sw$content[sw]" align="right">{--PAY_PRICE--}:&nbsp;</TD>\r
20   <TD class="switch_sw$content[sw]"><INPUT type="text" name="price[$content[id]]" class="admin_normal" value="$content[price]" size="5" maxlength="8">{!POINTS!}</TD>\r
21 </TR>\r
22 <TR><TD colspan="2" height="5" class="switch_sw$content[sw] seperator">&nbsp;</TD></TR>\r
23 <TR>\r
24   <TD class="switch_sw$content[sw]" align="right">{--PAY_TITLE--}:&nbsp;</TD>\r
25   <TD class="switch_sw$content[sw]"><INPUT type="text" name="title[$content[id]]" class="admin_normal" value="$content[title]" size="25" maxlength="255" class="seperator">&nbsp;</TD>\r
26 </TR>\r
27 <TR><TD colspan="2" height="5" class="switch_sw$content[sw] bottom">&nbsp;</TD></TR>\r