+ add the pri feature.

This commit is contained in:
wangchunsheng
2009-10-27 08:09:01 +00:00
parent f4d3e885cf
commit 1896562213
7 changed files with 37 additions and 13 deletions
+5
View File
@@ -51,6 +51,11 @@
<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->pri;?></th>
<td><?php echo html::select('pri', $lang->task->priList, '', 'class=select-3');?>
</tr>
<tr>
<td colspan='2' class='a-center'><?php echo html::submitButton() . html::resetButton();?></td>
</tr>