From 98adb7bcd90a0aeec3b782fb6ec161f586eb33da Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 21 Jun 2005 09:55:24 +0000 Subject: [PATCH] Updated tabs git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@778 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/gosa.conf | 6 ++++++ plugins/gofon/reports/class_fonreport.inc | 2 ++ 2 files changed, 8 insertions(+) diff --git a/contrib/gosa.conf b/contrib/gosa.conf index 4b13e025b..1cb7f8567 100644 --- a/contrib/gosa.conf +++ b/contrib/gosa.conf @@ -78,6 +78,12 @@ + + + + + + diff --git a/plugins/gofon/reports/class_fonreport.inc b/plugins/gofon/reports/class_fonreport.inc index a39c40381..e074c60f7 100644 --- a/plugins/gofon/reports/class_fonreport.inc +++ b/plugins/gofon/reports/class_fonreport.inc @@ -221,6 +221,8 @@ class fonreport extends plugin if ($output != ""){ $smarty->assign("search_result", $output); $smarty->assign("range_selector", range_selector(count($this->report_list), $this->start, 20)); + } else { + $smarty->assign("search_result", ""); } /* Show main page */ -- 2.30.2