From 0ea0e2ee47a0706e8b99f182ca0bce6b32ecda96 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 23 Mar 2006 08:00:46 +0000 Subject: [PATCH] Fixed cookie error messages git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2901 594d385d-05f5-0310-b6e9-bd551577e9d8 --- TODO | 4 ++-- html/index.php | 2 +- ihtml/themes/default/login.tpl | 28 ++++++++++++++-------------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/TODO b/TODO index c45d9c2ec..f0e46b029 100644 --- a/TODO +++ b/TODO @@ -9,10 +9,10 @@ Target for 2.4.1: * Check virenschleuder/Winstations in Admin->Systems LDAP-Fehler: Cannot modify object class (structural object class modification from 'person' to 'inetOrgPerson' not allowed) -* Add glpi pictures (Monitor/HDD ...) - * Test DNS plugin. Add some more checks +* Check application moving with release management (!) + * Phone account is not removable if the mysql database is not reachable. This is no real problem, but I'd like to see the hint message for it. diff --git a/html/index.php b/html/index.php index c098c7081..d50359b2e 100644 --- a/html/index.php +++ b/html/index.php @@ -240,7 +240,7 @@ if ($ssl != "" && $config->data['MAIN']['WARNSSL'] == 'true'){ } /* Translation of cookie-warning. Whether to display it, is determined by JavaScript */ -$smarty->assign ("cookies", ""._("Warning").": "._("Your Browser has cookies disabled. Please enable cookies and reload this page once, before you log in.")); +$smarty->assign ("cookies", ""._("Warning").": "._("Your browser has cookies disabled. Please enable cookies and reload this page before logging in!")); /* Generate server list */ diff --git a/ihtml/themes/default/login.tpl b/ihtml/themes/default/login.tpl index 26583c420..7c771cb1d 100644 --- a/ihtml/themes/default/login.tpl +++ b/ihtml/themes/default/login.tpl @@ -20,20 +20,6 @@

{$ssl}

- -

- -

- -
@@ -78,6 +64,20 @@

{$message}

+ +

+ +

+ + -- 2.30.2