Code

Updated folder editor widget
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 15 Oct 2010 08:56:18 +0000 (08:56 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 15 Oct 2010 08:56:18 +0000 (08:56 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20055 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/groupware/personal/groupware/FolderWidget/FolderWidget-list.xml

index 9187502da9f5860c530a04102c809485fdc69074..7db68317188a1dc28c58cebfdbe55dfc9f869739 100644 (file)
@@ -8,7 +8,7 @@
     <multiSelect>true</multiSelect>
     <template>../plugins/personal/groupware/FolderWidget/FolderWidget-list.tpl</template>
     <module>users</module>
-    <label>List of mail folders</label>
+    <label>List of groupware folders</label>
     <defaultSortColumn>1</defaultSortColumn>
 
     <objectType>
@@ -25,7 +25,7 @@
   </definition>
 
   <table>
-    <layout>|20px;c|||170px;r|</layout>
+    <layout>|20px;c||170px;r|</layout>
 
     <column>
       <value>%{filter:objectType(dn,objectClass)}</value>
       <label>Name</label>
       <sortAttribute>cn</sortAttribute>
       <sortType>string</sortType>
-      <value>%{filter:link(row,dn,"%s",cn)}</value>
+      <value>%{filter:link(row,cn,"%s",cn)}</value>
       <export>true</export>
     </column>
 
+<!--
     <column>
       <label>Type</label>
       <sortAttribute>folderType</sortAttribute>
@@ -46,7 +47,7 @@
       <value>%{filter:link(row,dn,"%s",folderType)}</value>
       <export>true</export>
     </column>
-
+-->
     <column>
       <label>Actions</label>
       <value>%{filter:actions(dn,row,objectClass)}</value>
       <type>exporter</type>
     </action>
 
-    <action>
-      <type>separator</type>
-    </action>
-
-    <action>
-      <type>copypaste</type>
-    </action>
-
-    <action>
-      <type>snapshot</type>
-    </action>
-
   </actionmenu>
 
-  <actiontriggers snapshot="true" copypaste="true">
-
-    <action>
-      <name>cp</name>
-      <type>copypaste</type>
-    </action>
+  <actiontriggers snapshot="false" copypaste="false">
 
     <action>
       <name>editEntry</name>
       <label>Edit Sudo role</label>
     </action>
 
-    <action>
-      <name>snapshot</name>
-      <type>snapshot</type>
-    </action>
-
     <action>
       <name>remove</name>
       <type>entry</type>