* Merge code.

This commit is contained in:
Yagami
2021-03-22 13:01:20 +08:00
parent a0aa5d1ef5
commit faec7af4d6
14 changed files with 78 additions and 57 deletions

View File

@@ -15,9 +15,9 @@
<div class='pull-left btn-toolbar'>
<?php echo html::a($this->createLink('execution', 'importTask', "execution=$executionID"), "<span class='text'>{$lang->execution->importTask}</span>", '', "class='btn btn-link btn-active-text'");?>
<div class='input-control input-group space w-150px'>
<?php $executions = array(0 => $lang->execution->allProjects) + $executions;?>
<span class='input-group-addon'><?php echo $lang->execution->selectProject;?></span>
<?php echo html::select('fromexecution', $executions, $fromProject, "onchange='reload($executionID, this.value)' class='form-control chosen'");?>
<?php $executions = array(0 => $lang->execution->allExecutions) + $executions;?>
<span class='input-group-addon'><?php echo $lang->execution->selectExecution;?></span>
<?php echo html::select('fromexecution', $executions, $fromExecution, "onchange='reload($executionID, this.value)' class='form-control chosen'");?>
</div>
</div>
</div>