* Correct editing a MR and optimize related front style

(some diff func  mixd).
This commit is contained in:
dingguodong
2021-11-10 15:05:10 +08:00
parent 58aef31f15
commit 99b100e7f4
4 changed files with 52 additions and 4 deletions
+3 -3
View File
@@ -52,17 +52,17 @@
<td colspan='1'><?php echo html::textarea('description', '', "rows='3' class='form-control'"); ?></td>
</tr>
<tr>
<th></th>
<th><?php echo $lang->mr->needPassCI; ?></th>
<td colspan='1'>
<div class="checkbox-primary">
<input type="checkbox" name="needPassCI" value="1" id="needPassCI">
<label for="needPassCI"><?php echo $lang->mr->needPassCI; ?></label>
<label for="needPassCI"></label>
</div>
</td>
</tr>
<tr>
<th><?php echo $lang->devops->repo; ?></th>
<td colspan='1'><?php echo html::select('repo', array(''), '', "class='form-control chosen'"); ?></td>
<td colspan='1' class='required'><?php echo html::select('repo', array(''), '', "class='form-control chosen'"); ?></td>
</tr>
<tr>
<th><?php echo $lang->job->common; ?></th>