summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fa02b6a)
raw | patch | inline | side by side (parent: fa02b6a)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Oct 2009 17:31:43 +0000 (17:31 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Oct 2009 17:31:43 +0000 (17:31 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14691 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/gosa-core/plugins/admin/departments/dep-filter.tpl b/gosa-core/plugins/admin/departments/dep-filter.tpl
index aecf9d4beebe3f52a2f5bc0f4e87abd7534113b8..fbf294a18ec6847fd12e82e747091f0f66387643 100644 (file)
<div class="contentboxb">
-<div style="border-top:1px solid #AAAAAA"></div>
-
- {$SCOPE}
-
<table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
<tr>
<td>
diff --git a/gosa-core/plugins/admin/departments/dep-filter.xml b/gosa-core/plugins/admin/departments/dep-filter.xml
index 3234679603b563ab33c7c3fd549be3e6233778fb..50052ddea399866a2e2f92e0e43ecaec6fa9e995 100644 (file)
<filterdef>
<definition>
- <category>users</category>
+ <category>departments</category>
<template>dep-filter.tpl</template>
<initial>true</initial>
</definition>
<attribute>ou</attribute>
<attribute>description</attribute>
</query>
- <scope>auto</scope>
+ <scope>one</scope>
</search>
<element>
<default></default>
<unset></unset>
<set>(|(ou=*$*)(dc=*$*)(c=*$*)(l=*$*))</set>
- <alphabet>true</alphabet>
+ <alphabet>false</alphabet>
<autocomplete>
<backend>LDAP</backend>
<filter>(&(objectClass=gosaDepartment)(|(ou=*$NAME*)(dc=*$NAME*)(l=*$NAME*)(c=*$NAME*)))</filter>
diff --git a/gosa-core/plugins/admin/departments/dep-list.xml b/gosa-core/plugins/admin/departments/dep-list.xml
index 8b8059151314bf10e1f1e5d68221fdf4a3af5251..790d85ef882221bc57a15cbe0734418b129f9318 100644 (file)
</definition>
<table>
- <layout>|20px||120px|170px;r|</layout>
+ <layout>|20px||320px|70px;r|</layout>
<column>
<value>%{filter:objectType(dn,objectClass)}</value>
</column>
<column>
- <label>ou</label>
+ <label>Department</label>
<sortAttribute>ou</sortAttribute>
<sortType>string</sortType>
<value>%{filter:depLabel(row,dn,"%s",ou,pid,base)}</value>
</column>
<column>
- <label>description</label>
+ <label>Description</label>
<sortAttribute>description</sortAttribute>
<sortType>string</sortType>
<value>%{filter:depLabel(row,dn,"%s",description,pid,base)}</value>