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

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

-
- -
- -
- - {$SCOPE} - - - - - - -
- - - {$NAME} -
- - - - - -
- {$APPLY} -
-
diff --git a/gosa-plugins/gofon/gofon/macro/macro-filter.xml b/gosa-plugins/gofon/gofon/macro/macro-filter.xml index f12558efd..e15b7bd2b 100644 --- a/gosa-plugins/gofon/gofon/macro/macro-filter.xml +++ b/gosa-plugins/gofon/gofon/macro/macro-filter.xml @@ -2,39 +2,41 @@ - macros - + gofonmacro true + default + auto + dn + objectClass + cn + description + default + LDAP - (&(objectClass=goFonMacro)$NAME) - dn - objectClass - cn - description + (&(objectClass=goFonMacro)(|(cn=$)(displayName=$))) - auto + + cn + 0.5 + 3 + - - textfield - NAME - 20 - 60 - - - (cn=*$*) - false - + + visibleOnly + + LDAP - (&(objectClass=goFonMacro)(cn=*$NAME*)) + (&(objectClass=goFonMacro)(|(cn=$)(displayName=$))(goFonMacroVisible=1)) + + cn 0.5 3 - - + diff --git a/gosa-plugins/gofon/gofon/macro/macro-list.tpl b/gosa-plugins/gofon/gofon/macro/macro-list.tpl index c9d511416..8e4e43f4b 100644 --- a/gosa-plugins/gofon/gofon/macro/macro-list.tpl +++ b/gosa-plugins/gofon/gofon/macro/macro-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