alignment fixes : ps
This commit is contained in:
parent
ea5bb6ed51
commit
879b78c096
@ -294,7 +294,14 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
<th class="thlargefont" colspan="8">Borrower`s Details</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="1">Borrower<br> Type</th><th colspan="1">Name</th><th colspan="1">Entity Type</th><th colspan="1">Designation</th><th colspan="1">Relation</th><th colspan="1">Realtion to</th><th colspan="1">Age/<br>Business vintage</th><th colspan="1">Borrower's vintage in<br>the business(Yrs)</th>
|
||||
<th colspan="1">Borrower<br> Type</th>
|
||||
<th colspan="1">Name</th>
|
||||
<th colspan="1">Entity<br> Type</th>
|
||||
<th colspan="1">Designation</th>
|
||||
<th colspan="1">Relation</th>
|
||||
<th colspan="1">Realtion<br> to</th>
|
||||
<th colspan="1">Age/<br>Business vintage</th>
|
||||
<th colspan="1">Borrower's<br>vintage<br>in the<br>business<br>(Yrs)</th>
|
||||
</tr>
|
||||
<?php
|
||||
foreach ($pd_section_data[1]['borrower_details'] as $key1 => $value1)
|
||||
@ -1290,7 +1297,7 @@ Business run by the applicant</td><td colspan="4"><?php echo $pd_section_data[1
|
||||
// echo '<td class="tdcenteralign" colspan="4">'.( ucfirst($pd_section_data[13]['estimated_uom']) ) .'</td></tr>';
|
||||
// }
|
||||
}
|
||||
echo '<tr><td colspan="5" >Remarks</td><td class = "tdcenteralign" colspan="12">'.$pd_section_data[9]['common_remarks'].'</td></tr>';
|
||||
echo '<tr><td colspan="3" >Remarks</td><td class = "tdcenteralign" colspan="5">'.$pd_section_data[9]['common_remarks'].'</td></tr>';
|
||||
}
|
||||
else//if no count
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user