From b78e9d01fdcbf9a66336f304000a1b9f123d2099 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 2 Mar 2010 19:56:46 +0000 Subject: [PATCH] Cleaned filter stuff git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15867 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/modern/style.css | 9 +++ gosa-core/plugins/admin/users/user-filter.tpl | 73 +++++++++---------- gosa-core/plugins/admin/users/user-list.tpl | 9 ++- 3 files changed, 51 insertions(+), 40 deletions(-) diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index 88de78ade..292f0a7dd 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -1167,3 +1167,12 @@ font-weight:normal; background-color:#418DD4; background-image:none; } + + +/* Filter */ + +div.filter { + border:1px solid blue; +} + + diff --git a/gosa-core/plugins/admin/users/user-filter.tpl b/gosa-core/plugins/admin/users/user-filter.tpl index 227243dcf..a878872f6 100644 --- a/gosa-core/plugins/admin/users/user-filter.tpl +++ b/gosa-core/plugins/admin/users/user-filter.tpl @@ -1,40 +1,37 @@ -
-

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

-
+
+ +

Filter + + + {$TEMPLATES} 
+ {$FUNCTIONAL} 
+ {$POSIX} 
+ {$MAIL} 
+ {$SAMBA} 
+ +
+ + {$SCOPE} + + + + + + +
+ + + {$NAME} +
+ + + + + +
+ {$APPLY} +
-
- -
- -{$TEMPLATES} 
-{$FUNCTIONAL} 
-{$POSIX} 
-{$MAIL} 
-{$SAMBA} 
- -
- {$SCOPE} - - - - - - -
- - - {$NAME} -
- - - - - -
- {$APPLY} -
diff --git a/gosa-core/plugins/admin/users/user-list.tpl b/gosa-core/plugins/admin/users/user-list.tpl index b1c5e38aa..229b93737 100644 --- a/gosa-core/plugins/admin/users/user-list.tpl +++ b/gosa-core/plugins/admin/users/user-list.tpl @@ -5,11 +5,16 @@

{$HEADLINE} {$SIZELIMIT}

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