* merge owner and pri, begin and end as one row in edit view file of testtask module.

This commit is contained in:
chenfeiCF
2017-03-17 15:01:26 +08:00
parent dc652650b5
commit 7f5b9a3834
4 changed files with 29 additions and 23 deletions
-4
View File
@@ -60,10 +60,6 @@
<legend><?php echo $lang->testtask->legendDesc;?></legend>
<div class='article-content'><?php echo $task->desc;?></div>
</fieldset>
<fieldset>
<legend><?php echo $lang->testtask->legendReport;?></legend>
<div class='article-content'><?php echo $task->report;?></div>
</fieldset>
<?php include '../../common/view/action.html.php';?>
<div class='actions'><?php echo $actionLinks;?></div>
</div>