From e72d00ace156526858b1902d48681e3b246d3fe7 Mon Sep 17 00:00:00 2001 From: ceb Date: Sat, 19 Oct 2002 14:33:32 +0000 Subject: [PATCH] update --- login.php | 30 +++- phpgwapi/templates/default/css/submarine.css | 8 + phpgwapi/templates/default/login.xsl | 161 +++++++++++-------- 3 files changed, 123 insertions(+), 76 deletions(-) diff --git a/login.php b/login.php index 1872f789c8..4e0e3478cb 100755 --- a/login.php +++ b/login.php @@ -15,9 +15,10 @@ $phpgw_info = array(); $GLOBALS['phpgw_info']['flags'] = array ( - 'login' => True, - 'currentapp' => 'login', - 'noheader' => True + 'login' => True, + 'currentapp' => 'login', + 'noheader' => True, + 'nodisplay' => True ); if(file_exists('./header.inc.php')) @@ -211,17 +212,27 @@ if ($GLOBALS['phpgw_info']['server']['show_domain_selectbox']) { - $data['login_standard']['domain_select'] = True; reset($phpgw_domain); - unset($domain_select); // For security ... just in case while ($domain = each($phpgw_domain)) { - $domain_select .= '