From 4b18cfc9543ba85ec4492026be38b5ffe2809c72 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 5 Mar 2008 06:55:57 +0000 Subject: [PATCH] Updated login -Display msg_dialog messages git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9330 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/index.php | 2 +- gosa-core/ihtml/themes/default/login.tpl | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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(); -- 2.30.2