Fixes : ps

This commit is contained in:
VE10-Sanjeev 2023-10-09 14:57:51 +05:30
parent 50f0732d46
commit bf63a22a77
2 changed files with 4 additions and 4 deletions

View File

@ -198,8 +198,8 @@ defined('BASEPATH') OR exit('No direct script access allowed');
</tr>
<?php if(isset($section1['landmark']) && $section1['landmark'] !=''){ ?>
<tr style="background-color: white !important;">
<td colspan="3">Landmark</td>
<td class = "tdcenteralign" colspan="7"><?php echo $section1['landmark']; ?></td>
<td colspan="1">Landmark</td>
<td class = "tdcenteralign" colspan="9"><?php echo $section1['landmark']; ?></td>
</tr>
<?php } ?>
<tr>

View File

@ -177,8 +177,8 @@ defined('BASEPATH') OR exit('No direct script access allowed');
</tr>
<?php if(isset($section1['landmark']) && $section1['landmark'] !=''){ ?>
<tr style="background-color: white !important;">
<td colspan="3">Landmark</td>
<td class = "tdcenteralign" colspan="7"><?php echo $section1['landmark']; ?></td>
<td colspan="1">Landmark</td>
<td class = "tdcenteralign" colspan="9"><?php echo $section1['landmark']; ?></td>
</tr>
<?php } ?>
<tr>