Code

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

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

index 12e1dff459fecaceba19f3718740207c9b0986ed..a0ba0809605f50c5ee8f211f4f2a361ea8d12164 100644 (file)
@@ -406,7 +406,7 @@ class faiPartitionTable extends plugin
     }
     $this->diskList->setListData($data,$lData);
     $this->diskList->update();
-    $smarty->assign("Entry_divlist",$this->diskList->render());
+    $smarty->assign("Entry_listing",$this->diskList->render());
 
     $display.= $smarty->fetch(get_template_path('faiPartitionTable.tpl', TRUE));
     return($display);