* finish task #1950.

This commit is contained in:
wangyidong
2014-07-29 01:47:42 +00:00
parent 4ae0876ba3
commit f249c8674d
2 changed files with 9 additions and 7 deletions
+4 -7
View File
@@ -40,13 +40,14 @@
common::printIcon('testtask', 'delete', "taskID=$task->id", '', 'button', '', 'hiddenwin');
echo '</div>';
echo "<div class='btn-group'>";
common::printRPN($browseLink);
echo '</div>';
$actionLinks = ob_get_contents();
ob_clean();
echo $actionLinks;
}
echo "<div class='btn-group'>";
common::printRPN($browseLink);
echo '</div>';
?>
</div>
</div>
@@ -98,10 +99,6 @@
<th><?php echo $lang->testtask->status;?></th>
<td><?php echo $lang->testtask->statusList[$task->status];?></td>
</tr>
<tr>
<th><?php echo $lang->testtask->report;?></th>
<td class='content'><?php echo $task->report;?></td>
</tr>
</table>
</fieldset>
</div>