* 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
@@ -23,10 +23,6 @@
</div>
<form class='form-condensed' method='post' target='hiddenwin'>
<table class='table table-form'>
<tr>
<th><?php echo $lang->testtask->report;?></th>
<td><?php echo html::textarea('report', '', "rows='6' class='form-control'");?></td>
</tr>
<tr>
<th><?php echo $lang->comment;?></th>
<td><?php echo html::textarea('comment', '', "rows='6' class='form-control'");?></td>