Code

Updated management for mimetypes.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 10 Nov 2009 06:53:50 +0000 (06:53 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 10 Nov 2009 06:53:50 +0000 (06:53 +0000)
-We can't edit multiple entries at once.

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

gosa-plugins/goto/admin/mimetypes/class_mimetypeManagement.inc
gosa-plugins/goto/admin/mimetypes/mimetype-list-release.xml
gosa-plugins/goto/admin/mimetypes/mimetype-list.xml

index bff9874151c5bbbf0ff9b9976e1bcfbb3e75633a..4446674e4ccaaeefb3ff9988870aea0da70ce605 100644 (file)
@@ -112,7 +112,6 @@ class mimetypeManagement extends management
 
   function IsReleaseManagementActivated()
   {
-      return(false);
     /* Check if we should enable the release selection */
     $tmp = $this->config->search("faiManagement", "CLASS",array('menu','tabs'));
     if(!empty($tmp)){
index 7be49fc64cdb8b3508ccd2d04fc595bfe2cf26be..a8baa1cc77752249228991d0a9014924212601d9 100644 (file)
       <type>separator</type>
     </action>
 
-    <action>
-      <name>edit</name>
-      <type>entry</type>
-      <image>images/lists/edit.png</image>
-      <label>Edit</label>
-    </action>
-
     <action>
       <name>remove</name>
       <type>entry</type>
index 404dd21a070c84fdb209710c0b79dd7816147660..2ab1779159a275ca1348aa7293d3866031217d25 100644 (file)
       <type>separator</type>
     </action>
 
-    <action>
-      <name>edit</name>
-      <type>entry</type>
-      <image>images/lists/edit.png</image>
-      <label>Edit</label>
-    </action>
-
     <action>
       <name>remove</name>
       <type>entry</type>