From: hickert Date: Tue, 20 Apr 2010 05:47:23 +0000 (+0000) Subject: get rid of the div stuff X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=26d498f57aac2f78bc5b4df9bf389b395dd4fff6;p=gosa.git get rid of the div stuff git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17716 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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)); }