* code for task #6888.

This commit is contained in:
wangyidong
2020-02-20 15:34:00 +08:00
parent 928147ac91
commit cb6d24b7ff
7 changed files with 56 additions and 54 deletions
+3 -2
View File
@@ -45,7 +45,7 @@
</tr>
<tr>
<th><?php echo $lang->integration->triggerType; ?></th>
<td><?php echo html::select('triggerType', $lang->integration->triggerTypeList, $job->triggerType, "onchange='triggerTypeChanged(this.value)' class='form-control chosen'"); ?></td>
<td><?php echo html::select('triggerType', $lang->integration->triggerTypeList, $job->triggerType, "class='form-control chosen'"); ?></td>
<td colspan="2"></td>
</tr>
<tr class="tag-fields">
@@ -77,7 +77,7 @@
<?php echo html::backButton(); ?>
<?php echo html::hidden('repoType', zget($repoTypes, $job->repo, 'Git'));?>
&nbsp;
<?php echo html::commonButton($lang->integration->execNow, "onclick=execJob($job->id) data-tip-class='tooltip-success'", "btn btn-info exe-job-button");?>
<?php echo html::commonButton($lang->integration->execNow, "onclick=execJob($job->id) data-tip-class='tooltip-success'", "btn btn-info exe-job-button");?>
</td>
</tr>
</table>
@@ -85,4 +85,5 @@
</div>
</div>
</div>
<?php js::set('sendExec', $lang->integration->sendExec);?>
<?php include '../../common/view/footer.html.php';?>