Code

291235a953d0f80f8c622b0ba6b124eb29587140
[gosa.git] / gosa-plugins / fai / admin / fai / fai-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>true</multiSelect>
9     <template>fai-list.tpl</template>
10     <module>fai</module>
11     <label>List of fai stuff!!!!!</label>
12     <defaultSortColumn>1</defaultSortColumn>
14     <objectType>
15       <label>FAI</label>
16       <objectClass>FAIclass</objectClass>
17       <category>fai</category>
18       <class>fai</class>
19       <image>plugins/fai/images/script.png</image>
20     </objectType>
22   </definition>
24   <table>
25     <layout>|20px;c||250px|170px;r|</layout>
27     <column>
28       <value>%{filter:objectType(dn,objectClass)}</value>
29     </column>
31     <column>
32       <label>Name</label>
33       <sortAttribute>cn</sortAttribute>
34       <sortType>string</sortType>
35       <value>%{filter:link(row,dn,"%s",cn)}</value>
36       <export>true</export>
37     </column>
39     <column>
40       <label>Properties</label>
41       <value>%{filter:filterProperties(row,TYPES)}</value>
42     </column>
44     <column>
45       <label>Actions</label>
46       <value>%{filter:actions(dn,row,objectClass)}</value>
47     </column>
49   </table>
51   <actionmenu>
53     <action>
54      <type>sub</type>
55      <image>images/lists/new.png</image>
56      <label>Create</label>
58      <action>
59       <name>new</name>
60       <type>entry</type>
61       <image>plugins/rolemanagement/images/new.png</image>
62       <label>Role</label>
63      </action>
64     </action>
66     <action>
67       <type>separator</type>
68     </action>
70     <action>
71       <name>edit</name>
72       <type>entry</type>
73       <image>images/lists/edit.png</image>
74       <label>Edit</label>
75     </action>
77     <action>
78       <name>remove</name>
79       <type>entry</type>
80       <image>images/lists/trash.png</image>
81       <label>Remove</label>
82     </action>
84     <action>
85       <type>exporter</type>
86     </action>
88     <action>
89       <type>separator</type>
90     </action>
92     <action>
93       <type>copypaste</type>
94     </action>
96     <action>
97       <type>snapshot</type>
98     </action>
100   </actionmenu>
102   <actiontriggers snapshot="true" copypaste="true">
104     <action>
105       <name>cp</name>
106       <type>copypaste</type>
107     </action>
109     <action>
110       <name>edit</name>
111       <type>entry</type>
112       <image>images/lists/edit.png</image>
113       <label>Edit</label>
114     </action>
116     <action>
117       <name>snapshot</name>
118       <type>snapshot</type>
119     </action>
121     <action>
122       <name>remove</name>
123       <type>entry</type>
124       <image>images/lists/trash.png</image>
125       <label>Remove role</label>
126     </action>
128   </actiontriggers>
130 </list>