Merge branch 'master' of github.com:easysoft/zentaopms

This commit is contained in:
xia0ta0
2014-03-24 16:38:59 +08:00
33 changed files with 99 additions and 90 deletions
+2 -2
View File
@@ -17,11 +17,11 @@
<table class='table-1'>
<caption><?php echo $testtask->name;?></caption>
<tr>
<td class='rowhead'><?php echo $lang->testtask->report;?></td>
<th class='rowhead'><?php echo $lang->testtask->report;?></th>
<td><?php echo html::textarea('report', '', "rows='6' class='area-1'");?></td>
</tr>
<tr>
<td class='rowhead'><?php echo $lang->comment;?></td>
<th class='rowhead'><?php echo $lang->comment;?></th>
<td><?php echo html::textarea('comment', '', "rows='6' class='area-1'");?></td>
</tr>
<tr>
+1 -1
View File
@@ -17,7 +17,7 @@
<table class='table-1'>
<caption><?php echo $testtask->name;?></caption>
<tr>
<td class='rowhead'><?php echo $lang->comment;?></td>
<th class='rowhead'><?php echo $lang->comment;?></th>
<td><?php echo html::textarea('comment', '', "rows='6' class='area-1'");?></td>
</tr>
<tr>