* Finish task#8201: Add the assignedTo field for the start task page.

This commit is contained in:
hufangzhou
2020-11-03 16:49:03 +08:00
parent 3e591a2d60
commit a6e6f7a8a2
3 changed files with 13 additions and 5 deletions
+8 -1
View File
@@ -39,11 +39,18 @@
</div>
<form method='post' target='hiddenwin' onsubmit='return checkLeft();'>
<table class='table table-form'>
<tr>
<th class='w-90px'><?php echo $lang->task->assignedTo;?></th>
<td class='w-p25-f'>
<?php echo html::select('assignedTo', $members, $this->app->user->account, "class='form-control chosen'");?>
</td>
<td></td>
</tr>
<tr>
<th class='w-90px'><?php echo $lang->task->realStarted;?></th>
<td class='w-p25-f'><div class='datepicker-wrapper datepicker-date'><?php echo html::input('realStarted', $task->realStarted == '0000-00-00' ? helper::today() : $task->realStarted, "class='form-control form-date' data-picker-position='bottom-right'");?></div></td>
<td></td>
</tr>
</tr>
<tr>
<th><?php echo $lang->task->consumed;?></th>
<td>