* fix the error of computeDays() for project.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user