From: hickert Date: Tue, 10 Jul 2007 07:43:24 +0000 (+0000) Subject: Updated login error focus X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e369b35866e6a2def7d20bf3fa281a9c59004f1f;p=gosa.git Updated login error focus git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6794 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/images/branch_grey.png b/html/images/branch_grey.png new file mode 100644 index 000000000..797e797e7 Binary files /dev/null and b/html/images/branch_grey.png differ diff --git a/html/index.php b/html/index.php index 33ff26197..5a4f2128a 100644 --- a/html/index.php +++ b/html/index.php @@ -382,14 +382,6 @@ if ($error_collector != ""){ $smarty->assign("php_errors", ""); } -/* Set focus to the error button if we've an error message */ -$focus= ""; -if (isset($_SESSION['errors']) && $_SESSION['errors'] != ""){ - $focus= ''; -} -$smarty->assign("focus", $focus); displayLogin(); // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: diff --git a/ihtml/themes/default/login.tpl b/ihtml/themes/default/login.tpl index aab9b08b6..566cc787d 100644 --- a/ihtml/themes/default/login.tpl +++ b/ihtml/themes/default/login.tpl @@ -58,7 +58,6 @@ - {$focus} @@ -87,7 +86,7 @@