From 89381e469694615ece0ed9a1810050fe779ef02b Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 16 Mar 2010 12:23:11 +0000 Subject: [PATCH] Converted printer filter git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16623 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../printerSelect/selectPrinter-filter.tpl | 35 ------------ .../printerSelect/selectPrinter-filter.xml | 32 ++++------- .../printerSelect/selectPrinter-list.tpl | 53 +++++++++---------- 3 files changed, 36 insertions(+), 84 deletions(-) delete mode 100644 gosa-plugins/goto/personal/environment/printerSelect/selectPrinter-filter.tpl diff --git a/gosa-plugins/goto/personal/environment/printerSelect/selectPrinter-filter.tpl b/gosa-plugins/goto/personal/environment/printerSelect/selectPrinter-filter.tpl deleted file mode 100644 index e842b2b83..000000000 --- a/gosa-plugins/goto/personal/environment/printerSelect/selectPrinter-filter.tpl +++ /dev/null @@ -1,35 +0,0 @@ -
-

- {image path="images/launch.png" align="right"}{t}Filter{/t} - -

-
- -
- -
- - {$SCOPE} - - - - - - -
- - - {$NAME} -
- - - - - -
- {$APPLY} -
-
diff --git a/gosa-plugins/goto/personal/environment/printerSelect/selectPrinter-filter.xml b/gosa-plugins/goto/personal/environment/printerSelect/selectPrinter-filter.xml index d08e9b495..23bd9db8d 100644 --- a/gosa-plugins/goto/personal/environment/printerSelect/selectPrinter-filter.xml +++ b/gosa-plugins/goto/personal/environment/printerSelect/selectPrinter-filter.xml @@ -3,38 +3,28 @@ printer - true + default + auto + dn + objectClass + cn + description + default + LDAPBlacklist - (&(objectClass=gotoPrinter)$NAME) - dn - objectClass - cn - description + (&(objectClass=gotoPrinter)(cn=$)) - auto - - - - textfield - NAME - 20 - 60 - - - (|(cn=*$*)(description=*$*)) - true - LDAPBlacklist - (&(objectClass=gotoPrinter)(|(cn=*$NAME*)(description=*$NAME*))) cn 0.5 3 - + + diff --git a/gosa-plugins/goto/personal/environment/printerSelect/selectPrinter-list.tpl b/gosa-plugins/goto/personal/environment/printerSelect/selectPrinter-list.tpl index 18d71c378..a7e3f0b19 100644 --- a/gosa-plugins/goto/personal/environment/printerSelect/selectPrinter-list.tpl +++ b/gosa-plugins/goto/personal/environment/printerSelect/selectPrinter-list.tpl @@ -1,34 +1,31 @@ - - - - - -
-
-

 {$HEADLINE} {$SIZELIMIT}

-
- -
-
- - -
{$ROOT} {$BACK} {$HOME} {$RELOAD} {$SEPARATOR} {t}Base{/t} {$BASE} {$SEPARATOR} {image path="images/rocket.png"} - {$ACTIONS}
-
-
- -
-
- {$LIST} -
- {$FILTER} -
+ -
+
+
+

{$HEADLINE} {$SIZELIMIT}

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