* Rename estimateStartDate and actualStartDate insead of estStart and realStart.

This commit is contained in:
wangchunsheng
2012-06-22 09:40:18 +00:00
parent 649bda9072
commit bfdc6f934c
7 changed files with 26 additions and 15 deletions
+2 -2
View File
@@ -63,8 +63,8 @@ $(function()
<td><?php echo html::input('estimate', '', "class='text-3'") . $lang->task->hour;?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->estimateStartDate;?></th>
<td><?php echo html::input('estimateStartDate', '', "class='text-3 date'");?></td>
<th class='rowhead'><?php echo $lang->task->estStarted;?></th>
<td><?php echo html::input('estStarted', '', "class='text-3 date'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->deadline;?></th>