summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9221cad)
raw | patch | inline | side by side (parent: 9221cad)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 30 Mar 2007 05:57:26 +0000 (05:57 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 30 Mar 2007 05:57:26 +0000 (05:57 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5931 594d385d-05f5-0310-b6e9-bd551577e9d8
include/sieve/class_sieveElement_If.inc | patch | blob | history |
index 686d457221eca9b87ee3e7875d8c89d89fef64e0..daf4f5bf0d408dc64e83b5f2f5e5cbbdbe3d654c 100644 (file)
$smarty = get_smarty();
$smarty->assign("ID", $this->object_id);
- /* Only display navigation elements if necessary */
- if($this->TYPE == "if"){
- $object_container = $smarty->fetch(get_template_path("templates/object_container.tpl",TRUE,dirname(__FILE__)));
- }else{
- $object_container = $smarty->fetch(get_template_path("templates/object_container_clear.tpl",TRUE,dirname(__FILE__)));
- }
+ /* Get navigation element container */
+ $object_container = $smarty->fetch(get_template_path("templates/object_container.tpl",TRUE,dirname(__FILE__)));
$smarty->assign("Name", $name);
$smarty->assign("Contents", $this->get_as_html());