Code

Reverted Last commits, I've accidentally replaced to much.
[gosa.git] / gosa-plugins / goto / personal / environment / hotplugSelect / selectHotplug-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/personal/environment/hotplugSelect/selectHotplug-list.tpl</template>
10     <label>Please select the desired entries</label>
11     <defaultSortColumn>1</defaultSortColumn>
13     <objectType>
14       <label>Device</label>
15       <objectClass>gotoDevice</objectClass>
16       <category>devices</category>
17       <class>device</class>
18       <image>plugins/goto/images/select_device.png</image>
19     </objectType>
21   </definition>
23   <table>
24     <layout>|20px;c|||</layout>
26     <department>
27       <value>%{filter:objectType(dn,objectClass)}</value>
28     </department>
30     <department>
31       <value>%{filter:departmentLink(row,dn,description)}</value>
32       <span>1</span>
33     </department>
35     <column>
36       <value>%{filter:objectType(dn,objectClass)}</value>
37     </column>
39     <column>
40       <label>Name</label>
41       <sortAttribute>cn</sortAttribute>
42       <sortType>string</sortType>
43       <value>%{cn}</value>
44       <export>true</export>
45     </column>
47     <column>
48       <label>Description</label>
49       <sortAttribute>description</sortAttribute>
50       <sortType>string</sortType>
51       <value>%{description}</value>
52       <export>true</export>
53     </column>
55   </table>
57   <actionmenu>
58   </actionmenu>
60   <actiontriggers snapshot="false" copypaste="false">
61   </actiontriggers>
63 </list>