Update Colspan Free text menjad 4 baris
This commit is contained in:
parent
ca8955fa4e
commit
9f348e05b8
@ -939,13 +939,14 @@ class PrintResult extends BaseController {
|
||||
}
|
||||
|
||||
// Untuk Mengeluarkan Result
|
||||
if ($item['code_type'] == 5) { //Jika dia adalah Komentar
|
||||
// ubah colspan jadi 4 soalnya kalau Freetext sampelnya kurang ke kanan 1 kolom : haris
|
||||
if ($item['code_type'] == 5) { //Jika dia adalah Komentar
|
||||
$resultTest .= "
|
||||
<tr>
|
||||
<td colspan='1' class=''>
|
||||
".$test."
|
||||
</td>
|
||||
<td colspan='3' class='left-pad ".$color."'>$resflag " . $resvalue . $rescomment ."</td>
|
||||
<td colspan='4' class='left-pad ".$color."'>$resflag " . $resvalue . $rescomment ."</td>
|
||||
<td class='left-pad'>" . $serum_type . "</td>
|
||||
</tr>
|
||||
";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user