From cd90c2f071b62438663ea87ee2314ac312088da4 Mon Sep 17 00:00:00 2001 From: laf Date: Thu, 3 Jul 2014 20:45:30 +0100 Subject: [PATCH] Updated layout for delete device so it is consistent --- html/pages/delhost.inc.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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 {