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'].'
'); }