From fea99b2fa6596a09b5cf14d02e5ed7ba777782fa Mon Sep 17 00:00:00 2001 From: laf Date: Sun, 2 Mar 2014 15:36:40 +0000 Subject: [PATCH] Slight change to the layout --- html/pages/inventory.inc.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/html/pages/inventory.inc.php b/html/pages/inventory.inc.php index 4bca5b453..33ebf456a 100644 --- a/html/pages/inventory.inc.php +++ b/html/pages/inventory.inc.php @@ -89,10 +89,7 @@ if (isset($_POST['device']) && is_numeric($_POST['device'])) $param[] = $_POST['device']; } -echo('
'); - echo('
-
-
+ echo('
Inventory
@@ -106,7 +103,4 @@ foreach (dbFetchRows($sql, $param) as $entry) } echo(""); echo('
'); -echo('
'); -echo('
'); -echo('
'); ?>