Code

Updated descriptions
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 28 Oct 2009 17:31:43 +0000 (17:31 +0000)
committercajus <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

gosa-core/plugins/admin/departments/dep-filter.tpl
gosa-core/plugins/admin/departments/dep-filter.xml
gosa-core/plugins/admin/departments/dep-list.xml

index aecf9d4beebe3f52a2f5bc0f4e87abd7534113b8..fbf294a18ec6847fd12e82e747091f0f66387643 100644 (file)
@@ -6,10 +6,6 @@
 
 <div class="contentboxb">
 
-<div style="border-top:1px solid #AAAAAA"></div>
-
- {$SCOPE}
-
  <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
   <tr>
    <td>
index 3234679603b563ab33c7c3fd549be3e6233778fb..50052ddea399866a2e2f92e0e43ecaec6fa9e995 100644 (file)
@@ -2,7 +2,7 @@
 
 <filterdef>
   <definition>
-    <category>users</category>
+    <category>departments</category>
     <template>dep-filter.tpl</template>
     <initial>true</initial>
   </definition>
@@ -16,7 +16,7 @@
       <attribute>ou</attribute>
       <attribute>description</attribute>
     </query>
-    <scope>auto</scope>
+    <scope>one</scope>
   </search>
 
   <element>
@@ -27,7 +27,7 @@
     <default></default>
     <unset></unset>
     <set>(|(ou=*$*)(dc=*$*)(c=*$*)(l=*$*))</set>
-    <alphabet>true</alphabet>
+    <alphabet>false</alphabet>
     <autocomplete>
       <backend>LDAP</backend>
       <filter>(&amp;(objectClass=gosaDepartment)(|(ou=*$NAME*)(dc=*$NAME*)(l=*$NAME*)(c=*$NAME*)))</filter>
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>
@@ -76,7 +76,7 @@
     </column>
 
     <column>
-      <label>description</label>
+      <label>Description</label>
       <sortAttribute>description</sortAttribute>
       <sortType>string</sortType>
       <value>%{filter:depLabel(row,dn,"%s",description,pid,base)}</value>