* Finish task#58578.

This commit is contained in:
leiyong
2022-06-28 09:59:34 +00:00
parent 708f4ed932
commit f888f66bf5
13 changed files with 35 additions and 12 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
<td><?php echo html::input('code', $execution->code, "class='form-control' required");?></td>
</tr>
<tr>
<th><?php echo $lang->execution->dateRange;?></th>
<th id="dateRange"><?php echo $lang->execution->dateRange;?></th>
<td>
<div class='input-group'>
<?php echo html::input('begin', $execution->begin, "class='form-control form-date' onchange='computeWorkDays()' required placeholder='" . $lang->execution->begin . "'");?>