* compute task estimate.

This commit is contained in:
zhujinyong
2013-02-25 05:59:38 +00:00
parent b46581f4c1
commit 8a7ba33735
8 changed files with 275 additions and 57 deletions

View File

@@ -43,7 +43,7 @@
<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::select("pri[$i]", (array)$lang->task->priList, $pri, 'class=select-1');?></td>
</tr>
</tr>
<?php endfor;?>
<tr><td colspan='8' class='a-center'><?php echo html::submitButton() . html::resetButton();?></td></tr>
</table>