* fix the error of computeDays() for project.

This commit is contained in:
wangchunsheng
2012-02-21 01:25:07 +00:00
parent 611962dd01
commit bd7580f0fd
3 changed files with 18 additions and 7 deletions
+2 -2
View File
@@ -44,11 +44,11 @@ $(document).ready(function()
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->begin;?></th>
<td><?php echo html::input('begin', '', "class='text-3 date' onchange='computeDays()'");?></td>
<td><?php echo html::input('begin', '', "class='text-3 date' onchange='computeWorkDays()'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->end;?></th>
<td><?php echo html::input('end', '', "class='text-3 date' onchange='computeDays()'");?></td>
<td><?php echo html::input('end', '', "class='text-3 date' onchange='computeWorkDays()'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->days;?></th>