Code

Updated table summary
[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/new.png</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</label>
108     </action>
110     <action>
111       <type>exporter</type>
112     </action>
114     <action>
115       <type>separator</type>
116     </action>
118     <action>
119       <type>copypaste</type>
120       <cut>false</cut>
121     </action>
123   </actionmenu>
125   <actiontriggers snapshot="false" copypaste="true">
127     <action>
128       <name>cp</name>
129       <cut>false</cut>
130       <objectclass>FAKE_OC_FAI</objectclass>
131       <type>copypaste</type>
132     </action>
134     <action>
135       <name>edit</name>
136       <type>entry</type>
137       <image>images/lists/edit.png</image>
138       <label>Edit</label>
139     </action>
141     <action>
142       <name>remove</name>
143       <type>entry</type>
144       <objectclass>FAKE_OC_IsBranch</objectclass>
145       <image>images/lists/trash.png</image>
146       <label>Remove</label>
147     </action>
149   </actiontriggers>
151 </list>