This commit is contained in:
liumengyi
2022-01-24 14:19:35 +08:00
parent 881367f7bd
commit 1353d674c7
4 changed files with 6 additions and 5 deletions
+4
View File
@@ -181,6 +181,10 @@
</div>
</td>
</tr>
<tr>
<th><?php echo $lang->execution->team;?></th>
<td colspan='2'><?php echo html::select('teamMembers[]', $users, array_keys($teamMembers), "class='form-control chosen' multiple"); ?></td>
</tr>
<tr>
<th><?php echo $lang->execution->desc;?></th>
<td colspan='2'><?php echo html::textarea('desc', htmlSpecialString($execution->desc), "rows='6' class='form-control kindeditor' hidefocus='true'");?></td>