diff --git a/html/pages/delhost.inc.php b/html/pages/delhost.inc.php index 669daea7f4..93878b3a39 100644 --- a/html/pages/delhost.inc.php +++ b/html/pages/delhost.inc.php @@ -13,6 +13,10 @@ $pagetitle[] = "Delete device"; if (is_numeric($_REQUEST['id'])) { + echo(' +
+
+'); if ($_REQUEST['confirm']) { print_message(delete_device(mres($_REQUEST['id']))); @@ -35,6 +39,10 @@ if (is_numeric($_REQUEST['id'])) +
+'); } else {