This commit is contained in:
liyuchun
2021-12-02 15:53:06 +08:00
parent 8e11431865
commit 9c9756bdd8
5 changed files with 1 additions and 12 deletions
-4
View File
@@ -72,10 +72,6 @@
<th><?php echo $lang->mr->assignee;?></th>
<td><?php echo html::select('assignee', $users, '', "class='form-control chosen'");?></td>
</tr>
<tr>
<th></th>
<td><?php echo $lang->mr->usersTips;?></td>
</tr>
<tr>
<td colspan='2' class='text-center form-actions'>
<?php echo html::submitButton();?>