]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_payments_row.tpl
Continued with ext-blacklist:
[mailer.git] / templates / de / html / admin / admin_edit_payments_row.tpl
1 <tr>
2         <td class="table_header bottom" colspan="2" align="center">
3                 <strong>{--ADMIN_PAYMENT_ID--} $content[id]:</strong>
4         </td>
5 </tr>
6
7 <tr>
8         <td class="{%template,ColorSwitch%}" align="right">{--ADMIN_PAYMENT_TIME--}:</td>
9         <td class="{%template,ColorSwitch%}">
10                 <input type="text" class="form_field" name="time[$content[id]]" value="$content[time]" size="3" maxlength="5" />{--TIME_UNIT_SECOND--}
11         </td>
12 </tr>
13
14 <tr>
15         <td class="{%template,ColorSwitch%}" align="right">{--ADMIN_PAYMENT_PAYMENT--}:</td>
16         <td class="{%template,ColorSwitch%}">
17                 <input type="text" class="form_field" name="payment[$content[id]]" value="$content[payment]" size="5" maxlength="8" />{?POINTS?}
18         </td>
19 </tr>
20
21 <tr>
22         <td class="{%template,ColorSwitch%}" align="right">{--ADMIN_PAYMENT_PRICE--}:</td>
23         <td class="{%template,ColorSwitch%}">
24                 <input type="text" class="form_field" name="price[$content[id]]" value="$content[price]" size="5" maxlength="8" />
25                 <span class="tiny">({?POINTS?})</span>
26         </td>
27 </tr>
28
29 <tr>
30         <td class="{%template,ColorSwitch%} bottom" align="right">{--ADMIN_PAYMENT_TITLE--}:</td>
31         <td class="{%template,ColorSwitch%} bottom">
32                 <input type="text" class="form_field" name="mail_title[$content[id]]" value="$content[mail_title]" size="25" maxlength="255" />
33         </td>
34 </tr>