summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 93e6527)
raw | patch | inline | side by side (parent: 93e6527)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 24 May 2005 13:15:11 +0000 (13:15 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 24 May 2005 13:15:11 +0000 (13:15 +0000) |
plugins/gofax/faxaccount/class_gofaxAccount.inc | patch | blob | history |
diff --git a/plugins/gofax/faxaccount/class_gofaxAccount.inc b/plugins/gofax/faxaccount/class_gofaxAccount.inc
index 83502276e091b68d73f18e122b14ba6b21665a37..d5751bbe07ccc79cf2bd674ff34f6edbf97fa620 100644 (file)
} 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);
}