From 1d0d355133cb21fdc1edf6db54ac8d2734e22b94 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Sat, 9 Jan 2010 12:46:20 +0000 Subject: [PATCH] remove yellow shade around logon window git-svn-id: http://www.observium.org/svn/observer/trunk@635 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/functions.inc.php | 4 ++-- html/pages/logon.inc | 21 ++++----------------- 2 files changed, 6 insertions(+), 19 deletions(-) diff --git a/html/includes/functions.inc.php b/html/includes/functions.inc.php index 8640f555a..088e0444b 100644 --- a/html/includes/functions.inc.php +++ b/html/includes/functions.inc.php @@ -26,9 +26,9 @@ function generate_port_thumbnail($args) { echo $output; } -function print_optionbar_start ($height = 20) { +function print_optionbar_start ($height = 20, $width = 0) { echo(" -
+
diff --git a/html/pages/logon.inc b/html/pages/logon.inc index 59e7a95dc..020d071ec 100644 --- a/html/pages/logon.inc +++ b/html/pages/logon.inc @@ -1,11 +1,4 @@ -
- - - - - - -
+
@@ -39,16 +32,10 @@ if($auth_message) {
-
- - - - - - -
- '.$config['login_message'].'
'); }