From 980fa7353a8fbc206778305efa5cc0201c7eea06 Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 20 May 2005 11:17:04 +0000 Subject: [PATCH] Added missing apply button git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@275 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/posix/class_posixAccount.inc | 3 +++ plugins/personal/posix/posix_groups.tpl | 2 +- plugins/personal/posix/trust_machines.tpl | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/plugins/personal/posix/class_posixAccount.inc b/plugins/personal/posix/class_posixAccount.inc index 12a460d86..07e7d3ba4 100644 --- a/plugins/personal/posix/class_posixAccount.inc +++ b/plugins/personal/posix/class_posixAccount.inc @@ -358,6 +358,7 @@ class posixAccount extends plugin } $smarty->assign("hint", print_sizelimit_warning()); $smarty->assign("wslist", $wslist); + $smarty->assign("apply", apply_filter()); $display= $smarty->fetch (get_template_path('trust_machines.tpl', TRUE, dirname(__FILE__))); return ($display); } @@ -415,6 +416,7 @@ class posixAccount extends plugin } $smarty->assign("hint", print_sizelimit_warning()); + $smarty->assign("apply", apply_filter()); $display.= $smarty->fetch (get_template_path('posix_groups.tpl', TRUE, dirname(__FILE__))); return ($display); } @@ -515,6 +517,7 @@ class posixAccount extends plugin 2 => _("allow access to these hosts"))); $smarty->assign("workstations", $this->accessTo); + $smarty->assign("apply", apply_filter()); $display.= $smarty->fetch (get_template_path('generic.tpl', TRUE, dirname(__FILE__))); return($display); } diff --git a/plugins/personal/posix/posix_groups.tpl b/plugins/personal/posix/posix_groups.tpl index 715145a11..f959f7ef4 100644 --- a/plugins/personal/posix/posix_groups.tpl +++ b/plugins/personal/posix/posix_groups.tpl @@ -19,7 +19,7 @@

[F]{t}Filters{/t}

-
+

{$alphabet} diff --git a/plugins/personal/posix/trust_machines.tpl b/plugins/personal/posix/trust_machines.tpl index 073b2516a..10851e186 100644 --- a/plugins/personal/posix/trust_machines.tpl +++ b/plugins/personal/posix/trust_machines.tpl @@ -19,7 +19,7 @@

[F]{ t}Filters{/t}

-
+

{$alphabet} -- 2.30.2