From: hickert Date: Mon, 7 Aug 2006 06:51:07 +0000 (+0000) Subject: Fixed additional w3c and acls stuff X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6856edf1b09292b592fade8e70e4a39603ca8890;p=gosa.git Fixed additional w3c and acls stuff git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4409 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/index.php b/html/index.php index 4c8330f8a..9877161c9 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").":<\/b> "._("Session will not be encrypted.")." "._("Enter SSL session")."<\/b>!"); } else { $smarty->assign ("ssl", ""); } diff --git a/include/class_userinfo.inc b/include/class_userinfo.inc index c976a8272..2c5fb932c 100644 --- a/include/class_userinfo.inc +++ b/include/class_userinfo.inc @@ -167,7 +167,7 @@ class userinfo $acl= ""; if (isset($this->ocMapping[$category])){ foreach($this->ocMapping[$category] as $oc){ - $acl.= $this->get_permissions($dn, $oc, ""); + $acl.= $this->get_permissions($dn, $category."/".$oc, ""); } }