summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8c04e33)
raw | patch | inline | side by side (parent: 8c04e33)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 10 Nov 2009 06:53:50 +0000 (06:53 +0000) | ||
committer | hickert <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14806 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/gosa-plugins/goto/admin/mimetypes/class_mimetypeManagement.inc b/gosa-plugins/goto/admin/mimetypes/class_mimetypeManagement.inc
index bff9874151c5bbbf0ff9b9976e1bcfbb3e75633a..4446674e4ccaaeefb3ff9988870aea0da70ce605 100644 (file)
function IsReleaseManagementActivated()
{
- return(false);
/* Check if we should enable the release selection */
$tmp = $this->config->search("faiManagement", "CLASS",array('menu','tabs'));
if(!empty($tmp)){
diff --git a/gosa-plugins/goto/admin/mimetypes/mimetype-list-release.xml b/gosa-plugins/goto/admin/mimetypes/mimetype-list-release.xml
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>
diff --git a/gosa-plugins/goto/admin/mimetypes/mimetype-list.xml b/gosa-plugins/goto/admin/mimetypes/mimetype-list.xml
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>