+ add record link in edit.html.php.

This commit is contained in:
zhujinyong
2013-02-27 02:47:26 +00:00
parent 32aad3b862
commit 059e3e8a29
2 changed files with 2 additions and 1 deletions

View File

@@ -109,7 +109,7 @@ userList = "<?php echo join(',', array_keys($users));?>".split(','
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->consumed;?></th>
<td><?php echo $task->consumed;?></td>
<td><?php echo $task->consumed . ' '; common::printIcon('task', 'record', "taskID=$task->id", $task, 'list', '', '', 'iframe', true);?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->left;?></th>