* fix bugs.

This commit is contained in:
wangyidong
2014-08-26 01:34:27 +00:00
parent 02d5200f98
commit 9a5f14614b
5 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
<table class='table table-form'>
<tr>
<th class='w-80px'><?php echo $lang->task->assignedTo;?></th>
<td class='w-p45'><?php echo html::select('assignedTo', $members, $task->finishedBy, "class='form-control chosen'");?></td><td></td>
<td class='w-p25-f'><?php echo html::select('assignedTo', $members, $task->finishedBy, "class='form-control chosen'");?></td><td></td>
</tr>
<tr>
<th><?php echo $lang->task->left;?></th>