*Finish task #45148.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
</tr>
|
||||
<?php $this->printExtendFields($execution, 'table');?>
|
||||
<tr>
|
||||
<th><?php echo $lang->execution->realEndDate;?></th>
|
||||
<th><?php echo $lang->execution->realEnd;?></th>
|
||||
<td>
|
||||
<div class='w-150px'>
|
||||
<?php echo html::input('realEnd',(!empty($execution->realEnd) && $execution->realEnd != '0000-00-00' ? $execution->realEnd : date('Y-m-d')), "class='form-control form-date' required");?>
|
||||
|
||||
@@ -238,13 +238,13 @@
|
||||
<tr>
|
||||
<th><?php echo $lang->execution->begin;?></th>
|
||||
<td><?php echo $execution->begin;?></td>
|
||||
<th><?php echo $lang->execution->realBegan;?></th>
|
||||
<th><?php echo $lang->execution->realBeganAB;?></th>
|
||||
<td><?php echo $execution->realBegan == '0000-00-00' ? '' : $execution->realBegan;?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->execution->end;?></th>
|
||||
<td><?php echo $execution->end;?></td>
|
||||
<th><?php echo $lang->execution->realEnd;?></th>
|
||||
<th><?php echo $lang->execution->realEndAB;?></th>
|
||||
<td><?php echo $execution->realEnd == '0000-00-00' ? '' : $execution->realEnd;?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user