Referal system refactured (and some parts fixed), wrapper function introduced:
[mailer.git] / templates / de / html / admin / admin_edit_country_row.tpl
1 <tr>
2         <td align="center" class="{%template,ColorSwitch%} bottom right"><strong>$content[id]</strong>
3                 <input type="hidden" name="id[$content[id]]" value="1" />
4         </td>
5         <td align="center" class="{%template,ColorSwitch%} bottom right">
6                 <input type="text" class="form_field" name="code[$content[id]]" size="2" maxelength="2" value="$content[code]" />
7         </td>
8         <td align="center" class="{%template,ColorSwitch%} bottom right">
9                 <input type="text" class="form_field" name="descr[$content[id]]" size="20" maxelength="255" value="$content[descr]" />
10         </td>
11         <td align="center" class="{%template,ColorSwitch%} bottom">
12                 <select name="is_active[$content[id]]" class="form_select" size="1">
13                         {%pipe,generateYesNoOptionList=$content[is_active]%}
14                 </select>
15         </td>
16 </tr>