perbaikan final

parent 28f003b8
...@@ -68,9 +68,9 @@ ...@@ -68,9 +68,9 @@
<td class="col-md-2"> <td class="col-md-2">
<div class="rem"> <div class="rem">
<div> <div>
<a href="editorder.php?id=<?php echo $data['isbn']; ?>"> <!-- <a href="editorder.php?id=<?php echo $data['isbn']; ?>">
<img src="images/edit.png" /> <img src="images/edit.png" />
</a> </a> -->
<a onclick="if(confirm('Apakah Anda yakin ingin menghapus data ini ?')){ location.href='deleteorder_process.php?id=<?php echo $data['isbn']; ?>' }"> <a onclick="if(confirm('Apakah Anda yakin ingin menghapus data ini ?')){ location.href='deleteorder_process.php?id=<?php echo $data['isbn']; ?>' }">
<img src="images/close_1.png" /> <img src="images/close_1.png" />
</a> </a>
......
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