Code

Moved to new base selector
[gosa.git] / gosa-plugins / systems / admin / systems / systemSelect / selectSystem-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>../plugins/admin/systems/systemSelect/selectSystem-list.tpl</template>
10     <module>server</module>
11     <label>Please select the desired entries</label>
12     <defaultSortColumn>1</defaultSortColumn>
14     <objectType>
15       <label>Server</label>
16       <objectClass>goServer</objectClass>
17       <category>server</category>
18       <class>servgeneric</class>
19       <image>plugins/systems/images/select_server.png</image>
20     </objectType>
22     <objectType>
23       <label>Workstation</label>
24       <objectClass>gotoWorkstation</objectClass>
25       <category>workstation</category>
26       <class>workgeneric</class>
27       <image>plugins/systems/images/select_workstation.png</image>
28     </objectType>
30     <objectType>
31       <label>Terminal</label>
32       <objectClass>gotoTerminal</objectClass>
33       <category>terminal</category>
34       <class>termgeneric</class>
35       <image>plugins/systems/images/select_terminal.png</image>
36     </objectType>
38   </definition>
40   <table>
41     <layout>|20px;c|220px||</layout>
43     <department>
44       <value>%{filter:objectType(dn,objectClass)}</value>
45     </department>
47     <department>
48       <value>%{filter:departmentLink(row,dn,description)}</value>
49       <span>1</span>
50     </department>
52     <column>
53       <value>%{filter:objectType(dn,objectClass)}</value>
54     </column>
56     <column>
57       <label>Name</label>
58       <sortAttribute>cn</sortAttribute>
59       <sortType>string</sortType>
60       <value>%{cn}</value>
61       <export>true</export>
62     </column>
64     <column>
65       <label>Description</label>
66       <sortAttribute>description</sortAttribute>
67       <sortType>string</sortType>
68       <value>%{description}</value>
69       <export>true</export>
70     </column>
72   </table>
74   <actionmenu>
75   </actionmenu>
77   <actiontriggers snapshot="false" copypaste="false">
78   </actiontriggers>
79 </list>