From fe8b93913ffc908364248c246e51f765053bf129 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 16 Mar 2010 14:15:38 +0000 Subject: [PATCH] updated filter git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16646 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/systems/serverService-filter.tpl | 8 --- .../admin/systems/serverService-filter.xml | 14 +++-- .../admin/systems/serverService-list.tpl | 47 ++++++++------- .../systemSelect/selectSystem-filter.tpl | 38 ------------ .../systemSelect/selectSystem-filter.xml | 55 ++++------------- .../systemSelect/selectSystem-list.tpl | 59 +++++++++---------- 6 files changed, 72 insertions(+), 149 deletions(-) delete mode 100644 gosa-plugins/systems/admin/systems/serverService-filter.tpl delete mode 100644 gosa-plugins/systems/admin/systems/systemSelect/selectSystem-filter.tpl diff --git a/gosa-plugins/systems/admin/systems/serverService-filter.tpl b/gosa-plugins/systems/admin/systems/serverService-filter.tpl deleted file mode 100644 index 16ddf733c..000000000 --- a/gosa-plugins/systems/admin/systems/serverService-filter.tpl +++ /dev/null @@ -1,8 +0,0 @@ -
-

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

-
- -
-
diff --git a/gosa-plugins/systems/admin/systems/serverService-filter.xml b/gosa-plugins/systems/admin/systems/serverService-filter.xml index 5f848146e..a68bcc778 100644 --- a/gosa-plugins/systems/admin/systems/serverService-filter.xml +++ b/gosa-plugins/systems/admin/systems/serverService-filter.xml @@ -3,20 +3,22 @@ server - true + default + auto + dn + objectClass + name + Message + default + ServerService ... - dn - objectClass - name - Message - auto diff --git a/gosa-plugins/systems/admin/systems/serverService-list.tpl b/gosa-plugins/systems/admin/systems/serverService-list.tpl index 03d560f3c..8e4e43f4b 100644 --- a/gosa-plugins/systems/admin/systems/serverService-list.tpl +++ b/gosa-plugins/systems/admin/systems/serverService-list.tpl @@ -1,23 +1,28 @@ - - - - -
-
-

 {$HEADLINE} {$SIZELIMIT}

-
- -
-
- - -
{$ROOT} {$BACK} {$HOME} {$RELOAD} {$SEPARATOR}  {$ACTIONS}
-
-
- -
-
- {$LIST} -
+ + +
+ +
+

{$HEADLINE} {$SIZELIMIT}

+
+ + + + + + + + + + +
{$ROOT}{$BACK}{$HOME}{$RELOAD}{t}Base{/t} {$BASE}{$ACTIONS}{$FILTER}
+
+
+ + {$LIST} +
+ +
+ diff --git a/gosa-plugins/systems/admin/systems/systemSelect/selectSystem-filter.tpl b/gosa-plugins/systems/admin/systems/systemSelect/selectSystem-filter.tpl deleted file mode 100644 index 88ba5745a..000000000 --- a/gosa-plugins/systems/admin/systems/systemSelect/selectSystem-filter.tpl +++ /dev/null @@ -1,38 +0,0 @@ -
-

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

-
- -
- -
- - {$SERVER} 
- {$WORKSTATION} 
- {$TERMINAL} 
- -
- {$SCOPE} - - - - - - -
- - - {$NAME} -
- - - - - -
- {$APPLY} -
-
diff --git a/gosa-plugins/systems/admin/systems/systemSelect/selectSystem-filter.xml b/gosa-plugins/systems/admin/systems/systemSelect/selectSystem-filter.xml index 96c1340d4..444a238be 100644 --- a/gosa-plugins/systems/admin/systems/systemSelect/selectSystem-filter.xml +++ b/gosa-plugins/systems/admin/systems/systemSelect/selectSystem-filter.xml @@ -3,62 +3,27 @@ server - true + default + auto + dn + objectClass + cn + description + default + LDAPBlacklist - (&(|$SERVER $WORKSTATION $TERMINAL ) $NAME) - dn - objectClass - cn - description + (&(|(objectClass=goServer)(objectClass=gotoWorkstation)(objectClass=gotoTerminal))(cn=$)) - auto - - - - textfield - NAME - 20 - 60 - - - (cn=*$*) - true - LDAPBlacklist - (cn=*$NAME*) cn 0.5 3 - - - - checkbox - SERVER - true - (objectClass=goServer) - - - - - checkbox - WORKSTATION - true - - (objectClass=gotoWorkstation) - - - - checkbox - TERMINAL - true - - (objectClass=gotoTerminal) - + diff --git a/gosa-plugins/systems/admin/systems/systemSelect/selectSystem-list.tpl b/gosa-plugins/systems/admin/systems/systemSelect/selectSystem-list.tpl index 808ac9d2a..fb854a278 100644 --- a/gosa-plugins/systems/admin/systems/systemSelect/selectSystem-list.tpl +++ b/gosa-plugins/systems/admin/systems/systemSelect/selectSystem-list.tpl @@ -1,33 +1,30 @@ - - - - - -
-
-

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