* finish task#1527.

This commit is contained in:
chencongzhi520@gmail.com
2013-07-10 00:57:36 +00:00
parent 2dd095e4e2
commit f25dee3244
6 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
<td><?php echo html::select("type[$i]", $lang->task->typeList, $type, 'class=select-1');?></td>
<td><?php echo html::select("assignedTo[$i]", $members, $member, 'class=select-1');?></td>
<td><?php echo html::input("estimate[$i]", '', 'class=text-1');?></td>
<td><?php echo html::input("desc[$i]", '', "class=text-1");?></td>
<td><?php echo html::textarea("desc[$i]", '', "rows='1' class=text-1");?></td>
<td><?php echo html::select("pri[$i]", (array)$lang->task->priList, $pri, 'class=select-1');?></td>
</tr>
<?php endfor;?>