Code

Reenabled release cration
[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>||250px|170px;r|</layout>
27     <column>
28       <label>Name</label>
29       <sortAttribute>cn</sortAttribute>
30       <sortType>string</sortType>
31       <value>%{filter:link(row,dn,"%s",cn)}</value>
32       <export>true</export>
33     </column>
35     <column>
36       <label>Properties</label>
37       <value>%{filter:filterProperties(row,TYPES)}</value>
38     </column>
40     <column>
41       <label>Actions</label>
42       <value>%{filter:actions(dn,row,objectClass)}</value>
43     </column>
45   </table>
47   <actionmenu>
49     <action>
50      <type>sub</type>
51      <image>images/lists/new.png</image>
52      <label>Create</label>
54      <action>
55       <name>new</name>
56       <type>entry</type>
57       <image>plugins/rolemanagement/images/new.png</image>
58       <label>Role</label>
59      </action>
60     </action>
62     <action>
63       <type>separator</type>
64     </action>
66     <action>
67       <name>edit</name>
68       <type>entry</type>
69       <image>images/lists/edit.png</image>
70       <label>Edit</label>
71     </action>
73     <action>
74       <name>remove</name>
75       <type>entry</type>
76       <image>images/lists/trash.png</image>
77       <label>Remove</label>
78     </action>
80     <action>
81       <type>exporter</type>
82     </action>
84     <action>
85       <type>separator</type>
86     </action>
88     <action>
89       <type>copypaste</type>
90     </action>
92     <action>
93       <type>snapshot</type>
94     </action>
96   </actionmenu>
98   <actiontriggers snapshot="true" copypaste="true">
100     <action>
101       <name>cp</name>
102       <type>copypaste</type>
103     </action>
105     <action>
106       <name>edit</name>
107       <type>entry</type>
108       <image>images/lists/edit.png</image>
109       <label>Edit</label>
110     </action>
112     <action>
113       <name>snapshot</name>
114       <type>snapshot</type>
115     </action>
117     <action>
118       <name>remove</name>
119       <type>entry</type>
120       <image>images/lists/trash.png</image>
121       <label>Remove role</label>
122     </action>
124   </actiontriggers>
126 </list>