* finish task #40005.

This commit is contained in:
wangyidong
2021-07-13 09:38:27 +08:00
parent 9267c1e6b1
commit 9d95d960e5
6 changed files with 151 additions and 43 deletions
+6
View File
@@ -25,6 +25,12 @@
</div>
<form class='load-indicator main-form form-ajax' method='post' target='hiddenwin' id='dataform'>
<table class='table table-form'>
<?php if($config->systemMode == 'new'):?>
<tr>
<th class='w-120px'><?php echo $lang->execution->project;?></th>
<td><?php echo html::select('project', $allProjects, $execution->project, "class='form-control chosen' required");?></td><td></td>
</tr>
<?php endif;?>
<tr>
<th class='w-120px'><?php echo $lang->execution->name;?></th>
<td><?php echo html::input('name', $execution->name, "class='form-control' required");?></td><td></td>