* code for task#1782.
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
</td>
|
||||
<td><?php echo html::input("name[$i]", '', 'class=text-1');?></td>
|
||||
<td><?php echo html::select("type[$i]", $lang->task->typeList, $type, 'class=select-1');?></td>
|
||||
<td><?php echo html::select("modules[$i]", $modules, $module, 'class=select-1')?></td>
|
||||
<td><?php echo html::select("module[$i]", $modules, $module, '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::textarea("desc[$i]", '', "rows='1' class=text-1");?></td>
|
||||
|
||||
Reference in New Issue
Block a user