* Adjust code for testtask.

This commit is contained in:
wangyidong
2021-03-04 16:01:28 +08:00
parent 0dec3a7ffd
commit 59ed6b990e
22 changed files with 279 additions and 277 deletions
+2 -2
View File
@@ -25,10 +25,10 @@
<form method='post' class="main-form form-ajax" enctype="multipart/form-data" id='dataform'>
<table class='table table-form'>
<tr>
<th class='w-80px'><?php echo $lang->testtask->project;?></th>
<th class='w-80px'><?php echo $lang->testtask->execution;?></th>
<td class='w-p35-f'>
<?php
echo html::select('project', $projects, $task->project, "class='form-control chosen' onchange='loadProjectRelated(this.value)'");
echo html::select('execution', $executions, $task->execution, "class='form-control chosen' onchange='loadExecutionRelated(this.value)'");
echo html::hidden('product', $task->product);
?>
</td>