* Remove needless prompt for required fields.

This commit is contained in:
dingguodong
2021-09-08 14:10:08 +08:00
parent b2e0b0c82b
commit 1dbceea571
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -23,7 +23,7 @@
</tr>
<tr>
<th><?php echo $lang->mr->sourceProject;?></th>
<td class='required'>
<td>
<div class='input-group'>
<?php echo html::select('sourceProject', array(''), '', "class='form-control chosen'");?>
<span class='input-group-addon fix-border'><?php echo $lang->mr->sourceBranch ?></span>
@@ -33,7 +33,7 @@
</tr>
<tr>
<th><?php echo $lang->mr->targetProject;?></th>
<td class='required'>
<td>
<div class='input-group'>
<?php echo html::select('targetProject', array(''), '', "class='form-control chosen'");?>
<span class='input-group-addon fix-border'><?php echo $lang->mr->targetBranch ?></span>
+1 -1
View File
@@ -34,7 +34,7 @@
</tr>
<tr>
<th><?php echo $lang->mr->targetProject;?></th>
<td class='required'>
<td>
<div class='input-group'>
<span class='input-group-addon fix-border'>
<?php echo $this->loadModel('gitlab')->apiGetSingleProject($MR->gitlabID, $MR->targetProject)->name_with_namespace;?>