* Fix bug#14927 and Finish task#42423,42420,42419

This commit is contained in:
zenggang
2021-09-08 13:52:53 +08:00
parent aecf12e083
commit d3ffc97d41
11 changed files with 31 additions and 21 deletions
+1 -1
View File
@@ -87,7 +87,7 @@
<th><?php echo $lang->project->dateRange;?></th>
<td>
<div class='input-group'>
<?php echo html::input('begin', date('Y-m-d'), "class='form-control form-date' placeholder='" . $lang->project->begin . "' required");?>
<?php echo html::input('begin', date('Y-m-d'), "class='form-control form-date' onchange='computeWorkDays();' placeholder='" . $lang->project->begin . "' required");?>
<span class='input-group-addon'><?php echo $lang->project->to;?></span>
<?php echo html::input('end', '', "class='form-control form-date' placeholder='" . $lang->project->end . "' required");?>
</div>