From 63492b3e98edaabef1743ac6a0b45e4f311abb0a Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 10 Mar 2023 09:13:17 -0700 Subject: [PATCH] Home: Fix missing mainscreen message --- home/inc/class.home_ui.inc.php | 6 ++++-- home/templates/default/index.xet | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/home/inc/class.home_ui.inc.php b/home/inc/class.home_ui.inc.php index 25fff13d95..6e812d9185 100644 --- a/home/inc/class.home_ui.inc.php +++ b/home/inc/class.home_ui.inc.php @@ -212,7 +212,7 @@ class home_ui // Add in legacy HTML home bits // TODO: DOM IDs still collide - //$this->get_legacy_portlets($portlets, $attributes); + $this->get_legacy_portlets($portlets, $attributes); return $portlets; } @@ -330,7 +330,9 @@ class home_ui continue; } $context = array( - 'class' => 'home_legacy_portlet', 'app' => $appname, + 'class' => 'home_legacy_portlet', + 'app' => $appname, + 'type' => 'et2-portlet', 'width' => 8, 'height' => 3 ); $_content = ''; diff --git a/home/templates/default/index.xet b/home/templates/default/index.xet index b2fed3843c..a5af36cfd5 100644 --- a/home/templates/default/index.xet +++ b/home/templates/default/index.xet @@ -8,7 +8,7 @@