Code

Added missing apply button
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 May 2005 11:17:04 +0000 (11:17 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 May 2005 11:17:04 +0000 (11:17 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@275 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/posix/class_posixAccount.inc
plugins/personal/posix/posix_groups.tpl
plugins/personal/posix/trust_machines.tpl

index 12a460d8698f119a50db1798f67155dce3bd82f0..07e7d3ba4c215861539c742f3e819b7f286cc23c 100644 (file)
@@ -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);
   }
index 715145a11707a0a86a43b8fa0cbb4d594d04a329..f959f7ef413a2486ce39657abf28beed56b32523 100644 (file)
@@ -19,7 +19,7 @@
    <div class="contentboxh" style="height:20px;">
     <p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]"><b>{t}Filters{/t}</b></p>
    </div>
-   <div class="contentboxb">
+   <div class="contentboxb" style="background-color:#F8F8F8">
     <p class="contentboxb" style="border-top:1px solid #B0B0B0; background-color:#F8F8F8">
      <table style="width:100%;">
       {$alphabet}
index 073b2516a8874322958c04135790d2a35630c6ff..10851e1865922b35d027c6dee671fea09fcfbae7 100644 (file)
@@ -19,7 +19,7 @@
     <p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]"><b>{
 t}Filters{/t}</b></p>
    </div>
-   <div class="contentboxb">
+   <div class="contentboxb" style="background-color:#F8F8F8">
     <p class="contentboxb" style="border-top:1px solid #B0B0B0; background-color:#F8F8F8">
      <table style="width:100%;">
       {$alphabet}