From ac9d42b08d1a62de2ada320d1b94def64998da24 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 12 Mar 2010 09:06:50 +0000 Subject: [PATCH] Updated department filter. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16477 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../plugins/admin/departments/dep-filter.xml | 31 ++++-------- .../plugins/admin/departments/dep-list.tpl | 47 +++++++++---------- 2 files changed, 33 insertions(+), 45 deletions(-) diff --git a/gosa-core/plugins/admin/departments/dep-filter.xml b/gosa-core/plugins/admin/departments/dep-filter.xml index 1b758191f..a9f2479f6 100644 --- a/gosa-core/plugins/admin/departments/dep-filter.xml +++ b/gosa-core/plugins/admin/departments/dep-filter.xml @@ -2,43 +2,32 @@ - departments - + department true + default + auto + default + LDAP - (&(objectClass=gosaDepartment)$NAME) + (&(objectClass=gosaDepartment)(|(dc=$)(ou=$)(o=$)(l=$)(c=$))) dn objectClass ou description - one - - - - textfield - NAME - 18 - 60 - - - (|(ou=*$*)(dc=*$*)(c=*$*)(l=*$*)(o=*$*)) - false - LDAP - (&(objectClass=gosaDepartment)(|(ou=*$NAME*)(dc=*$NAME*)(l=*$NAME*)(c=*$NAME*)(o=*$NAME*))) - cn + 0.5 + 3 + ou dc c l o - 0.5 - 3 - + diff --git a/gosa-core/plugins/admin/departments/dep-list.tpl b/gosa-core/plugins/admin/departments/dep-list.tpl index 80d5e1b4f..7cbddbd0c 100644 --- a/gosa-core/plugins/admin/departments/dep-list.tpl +++ b/gosa-core/plugins/admin/departments/dep-list.tpl @@ -1,28 +1,27 @@ - - - - - -
-
-

 {$HEADLINE} {$SIZELIMIT}

-
- -
-
- - -
{$ROOT} {$BACK} {$HOME} {$RELOAD} {$SEPARATOR} {t}Base{/t} {$BASE} {$SEPARATOR}  {$ACTIONS}
-
-
- -
-
- {$LIST} -
- {$FILTER} -
+
+ +
+

{$HEADLINE} {$SIZELIMIT}

+
+ + + + + + + + + + +
{$ROOT}{$BACK}{$HOME}{$RELOAD}{t}Base{/t} {$BASE}{$ACTIONS}{$FILTER}
+
+
+ + {$LIST} +
+ +
-- 2.30.2