* code for task #73993.

This commit is contained in:
wangyidong
2022-11-01 08:45:15 +08:00
parent b04efbf36c
commit 3a8ef27bec
3 changed files with 18 additions and 3 deletions
+1 -1
View File
@@ -127,7 +127,7 @@
<?php echo html::input('end', '', "class='form-control form-date' onchange='computeWorkDays();' placeholder='" . $lang->project->end . "' required");?>
</div>
</td>
<td id="endList" colspan='2'><?php echo html::radio('delta', $lang->project->endList , '', "onclick='computeEndDate(this.value)'");?></td>
<td id="endList" colspan='2'><?php echo html::radio('delta', $lang->project->endList, '', "onclick='computeEndDate(this.value)'");?></td>
</tr>
<tr id='daysBox'>
<th><?php echo $lang->execution->days;?></th>