* finish task #1818.

This commit is contained in:
wyd621
2014-03-11 09:16:50 +00:00
parent db48131ce4
commit a9ec533efd
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
</tr>
<tr>
<td class='rowhead'><?php echo $lang->task->assignedTo;?></td>
<td><?php echo html::select('assignedTo', $users, $task->openedBy, "class='select-3 chosen'");?></td>
<td><?php echo html::select('assignedTo', $members, $task->openedBy, "class='select-3 chosen'");?></td>
</tr>
<tr>
<td class='rowhead'><?php echo $lang->task->finishedDate;?></td>