Code

replaced <p> seperator style by <hr >
[gosa.git] / gosa-plugins / goto / addons / goto / events / eventTargetUser-list.xml
1 <?xml version="1.0" encoding="UTF-8"?>
3 <list>
4   <definition>
5     <departmentBrowser>true</departmentBrowser>
6     <departmentRootVisible>false</departmentRootVisible>
7     <baseMode>true</baseMode>
8     <multiSelect>true</multiSelect>
9     <template>../../addons/goto/events/eventTargetUser-list.tpl</template>
10     <module>users</module>
11     <label>List of users</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   </actiontriggers>
71 </list>