* Finish task#36452.

This commit is contained in:
leiyong
2021-03-10 11:43:05 +08:00
parent c745c2ca19
commit 84689f67e3
16 changed files with 248 additions and 199 deletions
+6
View File
@@ -49,10 +49,16 @@ html,body {height: 100%;}
<th><?php echo $lang->my->productLink;?></th>
<td><?php echo html::select('productLink', $lang->my->productLinkList, $productLink, "class='form-control chosen'");?></td>
</tr>
<?php if($this->config->systemMode == 'new'):?>
<tr>
<th><?php echo $lang->my->projectLink;?></th>
<td><?php echo html::select('projectLink', $lang->my->projectLinkList, $projectLink, "class='form-control chosen'");?></td>
</tr>
<?php endif;?>
<tr>
<th><?php echo $lang->my->executionLink;?></th>
<td><?php echo html::select('executionLink', $lang->my->executionLinkList, $executionLink, "class='form-control chosen'");?></td>
</tr>
<tr>
<td colspan='2' class='text-center form-actions'><?php echo html::submitButton();?></td>
</tr>