Code

get rid of the div stuff
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 Apr 2010 13:29:15 +0000 (13:29 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 Apr 2010 13:29:15 +0000 (13:29 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17696 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/goto/class_gotoLogView.inc

index 0c2b0a7b7935d44b06b94795ab973d3ac2d18067..e7d4dce3edb601ea9eabc52e9a3152af72317087 100644 (file)
@@ -141,7 +141,7 @@ class gotoLogView extends plugin
     }
     $smarty->assign("ACL",preg_match("/r/",$this->getacl("")));
     $this->logSelector->setAcl($this->getacl(""));
-    $smarty->assign("divlist", $this->logSelector->render());
+    $smarty->assign("listing", $this->logSelector->render());
     return($smarty->fetch(get_template_path('log_view.tpl', TRUE,dirname(__FILE__))));
   }