Code

w3c
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 24 May 2005 13:15:11 +0000 (13:15 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 24 May 2005 13:15:11 +0000 (13:15 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@379 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/gofax/faxaccount/class_gofaxAccount.inc

index 83502276e091b68d73f18e122b14ba6b21665a37..d5751bbe07ccc79cf2bd674ff34f6edbf97fa620 100644 (file)
@@ -395,6 +395,19 @@ class gofaxAccount extends plugin
       } else {
         $smarty->assign("department", "");
       }
+      if(count($this->current_blocklist))   {
+        $smarty->assign("SELECT_cblocklist",true);
+      }else {
+        $smarty->assign("SELECT_cblocklist",false);
+      }
+
+      if(count($list))   {
+        $smarty->assign("SELECT_list",true);
+      }else {
+        $smarty->assign("SELECT_list",false);
+      }
+
       $display.= $smarty->fetch (get_template_path('lists.tpl', TRUE, dirname(__FILE__)));
       return ($display);
     }