Code

Added class selection dialog for FAIprofiles
[gosa.git] / gosa-plugins / fai / admin / fai / classSelect / selectClass-list.xml
1 <?xml version="1.0" encoding="UTF-8"?>
3 <list>
4   <definition>
5     <departmentBrowser>false</departmentBrowser>
6     <departmentRootVisible>false</departmentRootVisible>
7     <baseMode>false</baseMode>
8     <multiSelect>false</multiSelect>
9     <template>../plugins/admin/fai/classSelect/selectClass-list.tpl</template>
10     <module>users</module>
11     <label>Please select the desired entries</label>
12     <defaultSortColumn>1</defaultSortColumn>
14     <objectType>
15       <label>User</label>
16       <objectClass>gosaAccount</objectClass>
17       <category>users</category>
18       <class>user</class>
19       <image>plugins/users/images/select_user.png</image>
20     </objectType>
22     <objectType>
23       <label>Group</label>
24       <objectClass>posixGroup</objectClass>
25       <category>groups</category>
26       <class>group</class>
27       <image>plugins/groups/images/groups.png</image>
28     </objectType>
30   </definition>
32   <table>
33     <layout>|20px;c|220px||</layout>
35     <department>
36       <value>%{filter:objectType(dn,objectClass)}</value>
37     </department>
39     <department>
40       <value>%{filter:departmentLink(row,dn,description)}</value>
41       <span>1</span>
42     </department>
44     <column>
45       <value>%{filter:objectType(dn,objectClass)}</value>
46     </column>
48     <column>
49       <label>Name</label>
50       <sortAttribute>cn</sortAttribute>
51       <sortType>string</sortType>
52       <value>%{cn}</value>
53       <export>true</export>
54     </column>
56     <column>
57       <label>Description</label>
58       <sortAttribute>description</sortAttribute>
59       <sortType>string</sortType>
60       <value>%{description}</value>
61       <export>true</export>
62     </column>
64   </table>
66   <actionmenu>
67   </actionmenu>
69   <actiontriggers snapshot="false" copypaste="false">
70     <action>
71       <name>edit</name>
72       <type>entry</type>
73       <objectclass>gosaAccount</objectclass>
74       <image>images/lists/edit.png</image>
75       <label>Add</label>
76     </action>
77   </actiontriggers>
78 </list>