From ced8c16a28c35c2db1b7c9eb0aaf913b75f5ff84 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 26 Sep 2024 09:47:12 -0600 Subject: [PATCH] Allow right click open in new window --- core/dashboard/resources/dashboard/icon.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/core/dashboard/resources/dashboard/icon.php b/core/dashboard/resources/dashboard/icon.php index 00903dacbd..6cbba3f718 100644 --- a/core/dashboard/resources/dashboard/icon.php +++ b/core/dashboard/resources/dashboard/icon.php @@ -27,9 +27,12 @@ //dashboard icon echo "
\n"; echo "
\n"; - echo " ".escape($dashboard_label).""; - echo " \n"; + echo " \n"; + echo " ".escape($dashboard_label)."\n"; + echo " \n"; + echo " \n"; echo "
\n"; + if (empty($dashboard_details_state) || $dashboard_details_state != "disabled") { echo "
".str_replace("\r", '
', escape($dashboard_content_details))."
\n"; }