+ add the feature of file, deadline.

This commit is contained in:
wangchunsheng
2010-02-27 01:28:39 +00:00
parent 2d05da7d57
commit 80a8244fc1
7 changed files with 117 additions and 57 deletions
+4
View File
@@ -55,6 +55,10 @@
<th class='rowhead'><?php echo $lang->task->estimate;?></th>
<td><input type='text' name='estimate' class='text-3' /></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->deadline;?></th>
<td><input type='text' name='deadline' class='text-3' /></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->type;?></th>
<td><?php echo html::select('type', $lang->task->typeList, '', 'class=select-3');?></td>