Code

792cb4d28dbd064395582cca0aebb0d186a749ee
[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 deployment classes and products</label>
12     <defaultSortColumn>0</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/element.png[new]</image>
52      <label>Create</label>
54      <action>
55       <name>new_profile</name>
56       <type>entry</type>
57       <image>plugins/fai/images/fai_profile.png</image>
58       <label>Profile</label>
59      </action>
60      <action>
61       <name>new_template</name>
62       <type>entry</type>
63       <image>plugins/fai/images/fai_template.png</image>
64       <label>Template</label>
65      </action>
66      <action>
67       <name>new_script</name>
68       <type>entry</type>
69       <image>plugins/fai/images/fai_script.png</image>
70       <label>Script</label>
71      </action>
72      <action>
73       <name>new_hook</name>
74       <type>entry</type>
75       <image>plugins/fai/images/fai_hook.png</image>
76       <label>Hook</label>
77      </action>
78      <action>
79       <name>new_variable</name>
80       <type>entry</type>
81       <image>plugins/fai/images/fai_variable.png</image>
82       <label>Variable</label>
83      </action>
84      <action>
85       <name>new_package</name>
86       <type>entry</type>
87       <image>plugins/fai/images/fai_packages.png</image>
88       <label>Package list</label>
89      </action>
90      <action>
91       <name>new_partition</name>
92       <type>entry</type>
93       <image>plugins/fai/images/fai_partitionTable.png</image>
94       <label>Partition table</label>
95      </action>
97     </action>
99     <action>
100       <type>separator</type>
101     </action>
103     <action>
104       <name>remove_multiple</name>
105       <type>entry</type>
106       <image>images/lists/trash.png</image>
107       <label>Remove entries</label>
108     </action>
110     <action>
111       <type>separator</type>
112     </action>
114     <action>
115      <name>createBranch</name>
116      <type>entry</type>
117      <image>plugins/fai/images/branch_small.png[new]</image>
118      <label>Create branch</label>
119     </action>
121     <action>
122      <name>createFreeze</name>
123      <type>entry</type>
124      <image>plugins/fai/images/freeze.png[new]</image>
125      <label>Create freeze</label>
126     </action>
128     <action>
129      <name>removeBranch</name>
130      <type>entry</type>
131      <image>images/lists/trash.png</image>
132      <label>Remove release</label>
133     </action>
135     <action>
136       <type>separator</type>
137     </action>
139     <action>
140       <type>exporter</type>
141     </action>
143     <action>
144       <type>separator</type>
145     </action>
147     <action>
148       <type>copypaste</type>
149       <cut>false</cut>
150     </action>
152   </actionmenu>
154   <actiontriggers snapshot="false" copypaste="true">
156     <action>
157       <name>cp</name>
158       <cut>false</cut>
159       <objectclass>FAKE_OC_FAI</objectclass>
160       <type>copypaste</type>
161     </action>
163     <action>
164       <name>edit</name>
165       <type>entry</type>
166       <image>images/lists/edit.png</image>
167       <label>Edit</label>
168     </action>
170     <action>
171       <name>remove</name>
172       <type>entry</type>
173       <objectclass>FAKE_OC_IsBranch</objectclass>
174       <image>images/lists/trash.png</image>
175       <label>Remove</label>
176     </action>
178   </actiontriggers>
180 </list>