final

parent 73174c70
...@@ -51,9 +51,7 @@ ...@@ -51,9 +51,7 @@
<tr> <tr>
<th>No.</th> <th>No.</th>
<th>Judul Buku</th> <th>Judul Buku</th>
<th>Akun</th>
<th>Total Harga</th> <th>Total Harga</th>
<th>Status</th>
<th>Tanggal Dipesan</th> <th>Tanggal Dipesan</th>
<th>Tanggal Dibayar</th> <th>Tanggal Dibayar</th>
<th>Opsi</th> <th>Opsi</th>
...@@ -66,9 +64,7 @@ ...@@ -66,9 +64,7 @@
<tr class="rem1"> <tr class="rem1">
<td class="invert"><?php echo $no++; ?></td> <td class="invert"><?php echo $no++; ?></td>
<td class="invert"><?php echo $data['buku']; ?></td> <td class="invert"><?php echo $data['buku']; ?></td>
<td class="invert"><?php echo $data['username']; ?></td>
<td class="invert"><?php echo $data['total_harga']; ?></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_dipesan']; ?></td>
<td class="invert"><?php echo $data['tanggal_dibayar']; ?></td> <td class="invert"><?php echo $data['tanggal_dibayar']; ?></td>
<td class="col-md-2"> <td class="col-md-2">
...@@ -93,7 +89,7 @@ ...@@ -93,7 +89,7 @@
} }
else { else {
echo ' 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