More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_config_payouts_edit_row.tpl
1 <tr>
2         <td align="center" class="switch_sw$content[sw] bottom2 right2"
3                 height="25">$content[id]<INPUT type="hidden"
4                 name="sel[$content[id]]" value="1"></td>
5         <td align="center" class="switch_sw$content[sw] bottom2 right2"><INPUT
6                 type="text" name="title[$content[id]]" class="admin_normal"
7                 value="$content[title]" size="20" maxlength="255"></td>
8         <td align="center" class="switch_sw$content[sw] bottom2 right2"><INPUT
9                 type="text" name="rate[$content[id]]" class="admin_normal"
10                 value="$content[rate]" size="5" maxlength="10"></td>
11         <td align="center" class="switch_sw$content[sw] bottom2 right2"><INPUT
12                 type="text" name="mpoi[$content[id]]" class="admin_normal"
13                 value="$content[mpoi]" size="5" maxlength="10"></td>
14         <td align="center" class="switch_sw$content[sw] bottom2">
15         $content[allow]</td>
16 </tr>