Code

Updated ogroup management to support templates
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Jan 2009 15:18:45 +0000 (15:18 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Jan 2009 15:18:45 +0000 (15:18 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13340 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 048c12c4529557794dad437221205458eeec5e8f..1ce25e12db65a58967c347c0fe865133df59815f 100644 (file)
@@ -527,6 +527,7 @@ class ogroupManagement extends plugin
     $temp= "";
 
     $conv= array(   
+        "Y" => array("plugins/users/images/select_template.png",_("Templates") , "ogroup"),
         "U" => array("plugins/generic/images/head.png"        ,_("User")        , "ogroup"),
         "G" => array("plugins/groups/images/groups.png"       ,_("Group")       , "ogroup"),
         "A" => array("plugins/ogroups/images/application.png" ,_("Application") , "ogroup"),