Code

891c5a49969a20fdd0993e2df5b5e080a91f10f1
[gosa.git] / gosa-core / plugins / addons / configViewer / property-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>property-list.tpl</template>
10     <module>all</module>
11     <label>List of configuration settings</label>
12     <defaultSortColumn>1</defaultSortColumn>
14     <objectType>
15       <label>Property</label>
16       <objectClass>none</objectClass>
17       <category>all</category>
18       <class>all</class>
19       <image>plugins/sudo/images/select_sudo.png</image>
20     </objectType>
22   </definition>
24   <table>
25     <layout>|20px;c|120px||||170px;r|</layout>
27     <column>
28       <value>%{filter:objectType(dn,objectClass)}</value>
29     </column>
31     <column>
32       <label>Group</label>
33       <sortAttribute>group</sortAttribute>
34       <sortType>string</sortType>
35       <value>%{group}</value>
36       <export>true</export>
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     <column>
56       <label>Actions</label>
57       <value>%{filter:actions(dn,row,objectClass)}</value>
58     </column>
60   </table>
62   <actionmenu>
64     <action>
65      <type>sub</type>
66      <image>images/lists/element.png[new]</image>
67      <label>Create</label>
69      <action>
70       <name>new</name>
71       <type>entry</type>
72       <image>plugins/sudo/images/select_sudo.png[new]</image>
73       <label>Role</label>
74      </action>
76      <action>
77       <name>new_default</name>
78       <type>entry</type>
79       <image>plugins/sudo/images/select_sudo.png</image>
80       <label>Default</label>
81      </action>
83     </action>
85     <action>
86       <type>separator</type>
87     </action>
89     <action>
90       <name>remove</name>
91       <type>entry</type>
92       <image>images/lists/trash.png</image>
93       <label>Remove</label>
94     </action>
96     <action>
97       <type>exporter</type>
98     </action>
100     <action>
101       <type>separator</type>
102     </action>
104     <action>
105       <type>copypaste</type>
106     </action>
108     <action>
109       <type>snapshot</type>
110     </action>
112   </actionmenu>
114   <actiontriggers snapshot="true" copypaste="true">
116     <action>
117       <name>cp</name>
118       <type>copypaste</type>
119     </action>
121     <action>
122       <name>edit</name>
123       <type>entry</type>
124       <image>images/lists/edit.png</image>
125       <label>Edit sudo role</label>
126     </action>
128     <action>
129       <name>snapshot</name>
130       <type>snapshot</type>
131     </action>
133     <action>
134       <name>remove</name>
135       <type>entry</type>
136       <image>images/lists/trash.png</image>
137       <acl>sudo/sudo[d]</acl>
138       <label>Remove sudo role</label>
139     </action>
141   </actiontriggers>
143 </list>