Code

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

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

index a311eb1403c989759c0170b545230e91fa02bfda..2703ae7219a1bc6b6f793396f920c84f7922642e 100644 (file)
@@ -278,7 +278,7 @@ class faiScript extends plugin
 
     $this->scriptListWidget->setListData($this->convertList(TRUE), $this->convertList());
     $this->scriptListWidget->update();
-    $smarty->assign("Entry_divlist",$this->scriptListWidget->render());
+    $smarty->assign("Entry_listing",$this->scriptListWidget->render());
 
     /* Magic quotes GPC, escapes every ' " \, to solve some security risks
      * If we post the escaped strings they will be escaped again