From: cajus Date: Fri, 20 Apr 2007 13:44:32 +0000 (+0000) Subject: Re-added encryption warning X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7678fb8877d52b25b940bfdfb0318bbe4cafd4c2;p=gosa.git Re-added encryption warning git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6163 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/index.php b/html/index.php index 927fadfa4..6d6c48d81 100644 --- a/html/index.php +++ b/html/index.php @@ -46,7 +46,7 @@ function displayLogin() /* Displasy SSL mode warning? */ if ($ssl != "" && $config->data['MAIN']['WARNSSL'] == 'true'){ - $smarty->assign ("ssl", ""._("Warning").": "._("Session will not be encrypted.")." "._("Enter SSL session")."!"); + $smarty->assign ("ssl", _("Warning").": "._("Session is not encrypted!").""); } else { $smarty->assign ("ssl", ""); } diff --git a/ihtml/themes/default/login.tpl b/ihtml/themes/default/login.tpl index adc959286..7c9151d08 100644 --- a/ihtml/themes/default/login.tpl +++ b/ihtml/themes/default/login.tpl @@ -29,7 +29,8 @@
- {t}Please use your username and your password to log into the site administration system.{/t} + {t}Please use your username and your password to log into the site administration system.{/t}
+ {$ssl}
@@ -44,7 +45,6 @@
-
{t}Directory{/t}