Code

Updated baseSelection Dialog
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 18 Jan 2010 12:40:45 +0000 (12:40 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 18 Jan 2010 12:40:45 +0000 (12:40 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15180 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/ihtml/themes/default/baseSelect-filter.tpl
gosa-core/ihtml/themes/default/baseSelect-filter.xml

index 3d4595cf7b97b0367bb7d1a134235a150e898657..15c990eb85b6f8931c18c4e8e0097ed24c55f0ab 100644 (file)
@@ -19,6 +19,7 @@
   </tr>
  </table>
 
+ {$SCOPE}
  <table summary=""  width="100%"  style="background:#EEEEEE;border-top:1px solid #B0B0B0;">
   <tr>
    <td width="100%" align="right">
index 1df4441552f2b48dbc7e25b4033ac3d7e9553fb7..4454c39073885fee3aef615094a5ed744c612025 100644 (file)
@@ -16,7 +16,7 @@
       <attribute>ou</attribute>
       <attribute>description</attribute>
     </query>
-    <scope>one</scope>
+    <scope>auto</scope>
   </search>
 
   <element>
@@ -32,6 +32,9 @@
       <backend>LDAP</backend>
       <filter>(&amp;(objectClass=gosaDepartment)(|(ou=*$NAME*)(dc=*$NAME*)(l=*$NAME*)(c=*$NAME*)))</filter>
       <attribute>cn</attribute>
+      <attribute>dc</attribute>
+      <attribute>c</attribute>
+      <attribute>l</attribute>
       <frequency>0.5</frequency>
       <characters>3</characters>
     </autocomplete>