* Finish task #71585,#71586,#71587.
This commit is contained in:
@@ -24,13 +24,13 @@
|
||||
</div>
|
||||
<form method='post' class="main-form form-ajax" enctype="multipart/form-data" id='dataform'>
|
||||
<table class='table table-form'>
|
||||
<tr>
|
||||
<tr class="<?php if(isset($project) and !$project->multiple) echo 'hide';?>">
|
||||
<th class='w-100px'><?php echo $lang->testtask->execution;?></th>
|
||||
<td class='w-p35-f'>
|
||||
<?php
|
||||
echo html::select('execution', $executions, $task->execution, "class='form-control chosen' onchange='loadExecutionRelated(this.value)'");
|
||||
echo html::hidden('product', $task->product);
|
||||
?>
|
||||
<?php
|
||||
echo html::select('execution', $executions, $task->execution, "class='form-control chosen' onchange='loadExecutionRelated(this.value)'");
|
||||
echo html::hidden('product', $task->product);
|
||||
?>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user