Code

Updated smarty assignment for index.php
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 May 2010 09:55:02 +0000 (09:55 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 May 2010 09:55:02 +0000 (09:55 +0000)
-In some cases this variable wasn't set.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18682 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/index.php

index 3ce811e3303898a6580dd01b72a07ae63283262c..06fb9d3b7722da008eca5d9f83f16d6efb33892f 100644 (file)
@@ -198,6 +198,9 @@ bindtextdomain($domain, LOCALE_DIR);
 textdomain($domain);
 $smarty->assign ('nextfield', 'username');
 
+/* Translation of cookie-warning. Whether to display it, is determined by JavaScript */
+$smarty->assign ("cookies", _("Your browser has cookies disabled: please enable cookies and reload this page before logging in!"));
+
 if ($_SERVER["REQUEST_METHOD"] != "POST") {
     @DEBUG (DEBUG_TRACE, __LINE__, __FUNCTION__, __FILE__, $lang, "Setting language to");
 }
@@ -423,9 +426,6 @@ if (!isset($message)) {
 
 $smarty->assign ("message", $message);
 
-/* Translation of cookie-warning. Whether to display it, is determined by JavaScript */
-$smarty->assign ("cookies", _("Your browser has cookies disabled: please enable cookies and reload this page before logging in!"));
-
 /* Generate server list */
 $servers= array();
 if (isset($_POST['server'])) {