From 26d498f57aac2f78bc5b4df9bf389b395dd4fff6 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 20 Apr 2010 05:47:23 +0000 Subject: [PATCH] get rid of the div stuff git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17716 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_SnapShotDialog.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_SnapShotDialog.inc b/gosa-core/include/class_SnapShotDialog.inc index 471fc187b..ee47a29b8 100644 --- a/gosa-core/include/class_SnapShotDialog.inc +++ b/gosa-core/include/class_SnapShotDialog.inc @@ -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)); } -- 2.30.2