- 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

@ -54,6 +54,9 @@
- Multiple "Re:"'s on CS Mail posts are now a thing of the past.
- Made mail message ids follow convention.
- fix: shortcut bombs
- fix: DataForm
- Many template fixes.
- fix: Dashboard - can't instantiate
6.99.3

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,