Even more XHTML fixes #3
[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" height="25">
3                 $content[id]
4                 <input type="hidden" name="sel[$content[id]]" value="1" />
5         </td>
6         <td align="center" class="switch_sw$content[sw] bottom2 right2">
7                 <input type="text" name="title[$content[id]]" class="admin_normal" value="$content[title]" size="20" maxlength="255" />
8         </td>
9         <td align="center" class="switch_sw$content[sw] bottom2 right2">
10                 <input type="text" name="rate[$content[id]]" class="admin_normal" value="$content[rate]" size="5" maxlength="10" />
11         </td>
12         <td align="center" class="switch_sw$content[sw] bottom2 right2">
13                 <input type="text" name="mpoi[$content[id]]" class="admin_normal" value="$content[mpoi]" size="5" maxlength="10" />
14         </td>
15         <td align="center" class="switch_sw$content[sw] bottom2">
16                 $content[allow]
17         </td>
18 </tr>