change style
This commit is contained in:
@@ -8,10 +8,13 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||||||
<div>
|
<div>
|
||||||
<table style="width:100%">
|
<table style="width:100%">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Suppliers</th>
|
<th align="left">Suppliers</th>
|
||||||
<th>Estimated date</th>
|
<th align="left">Estimated date</th>
|
||||||
<th>Confirmed date</th>
|
<th align="left">Confirmed date</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="5"><hr></td>
|
||||||
|
<tr>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
foreach($suppliers as $supplier){
|
foreach($suppliers as $supplier){
|
||||||
|
|||||||
Reference in New Issue
Block a user