summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ee55449)
raw | patch | inline | side by side (parent: ee55449)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 15 Jul 2008 06:53:56 +0000 (06:53 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 15 Jul 2008 06:53:56 +0000 (06:53 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11642 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/personal/environment/main.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/personal/environment/main.inc b/gosa-plugins/goto/personal/environment/main.inc
index b4b5508a5266323d7094bf931c428d8c70eb0212..a7ebfc1adc022af07060a6cf63642051a06e7490 100644 (file)
} else {
$info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/unlocked.png').
"\"> ".$ui->dn." ";
- if(preg_match("/w/",$ui->get_permissions($ui->dn,"users/environment"))){
+ if(preg_match("/r/",$ui->get_permissions($ui->dn,"users/environment"))){
$info.= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/on.png').
"\"> ".msgPool::clickEditToChange();
$display.= "<input type=submit name=\"edit\" value=\"".msgPool::editButton()."\">\n";