Commit 23706e84 by Mei Romauli Sagala

edit

parent dd8d5e0f
...@@ -69,10 +69,10 @@ $start = ($page - 1) * $per_hal; ...@@ -69,10 +69,10 @@ $start = ($page - 1) * $per_hal;
?> ?>
</td> </td>
<td> <td>
<a href="edit.php?id=<?php echo $b['id_menu']; ?>" class="btn btn-info"><span class="glyphicon glyphicon-edit"></span></a> <a href="edit.php?id=<?php echo $b['id_menu']; ?>" class="btn btn-info"><span class="glyphicon glyphicon-edit">edit</span></a>
<a onclick="if (confirm('Apakah anda yakin ingin menghapus data ini ??')) { <a onclick="if (confirm('Apakah anda yakin ingin menghapus data ini ??')) {
location.href = 'delete.php?id=<?php echo $b['id_menu']; ?>' location.href = 'delete.php?id=<?php echo $b['id_menu']; ?>'
}" class="btn btn-danger"><span class="glyphicon glyphicon-remove"></span></a> }" class="btn btn-danger"><span class="glyphicon glyphicon-remove">hapus</span></a>
</td> </td>
</tr> </tr>
<?php <?php
......
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