* merge branch zui.

This commit is contained in:
xia0ta0
2014-03-27 16:34:30 +08:00
parent a954e09d53
commit bdb2a4258c
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -17,11 +17,11 @@
<table class='table table-form'>
<caption><?php echo $testtask->name;?></caption>
<tr>
<td><?php echo $lang->testtask->report;?></td>
<th class='rowhead'><?php echo $lang->testtask->report;?></td>
<td><?php echo html::textarea('report', '', "rows='6' class='form-control'");?></td>
</tr>
<tr>
<td><?php echo $lang->comment;?></td>
<th class='rowhead'><?php echo $lang->comment;?></td>
<td><?php echo html::textarea('comment', '', "rows='6' class='form-control'");?></td>
</tr>
<tr>