From: hickert Date: Wed, 5 Mar 2008 06:55:57 +0000 (+0000) Subject: Updated login X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4b18cfc9543ba85ec4492026be38b5ffe2809c72;p=gosa.git Updated login -Display msg_dialog messages git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9330 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/index.php b/gosa-core/html/index.php index 347abae1b..35e773c38 100644 --- a/gosa-core/html/index.php +++ b/gosa-core/html/index.php @@ -89,7 +89,7 @@ function displayLogin() } else { $smarty->assign("php_errors", ""); } - + $smarty->assign("msg_dialogs", msg_dialog::get_dialogs()); $smarty->display (get_template_path('headers.tpl')); $smarty->display(get_template_path('login.tpl')); exit(); diff --git a/gosa-core/ihtml/themes/default/login.tpl b/gosa-core/ihtml/themes/default/login.tpl index 0c6beb35f..1c3865f8f 100644 --- a/gosa-core/ihtml/themes/default/login.tpl +++ b/gosa-core/ihtml/themes/default/login.tpl @@ -1,4 +1,5 @@ + {$php_errors}
@@ -19,6 +20,7 @@
+{$msg_dialogs}

@@ -93,5 +95,7 @@ nextfield= "{$nextfield}"; focus_field("{$nextfield}"); --> + +next_msg_dialog();