perbaikan

parent b6e671f0
......@@ -44,8 +44,6 @@
<th>Pengirim</th>
<th>Komentar</th>
<th>Tanggal</th>
<th>Tanggapan</th>
<th>Tanggal Ditanggapi</th>
<th>Opsi</th>
</tr>
</thead>
......@@ -58,8 +56,6 @@
<td class="invert"><?php echo $data['nama_pengirim']; ?></td>
<td class="invert"><?php echo $data['komentar']; ?></td>
<td class="invert"><?php echo $data['tanggal']; ?></td>
<td class="invert"><?php echo $data['tanggapan']; ?></td>
<td class="invert"><?php echo $data['tanggal_tanggapan']; ?></td>
<td class="invert">
<div class="rem">
<div>
......@@ -79,7 +75,7 @@
}
else {
echo '
<tr><td colspan="7" align="center" style="background-color:#ffffff"> Data komentar kosong ! </td></tr></table>
<tr><td colspan="5" align="center" style="background-color:#ffffff"> Data komentar kosong ! </td></tr></table>
';
}
?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment