final

parent 73174c70
......@@ -51,9 +51,7 @@
<tr>
<th>No.</th>
<th>Judul Buku</th>
<th>Akun</th>
<th>Total Harga</th>
<th>Status</th>
<th>Tanggal Dipesan</th>
<th>Tanggal Dibayar</th>
<th>Opsi</th>
......@@ -65,10 +63,8 @@
?>
<tr class="rem1">
<td class="invert"><?php echo $no++; ?></td>
<td class="invert"><?php echo $data['buku']; ?></td>
<td class="invert"><?php echo $data['username']; ?></td>
<td class="invert"><?php echo $data['buku']; ?></td>
<td class="invert"><?php echo $data['total_harga']; ?></td>
<td class="invert"><?php echo $data['status']; ?></td>
<td class="invert"><?php echo $data['tanggal_dipesan']; ?></td>
<td class="invert"><?php echo $data['tanggal_dibayar']; ?></td>
<td class="col-md-2">
......@@ -93,7 +89,7 @@
}
else {
echo '
<tr><td colspan="12" align="center" style="background-color:#ffffff"> Data pesanan kosong ! </td></tr></table>
<tr><td colspan="6" align="center" style="background-color:#ffffff"> Data pesanan 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