Update the delete link.

This commit is contained in:
Mark Crane
2013-04-09 22:51:36 +00:00
parent 663e0e0db4
commit 79643a3b81

View File

@@ -121,7 +121,7 @@ if ($result_count > 0) { //no results
echo " <a href='device_edit.php?id=".$row['device_uuid']."' alt='edit'>$v_link_label_edit</a>\n";
}
if (permission_exists('device_delete')) {
echo " <a href='hardware_device_delete.php?id=".$row['device_uuid']."' alt='delete' onclick=\"return confirm('Do you really want to delete this?')\">$v_link_label_delete</a>\n";
echo " <a href='device_delete.php?id=".$row['device_uuid']."' alt='delete' onclick=\"return confirm('Do you really want to delete this?')\">$v_link_label_delete</a>\n";
}
echo " </td>\n";
echo "</tr>\n";