From 63c82fa7d4cecf63d13ec54b3cbf9bbbf079686a Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 4 Aug 2016 19:23:07 -0600 Subject: [PATCH] Update user_dashboard.php Correct the layout for the description on the dashboard. --- core/user_settings/user_dashboard.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/core/user_settings/user_dashboard.php b/core/user_settings/user_dashboard.php index 51915c8559..bab13405a2 100644 --- a/core/user_settings/user_dashboard.php +++ b/core/user_settings/user_dashboard.php @@ -62,20 +62,25 @@ $language = new text; $text = $language->get(); -//load header +//load header and set the title require_once "resources/header.php"; $document['title'] = $text['title-user_dashboard']; +//start the content echo "\n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; echo "
"; echo " ".$text['header-user_dashboard']."
"; - echo " ".$text['description-user_dashboard']; echo "
\n"; echo " ".$text['label-welcome']." ".$_SESSION["username"].""; echo "
"; + echo " ".$text['description-user_dashboard']; + echo "
\n"; echo "
"; @@ -399,7 +404,6 @@ $n++; } - //missed calls if (in_array('missed', $selected_blocks) && permission_exists('xml_cdr_view') && is_array($_SESSION['user']['extension']) && sizeof($_SESSION['user']['extension']) > 0) { foreach ($_SESSION['user']['extension'] as $assigned_extension) {