* fix a bug #706.

This commit is contained in:
wangyidong
2015-05-21 13:57:41 +08:00
parent 0345e1a380
commit 1f32ddbce9

View File

@@ -47,7 +47,7 @@
</tr>
<tr>
<th><?php echo $lang->testcase->type;?></th>
<td><?php echo html::select('type', $lang->testcase->typeList, $type, "class='form-control'");?></td>
<td><?php echo html::select('type', $lang->testcase->typeList, $type, "class='form-control chosen'");?></td>
</tr>
<tr>
<th><?php echo $lang->testcase->stage;?></th>