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