Code

Updated buttons
[gosa.git] / gosa-core / plugins / admin / groups / group-list.xml
index 6591cd8412ec640369e8b77fcda91a019f4219c4..160f85254eecee911633e156b77356dabb277edb 100644 (file)
       <objectClass>posixGroup</objectClass>
       <category>groups</category>
       <class>group</class>
-      <image>plugins/groups/images/groups.png</image>
+      <image>plugins/groups/images/select_group.png</image>
     </objectType>
 
   </definition>
 
   <table>
-    <layout>|16px||250px|170px;r|</layout>
+    <layout>|20px;c|||120px|150px;r|</layout>
 
     <department>
       <value>%{filter:objectType(dn,objectClass)}</value>
@@ -30,7 +30,7 @@
 
     <department>
       <value>%{filter:departmentLink(row,dn,description)}</value>
-      <span>1</span>
+      <span>2</span>
     </department>
 
     <column>
       <export>true</export>
     </column>
 
+    <column>
+      <label>Properties</label>
+      <value>%{filter:filterProperties(row,objectClass)}</value>
+    </column>
+
     <column>
       <label>Actions</label>
       <value>%{filter:actions(dn,row,objectClass)}</value>
 
     <action>
      <type>sub</type>
-     <image>images/lists/new.png</image>
+     <image>images/lists/element.png[new]</image>
      <label>Create</label>
 
      <action>
       <name>new</name>
       <type>entry</type>
-      <image>plugins/groups/images/new.png</image>
+      <image>plugins/groups/images/select_group.png[new]</image>
       <label>Group</label>
      </action>
     </action>
       <label>Remove</label>
     </action>
 
+    <action>
+      <name>sendMessage</name>
+      <type>entry</type>
+      <depends>DaemonEvent_notify</depends>
+      <image>plugins/goto/images/notify.png</image>
+      <label>Send message</label>
+    </action>
+
     <action>
       <type>exporter</type>
     </action>