* code for task#769

This commit is contained in:
chencongzhi520@gmail.com
2012-04-26 07:50:14 +00:00
parent 146b5934ae
commit a4cfb2b940
13 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ $(function(){
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->estimate;?></th>
<td><?php echo html::input('estimate', '', "class='text-3'");?></td>
<td><?php echo html::input('estimate', '', "class='text-3'") . $lang->task->hour;?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->deadline;?></th>