summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f794fcd)
raw | patch | inline | side by side (parent: f794fcd)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 2 May 2006 08:51:12 +0000 (08:51 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 2 May 2006 08:51:12 +0000 (08:51 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3183 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofon/fonreports/class_fonreport.inc | patch | blob | history |
diff --git a/plugins/gofon/fonreports/class_fonreport.inc b/plugins/gofon/fonreports/class_fonreport.inc
index 5b810f60b6be0d3d04e86f5e74f96cf9d27bfba9..9c5ec44645f2fe6a627ab771eacd46815890dc32 100644 (file)
}
$smarty->assign("mode".$this->sort, "<img alt=\"\" src=\"images/sort_".$this->sort_direction.
".png\" border=0 align=middle>");
+ $smarty->assign("month_select" , $this->month);
+ $smarty->assign("years" , $years);
+ $smarty->assign("year_select" , $this->year);
+ $smarty->assign("search_result" , "");
return($smarty->fetch(get_template_path('contents.tpl', TRUE)));
}