* code for task#973.

This commit is contained in:
zhujinyong
2012-12-12 03:24:41 +00:00
parent c7b06ce453
commit b993ad7ac1
5 changed files with 26 additions and 0 deletions
+4
View File
@@ -30,6 +30,10 @@
<th class='rowhead'><?php echo $lang->testtask->owner;?></th>
<td><?php echo $users[$task->owner];?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->testtask->pri;?></th>
<td><?php echo $task->pri;?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->testtask->begin;?></th>
<td><?php echo $task->begin;?></td>