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
|
// Untuk Mengeluarkan Result
|
||||||
|
// ubah colspan jadi 4 soalnya kalau Freetext sampelnya kurang ke kanan 1 kolom : haris
|
||||||
if ($item['code_type'] == 5) { //Jika dia adalah Komentar
|
if ($item['code_type'] == 5) { //Jika dia adalah Komentar
|
||||||
$resultTest .= "
|
$resultTest .= "
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan='1' class=''>
|
<td colspan='1' class=''>
|
||||||
".$test."
|
".$test."
|
||||||
</td>
|
</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>
|
<td class='left-pad'>" . $serum_type . "</td>
|
||||||
</tr>
|
</tr>
|
||||||
";
|
";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user