Code

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

gosa-plugins/fai/admin/fai/class_faiTemplate.inc

index 6fc3a66af8bb7acce99d8340a959e72322364a67..6207b37aa8f867c1361f958ff4c6b57aeff7cc3f 100644 (file)
@@ -303,7 +303,7 @@ class faiTemplate extends plugin
 
     $this->templateList->setListData($data,$lData);
     $this->templateList->update();
-    $smarty->assign("Entry_divlist",$this->templateList->render());
+    $smarty->assign("Entry_listing",$this->templateList->render());
 
      /* Magic quotes GPC, escapes every ' " \, to solve some security risks
      * If we post the escaped strings they will be escaped again