Allow to change state open/closed type

master
Vitaliy Filippov 2014-05-14 15:43:17 +04:00
parent 23dc09d7d9
commit b82218d3fa
1 changed files with 5 additions and 2 deletions

View File

@ -52,8 +52,11 @@
</tr>
[% IF field.name == "bug_status" %]
<tr>
<th align="left"><label for="is_open">Status Type:</label></th>
<td>[% IF value.is_open %]Open[% ELSE %]Closed[% END %]</td>
<th align="left"><label for="is_open">Is open:</label></th>
<td>
<input id="is_open" name="is_open" type="checkbox" value="1"
[%+ 'checked="checked"' IF value.is_open %] />
</td>
</tr>
<tr>
<th align="left"><label for="is_assigned">Is it an assigned state?</label></th>