8e95de22585465d9c69d6c320f0b13e460cc8b11
[mailer.git] / templates / de / html / admin / admin_config_rallye_edit_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center">
3                 <select name="rallye_id[$content[rallye_id]]" size="1" class="form_select">
4                         $content[rallye_content]
5                 </select>
6         </td>
7         <td class="{%template,ColorSwitch%} bottom right" align="center">
8                 <input type="text" name="level[$content[rallye_id]]" class="form_field" size="5" maxlength="20" value="$content[price_level]" />
9         </td>
10         <td class="{%template,ColorSwitch%} bottom right">
11                 <input type="text" name="points[$content[rallye_id]]" class="form_field" size="8" maxlength="20" value="$content[points]" />
12         </td>
13         <td class="{%template,ColorSwitch%} bottom">
14                 <input type="text" name="infos[$content[rallye_id]]" class="form_field" size="15" maxlength="255" value="$content[info]" />
15         </td>
16 </tr>