Code

get rid of the div stuff
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 20 Apr 2010 05:47:23 +0000 (05:47 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 20 Apr 2010 05:47:23 +0000 (05:47 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17716 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_SnapShotDialog.inc

index 471fc187b51fbeb16ee0aa21d0138c748c0bc5bc..ee47a29b8f5dd00db776cf94bcc86889d5bd8fd2 100644 (file)
@@ -156,7 +156,7 @@ class SnapShotDialog extends plugin
 
             $this->snapList->setListData($data, $lData);
             $this->snapList->update();
-            $smarty->assign("SnapShotDivlist",$this->snapList->render());
+            $smarty->assign("SnapShotList",$this->snapList->render());
             $smarty->assign("CountSnapShots",count($list_of_elements));
         }