Code

Updated ogroups listing.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Jan 2009 15:15:54 +0000 (15:15 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Jan 2009 15:15:54 +0000 (15:15 +0000)
-Display different icon for templates

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13339 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/ogroups/class_ogroup.inc

index 9aeff56552c9c0c10c6fe64e51e05f8474a5b59d..45faac81fe78d25482a7d6ed49eb992db4cd95b5 100644 (file)
@@ -818,6 +818,7 @@ class ogroup extends plugin
   {
     $temp= "";
     $conv= array(  
+        "Y" => "plugins/users/images/select_template.png",
         "U" => "plugins/generic/images/head.png",
         "G" => "plugins/groups/images/groups.png",
         "A" => "plugins/ogroups/images/application.png",
@@ -843,7 +844,9 @@ class ogroup extends plugin
   {
     $type= "I";
 
-    foreach(array(  "U" => "gosaAccount",
+    foreach(array(  
+          "Y" => "gosaUserTemplate",
+          "U" => "gosaAccount",
           "G" => "posixGroup",
           "A" => "gosaApplication",
           "D" => "gosaDepartment",