Code

get rid of the div stuff
[gosa.git] / 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