From 1f4206394c348626f50822fdadf87e99eaaa6c55 Mon Sep 17 00:00:00 2001 From: Carlos Vargas Date: Thu, 24 Sep 2009 12:38:32 -0500 Subject: [PATCH] add
to improve the presentation of data in My profile --- main/social/data_personal.inc.php | 41 ++++++++++++++----------------- 1 file changed, 19 insertions(+), 22 deletions(-) diff --git a/main/social/data_personal.inc.php b/main/social/data_personal.inc.php index e0929ae397..502ab34d48 100755 --- a/main/social/data_personal.inc.php +++ b/main/social/data_personal.inc.php @@ -98,34 +98,31 @@ $language_variable=api_xml_http_response_encode(get_lang('PersonalData')); if (api_get_setting('allow_social_tool')=='true' && api_get_setting('allow_message_tool')=='true' && api_get_user_id()<>2 && api_get_user_id()<>0) { echo ''.Display::return_icon('shared_profile.png',api_xml_http_response_encode(get_lang('ViewSharedProfile'))).' '.api_xml_http_response_encode(get_lang('ViewSharedProfile')).''; } - echo ''; - echo '
'; - echo ''; + echo '
'; + echo ''; - echo '
'; - echo '
'; + echo '
'; echo ''; - echo '
'; + echo '
'; /*if (api_get_setting('allow_message_tool')=='true') { require_once api_get_path(LIBRARY_PATH).'message.lib.php'; $number_of_new_messages = MessageManager::get_new_messages();