- fix: shortcut bombs

- fix: DataForm
 - Many template fixes.
 - fix: Dashboard - can't instantiate
This commit is contained in:
JT Smith 2006-06-14 19:56:07 +00:00
parent 7191b53e3e
commit b17a04c6f9
2 changed files with 4 additions and 0 deletions

View file

@ -237,6 +237,7 @@ sub view {
$newStuff .= 'available_dashlets["'.$child->getId.'"]=\''.$child->getUrl.'\';';
} else {
$child->prepareView;
push(@{$vars{"position".$i."_loop"}},{
id=>$child->getId,
content=>$child->view,