summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8ad8d60)
raw | patch | inline | side by side (parent: 8ad8d60)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sat, 8 May 2010 12:06:41 +0000 (12:06 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sat, 8 May 2010 12:06:41 +0000 (12:06 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18186 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/addons/configViewer/property-filter.xml | patch | blob | history |
diff --git a/gosa-core/plugins/addons/configViewer/property-filter.xml b/gosa-core/plugins/addons/configViewer/property-filter.xml
index c91313858bff3fb17a318a3747fd7debc33f500e..5f7dec15940aa579d996754a88c6fe4ad8e5d467 100644 (file)
<search>
<tag>default</tag>
- <label>Show effective properties</label>
+ <label>Effective properties</label>
<query>
<backend>CONFIGPROPERTIES</backend>
<filter>status=(ldap|file|modified|removed)§cn=$</filter>
</search>
<search>
- <tag>ldap</tag>
- <label>Show LDAP properties</label>
+ <tag>modified</tag>
+ <label>Modified properties</label>
<query>
<backend>CONFIGPROPERTIES</backend>
- <filter>status=(ldap|modified|removed)§cn=$</filter>
+ <filter>status=(modified|removed)§cn=$</filter>
</query>
<autocomplete>
<attribute>status</attribute>
</search>
<search>
- <tag>modified</tag>
- <label>Show modified properties</label>
+ <tag>all</tag>
+ <label>All properties</label>
<query>
<backend>CONFIGPROPERTIES</backend>
- <filter>status=(modified|removed)§cn=$</filter>
+ <filter>cn=$</filter>
</query>
<autocomplete>
<attribute>status</attribute>
</search>
<search>
- <tag>all</tag>
- <label>All properties</label>
+ <tag>ldap</tag>
+ <label>LDAP properties</label>
<query>
<backend>CONFIGPROPERTIES</backend>
- <filter>cn=$</filter>
+ <filter>status=(ldap|modified|removed)§cn=$</filter>
</query>
<autocomplete>
<attribute>status</attribute>