Code

Remove dependency to sambaversion
[gosa.git] / gosa-core / include / class_listing.inc
index 8139214dfb19efb0e0a962a14f7ed576f2568f2a..c2c0207488580a2194fbda192ca38537f2ada145 100644 (file)
@@ -408,6 +408,7 @@ class listing {
     $result.= "</table></div>";
 
     $smarty= get_smarty();
+    $smarty->assign("usePrototype", "true");
     $smarty->assign("FILTER", $this->filter->render());
     $smarty->assign("SIZELIMIT", print_sizelimit_warning());
     $smarty->assign("LIST", $result);