* code for task #48840.

This commit is contained in:
王怡栋
2022-02-15 09:42:47 +08:00
parent a2ce091868
commit 98c6d7b2b1
14 changed files with 57 additions and 13 deletions
+3
View File
@@ -81,6 +81,9 @@
<tr>
<th><?php echo $lang->user->commiter;?></th>
<td><?php echo html::input('commiter', $user->commiter, "class='form-control'");?></td>
<th><?php echo $lang->user->visions;?></th>
<?php $visionList = $this->user->getVisionList();?>
<td><?php echo html::select('visions[]', $visionList, $user->visions, "class='form-control chosen' multiple");?></td>
</tr>
</table>
<table align='center' class='table table-form'>