From c6b4c2c45117c5701f6a866b956a5f38a4de88e6 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 15 Mar 2010 14:44:59 +0000 Subject: [PATCH] Updated conference listing git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16535 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../gofon/gofon/conference/conf-filter.tpl | 33 ------------- .../gofon/gofon/conference/conf-filter.xml | 44 +++++++++-------- .../gofon/gofon/conference/conf-list.tpl | 48 +++++++++---------- 3 files changed, 48 insertions(+), 77 deletions(-) delete mode 100644 gosa-plugins/gofon/gofon/conference/conf-filter.tpl diff --git a/gosa-plugins/gofon/gofon/conference/conf-filter.tpl b/gosa-plugins/gofon/gofon/conference/conf-filter.tpl deleted file mode 100644 index d651048e1..000000000 --- a/gosa-plugins/gofon/gofon/conference/conf-filter.tpl +++ /dev/null @@ -1,33 +0,0 @@ -
-

- [F]{t}Filter{/t} -

-
- -
- -
- - {$SCOPE} - - - - - - -
- - - {$NAME} -
- - - - - -
- {$APPLY} -
-
diff --git a/gosa-plugins/gofon/gofon/conference/conf-filter.xml b/gosa-plugins/gofon/gofon/conference/conf-filter.xml index 0ab4b8691..b7ceb0efd 100644 --- a/gosa-plugins/gofon/gofon/conference/conf-filter.xml +++ b/gosa-plugins/gofon/gofon/conference/conf-filter.xml @@ -2,39 +2,43 @@ - conferences - + gofonconference true + auto + default + dn + objectClass + cn + description + telephoneNumber + default + LDAP - (&(objectClass=goFonConference)$NAME) - dn - objectClass - cn - description + (&(objectClass=goFonConference)(cn=$)) - auto + + cn + 0.5 + 3 + - - textfield - NAME - 20 - 60 - - - (cn=*$*) - false - + + byNumber + + LDAP - (&(objectClass=goFonConference)(cn=*$NAME*)) + (&(objectClass=goFonConference)(telephoneNumber=$)) + + cn 0.5 3 - + diff --git a/gosa-plugins/gofon/gofon/conference/conf-list.tpl b/gosa-plugins/gofon/gofon/conference/conf-list.tpl index c9d511416..8e4e43f4b 100644 --- a/gosa-plugins/gofon/gofon/conference/conf-list.tpl +++ b/gosa-plugins/gofon/gofon/conference/conf-list.tpl @@ -1,28 +1,28 @@ - - - - - -
-
-

 {$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