* improve UI of project/testtask view.

This commit is contained in:
Catouse
2018-09-21 18:19:01 +08:00
parent c7775aff27
commit d3220869b4
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -79,7 +79,7 @@
<div class='small'><span class='text-muted'><?php echo $lang->testtask->allTasks;?></span> <?php echo count($productTasks);?></div>
</td>
<?php endif;?>
<td class="cell-id">
<td class="c-id">
<?php if($canTestReport):?>
<?php echo html::checkbox('taskIdList', array($task->id => sprintf('%03d', $task->id)));?>
<?php else:?>