perbaikan

parent b6e671f0
...@@ -44,8 +44,6 @@ ...@@ -44,8 +44,6 @@
<th>Pengirim</th> <th>Pengirim</th>
<th>Komentar</th> <th>Komentar</th>
<th>Tanggal</th> <th>Tanggal</th>
<th>Tanggapan</th>
<th>Tanggal Ditanggapi</th>
<th>Opsi</th> <th>Opsi</th>
</tr> </tr>
</thead> </thead>
...@@ -58,8 +56,6 @@ ...@@ -58,8 +56,6 @@
<td class="invert"><?php echo $data['nama_pengirim']; ?></td> <td class="invert"><?php echo $data['nama_pengirim']; ?></td>
<td class="invert"><?php echo $data['komentar']; ?></td> <td class="invert"><?php echo $data['komentar']; ?></td>
<td class="invert"><?php echo $data['tanggal']; ?></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"> <td class="invert">
<div class="rem"> <div class="rem">
<div> <div>
...@@ -79,7 +75,7 @@ ...@@ -79,7 +75,7 @@
} }
else { else {
echo ' 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