From 15eabd05912a6e1d3a3c94fa32a24625b63ef77a Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 3 Aug 2006 07:16:34 +0000 Subject: [PATCH] Fixed w3C for login screen git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4372 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/index.php b/html/index.php index f313a6535..0a882dfd1 100644 --- a/html/index.php +++ b/html/index.php @@ -336,13 +336,13 @@ $smarty->assign ("message", $message); /* 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").":<\/b> "._("Session will not be encrypted.")." "._("Enter SSL session")."!"); } else { $smarty->assign ("ssl", ""); } /* 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 before logging in!")); +$smarty->assign ("cookies", ""._("Warning").":<\/b> "._("Your browser has cookies disabled. Please enable cookies and reload this page before logging in!")); /* Generate server list */ -- 2.30.2