move formatting to view
This commit is contained in:
@@ -68,15 +68,15 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
|
||||
<tr>
|
||||
<td><h3>Final dates : </h3></td>
|
||||
<td><h4><?php echo $final_estimated_date ?></h4></td>
|
||||
<td><h4><?php echo $final_confirmed_date ?></h4></td>
|
||||
<td><h4><?php echo $final_estimated_date ? date('Y-m-d', $final_estimated_date) : '-' ?></h4></td>
|
||||
<td><h4><?php echo $final_confirmed_date ? date('Y-m-d', $final_confirmed_date) : '-' ?></h4></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="5"><hr></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><h3>Earliest installation date : </h3></td>
|
||||
<td><h4><?php echo $earliest_installation_date ?></h4></td>
|
||||
<td><h4><?php echo $earliest_installation_date ? date('Y-m-d', $earliest_installation_date) : '-' ?></h4></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user