Switch the 'modify' code of admin/field.php to use templates
[bugdar.git] / templates / userctrl_column.tpl
1 <tr>
2 <td><%- $name %>:</td>
3 <td><input type="text" size="2" maxlength="2" name="columnoptions[<%- $column %>]" value="<%- $columns[$column] %>" /></td>
4 </tr>