* Fix bug #23930.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<table class='table table-form'>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th class='w-80px'><?php echo $lang->execution->dateRange;?></th>
|
||||
<th class='c-date'><?php echo $lang->execution->dateRange;?></th>
|
||||
<td colspan='2'>
|
||||
<div class='input-group'>
|
||||
<?php echo html::input('begin', $execution->begin, "class='form-control form-date' onchange='computeWorkDays()' placeholder='" . $lang->execution->begin . "'");?>
|
||||
@@ -43,7 +43,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td class='w-100px'></td>
|
||||
<td class='c-date'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->execution->days;?></th>
|
||||
|
||||
Reference in New Issue
Block a user