@@ -14,7 +14,7 @@ |
||
| 14 | 14 | api_block_anonymous_users(); |
| 15 | 15 | |
| 16 | 16 | if (isset($_REQUEST['userId'])) { |
| 17 | - $userId = intval($_REQUEST['userId']); |
|
| 17 | + $userId = intval($_REQUEST['userId']); |
|
| 18 | 18 | } else { |
| 19 | 19 | api_not_allowed(); |
| 20 | 20 | } |
@@ -32,14 +32,14 @@ discard block |
||
| 32 | 32 | ); |
| 33 | 33 | $number_friends = count($friends); |
| 34 | 34 | $friend_html = ''; |
| 35 | - $friend_html .= '<div><h3>' . get_lang('SocialFriend') . '</h3></div>'; |
|
| 35 | + $friend_html .= '<div><h3>'.get_lang('SocialFriend').'</h3></div>'; |
|
| 36 | 36 | $friend_html .= '<div id="friend-container" class="social-friend-container">'; |
| 37 | 37 | $friend_html .= '<div id="friend-header" >'; |
| 38 | 38 | |
| 39 | 39 | if ($number_friends == 1) { |
| 40 | - $friend_html .= '<div style="float:left;width:80%">' . $number_friends . ' ' . get_lang('Friend') . '</div>'; |
|
| 40 | + $friend_html .= '<div style="float:left;width:80%">'.$number_friends.' '.get_lang('Friend').'</div>'; |
|
| 41 | 41 | } else { |
| 42 | - $friend_html .= '<div style="float:left;width:80%">' . $number_friends . ' ' . get_lang('Friends') . '</div>'; |
|
| 42 | + $friend_html .= '<div style="float:left;width:80%">'.$number_friends.' '.get_lang('Friends').'</div>'; |
|
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | $friend_html .= '</div>'; // close div friend-header |
@@ -51,14 +51,14 @@ discard block |
||
| 51 | 51 | $friend['firstName'], |
| 52 | 52 | $friend['lastName'] |
| 53 | 53 | ); |
| 54 | - $friend_html .= '<div id=div_' . $friend['friend_user_id'] . ' class="image_friend_network" ><span><center>'; |
|
| 54 | + $friend_html .= '<div id=div_'.$friend['friend_user_id'].' class="image_friend_network" ><span><center>'; |
|
| 55 | 55 | |
| 56 | 56 | $userPicture = UserManager::getUserPicture($friend['friend_user_id']); |
| 57 | 57 | |
| 58 | - $friend_html .= '<a href="profile.php?u=' . $friend['friend_user_id'].'">'; |
|
| 59 | - $friend_html .= '<img src="' . $userPicture . '" id="imgfriend_' . $friend['friend_user_id'] . '" title="' . $name_user . '" />'; |
|
| 58 | + $friend_html .= '<a href="profile.php?u='.$friend['friend_user_id'].'">'; |
|
| 59 | + $friend_html .= '<img src="'.$userPicture.'" id="imgfriend_'.$friend['friend_user_id'].'" title="'.$name_user.'" />'; |
|
| 60 | 60 | $friend_html .= '</center></span>'; |
| 61 | - $friend_html .= '<center class="friend">' . $name_user . '</a></center>'; |
|
| 61 | + $friend_html .= '<center class="friend">'.$name_user.'</a></center>'; |
|
| 62 | 62 | $friend_html .= '</div>'; |
| 63 | 63 | } |
| 64 | 64 | } |
@@ -73,7 +73,7 @@ discard block |
||
| 73 | 73 | $i = 1; |
| 74 | 74 | foreach ($results as $result) { |
| 75 | 75 | $id = $result['id']; |
| 76 | - $url_open = '<a href="group_view.php?id=' . $id . '">'; |
|
| 76 | + $url_open = '<a href="group_view.php?id='.$id.'">'; |
|
| 77 | 77 | $url_close = '</a>'; |
| 78 | 78 | $icon = ''; |
| 79 | 79 | $name = cut($result['name'], 20, true); |
@@ -94,11 +94,11 @@ discard block |
||
| 94 | 94 | $userGroup->get_all_users_by_group($id) |
| 95 | 95 | ); |
| 96 | 96 | if ($count_users_group == 1) { |
| 97 | - $count_users_group = $count_users_group . ' ' . get_lang( |
|
| 97 | + $count_users_group = $count_users_group.' '.get_lang( |
|
| 98 | 98 | 'Member' |
| 99 | 99 | ); |
| 100 | 100 | } else { |
| 101 | - $count_users_group = $count_users_group . ' ' . get_lang( |
|
| 101 | + $count_users_group = $count_users_group.' '.get_lang( |
|
| 102 | 102 | 'Members' |
| 103 | 103 | ); |
| 104 | 104 | } |
@@ -107,40 +107,40 @@ discard block |
||
| 107 | 107 | $result['picture_uri'], |
| 108 | 108 | 80 |
| 109 | 109 | ); |
| 110 | - $item_name = '<div class="box_shared_profile_group_title">' . $url_open . api_xml_http_response_encode($name) . $icon . $url_close . '</div>'; |
|
| 110 | + $item_name = '<div class="box_shared_profile_group_title">'.$url_open.api_xml_http_response_encode($name).$icon.$url_close.'</div>'; |
|
| 111 | 111 | $item_description = ''; |
| 112 | 112 | if (!empty($result['description'])) { |
| 113 | 113 | $item_description = '<div class="box_shared_profile_group_description"> |
| 114 | 114 | <span class="social-groups-text2">' . |
| 115 | - api_xml_http_response_encode(get_lang('Description')) . '</span><p class="social-groups-text4">' . |
|
| 116 | - cut(api_xml_http_response_encode($result['description']), 120, true ) . '</p></div>'; |
|
| 115 | + api_xml_http_response_encode(get_lang('Description')).'</span><p class="social-groups-text4">'. |
|
| 116 | + cut(api_xml_http_response_encode($result['description']), 120, true).'</p></div>'; |
|
| 117 | 117 | } |
| 118 | 118 | |
| 119 | 119 | $result['picture_uri'] = '<div class="box_shared_profile_group_image"> |
| 120 | - <img class="social-groups-image" src="' . $picture['file'] . '" /></div>'; |
|
| 120 | + <img class="social-groups-image" src="' . $picture['file'].'" /></div>'; |
|
| 121 | 121 | $item_actions = ''; |
| 122 | 122 | if (api_get_user_id() == $user_id) { |
| 123 | - $item_actions = '<div class="box_shared_profile_group_actions"><a href="group_view.php?id=' . $id . '">' . |
|
| 124 | - get_lang('SeeMore') . $url_close . '</div>'; |
|
| 123 | + $item_actions = '<div class="box_shared_profile_group_actions"><a href="group_view.php?id='.$id.'">'. |
|
| 124 | + get_lang('SeeMore').$url_close.'</div>'; |
|
| 125 | 125 | } |
| 126 | 126 | $grid_my_groups[] = array( |
| 127 | 127 | $item_name, |
| 128 | - $url_open . $result['picture_uri'] . $url_close, |
|
| 129 | - $item_description . $item_actions |
|
| 128 | + $url_open.$result['picture_uri'].$url_close, |
|
| 129 | + $item_description.$item_actions |
|
| 130 | 130 | ); |
| 131 | 131 | $i++; |
| 132 | 132 | } |
| 133 | 133 | } |
| 134 | 134 | if (count($grid_my_groups) > 0) { |
| 135 | 135 | echo '<div style="margin-top:20px">'; |
| 136 | - echo '<div><h3>' . get_lang('MyGroups') . '</h3></div>'; |
|
| 136 | + echo '<div><h3>'.get_lang('MyGroups').'</h3></div>'; |
|
| 137 | 137 | $count_groups = 0; |
| 138 | 138 | if (count($results) == 1) { |
| 139 | - $count_groups = count($results) . ' ' . get_lang('Group'); |
|
| 139 | + $count_groups = count($results).' '.get_lang('Group'); |
|
| 140 | 140 | } else { |
| 141 | - $count_groups = count($results) . ' ' . get_lang('Groups'); |
|
| 141 | + $count_groups = count($results).' '.get_lang('Groups'); |
|
| 142 | 142 | } |
| 143 | - echo '<div>' . $count_groups . '</div>'; |
|
| 143 | + echo '<div>'.$count_groups.'</div>'; |
|
| 144 | 144 | |
| 145 | 145 | Display::display_sortable_grid( |
| 146 | 146 | 'shared_profile_mygroups', |
@@ -40,7 +40,7 @@ discard block |
||
| 40 | 40 | beforeSend: function(objeto) { |
| 41 | 41 | $("#id_response").html("<img src=\'../inc/lib/javascript/indicator.gif\' />"); }, |
| 42 | 42 | type: "POST", |
| 43 | - url: "' . api_get_path(WEB_AJAX_PATH) . 'social.ajax.php?a=deny_friend", |
|
| 43 | + url: "' . api_get_path(WEB_AJAX_PATH).'social.ajax.php?a=deny_friend", |
|
| 44 | 44 | data: "denied_friend_id="+friend_user_id, |
| 45 | 45 | success: function(datos) { |
| 46 | 46 | $("div#"+name_div_id).hide("slow"); |
@@ -49,7 +49,7 @@ discard block |
||
| 49 | 49 | }); |
| 50 | 50 | } |
| 51 | 51 | function register_friend(element_input) { |
| 52 | - if(confirm("' . get_lang('AddToFriends') . '")) { |
|
| 52 | + if(confirm("' . get_lang('AddToFriends').'")) { |
|
| 53 | 53 | name_button=$(element_input).attr("id"); |
| 54 | 54 | name_div_id="id_"+name_button.substring(13); |
| 55 | 55 | user_id=name_div_id.split("_"); |
@@ -59,7 +59,7 @@ discard block |
||
| 59 | 59 | beforeSend: function(objeto) { |
| 60 | 60 | $("div#dpending_"+user_friend_id).html("<img src=\'../inc/lib/javascript/indicator.gif\' />"); }, |
| 61 | 61 | type: "POST", |
| 62 | - url: "' . api_get_path(WEB_AJAX_PATH) . 'social.ajax.php?a=add_friend", |
|
| 62 | + url: "' . api_get_path(WEB_AJAX_PATH).'social.ajax.php?a=add_friend", |
|
| 63 | 63 | data: "friend_id="+user_friend_id+"&is_my_friend="+"friend", |
| 64 | 64 | success: function(datos) { $("div#"+name_div_id).hide("slow"); |
| 65 | 65 | $("form").submit() |
@@ -70,8 +70,8 @@ discard block |
||
| 70 | 70 | |
| 71 | 71 | $(document).on("ready", function () { |
| 72 | 72 | $("#el-finder").elfinder({ |
| 73 | - url: "' . api_get_path(WEB_LIBRARY_PATH) . 'elfinder/php/connector.php", |
|
| 74 | - lang: "' . api_get_language_isocode() . '", |
|
| 73 | + url: "' . api_get_path(WEB_LIBRARY_PATH).'elfinder/php/connector.php", |
|
| 74 | + lang: "' . api_get_language_isocode().'", |
|
| 75 | 75 | height: 600, |
| 76 | 76 | resizable: false, |
| 77 | 77 | rememberLastDir: false, |
@@ -85,22 +85,22 @@ discard block |
||
| 85 | 85 | $actions = null; |
| 86 | 86 | |
| 87 | 87 | if (isset($_GET['cidReq'])) { |
| 88 | - $actions = '<a href="' . api_get_path( |
|
| 88 | + $actions = '<a href="'.api_get_path( |
|
| 89 | 89 | WEB_CODE_PATH |
| 90 | - ) . 'document/document.php?cidReq=' . Security::remove_XSS( |
|
| 90 | + ).'document/document.php?cidReq='.Security::remove_XSS( |
|
| 91 | 91 | $_GET['cidReq'] |
| 92 | - ) . '&id_session=' . Security::remove_XSS( |
|
| 92 | + ).'&id_session='.Security::remove_XSS( |
|
| 93 | 93 | $_GET['id_session'] |
| 94 | - ) . '&gidReq=' . Security::remove_XSS( |
|
| 94 | + ).'&gidReq='.Security::remove_XSS( |
|
| 95 | 95 | $_GET['gidReq'] |
| 96 | - ) . '&id=' . Security::remove_XSS( |
|
| 96 | + ).'&id='.Security::remove_XSS( |
|
| 97 | 97 | $_GET['parent_id'] |
| 98 | - ) . '">' . Display::return_icon( |
|
| 98 | + ).'">'.Display::return_icon( |
|
| 99 | 99 | 'back.png', |
| 100 | - get_lang('BackTo') . ' ' . get_lang('Documents') . ' (' . get_lang( |
|
| 100 | + get_lang('BackTo').' '.get_lang('Documents').' ('.get_lang( |
|
| 101 | 101 | 'Course' |
| 102 | - ) . ')' |
|
| 103 | - ) . '</a>'; |
|
| 102 | + ).')' |
|
| 103 | + ).'</a>'; |
|
| 104 | 104 | } |
| 105 | 105 | $tpl = new Template(); |
| 106 | 106 | SocialManager::setSocialUserBlock($tpl, $user_id, 'myfiles'); |
@@ -13,7 +13,7 @@ discard block |
||
| 13 | 13 | //Add the JS needed to use the jqgrid |
| 14 | 14 | $htmlHeadXtra[] = api_get_jqgrid_js(); |
| 15 | 15 | |
| 16 | -$interbreadcrumb[] = array("url" => "index.php","name" => get_lang('Skills')); |
|
| 16 | +$interbreadcrumb[] = array("url" => "index.php", "name" => get_lang('Skills')); |
|
| 17 | 17 | |
| 18 | 18 | //jqgrid will use this URL to do the selects |
| 19 | 19 | $url = api_get_path(WEB_AJAX_PATH).'model.ajax.php?a=get_user_skill_ranking'; |
@@ -28,7 +28,7 @@ discard block |
||
| 28 | 28 | get_lang('Rank') |
| 29 | 29 | ); |
| 30 | 30 | |
| 31 | -$column_model = array( |
|
| 31 | +$column_model = array( |
|
| 32 | 32 | array( |
| 33 | 33 | 'name' => 'photo', |
| 34 | 34 | 'index' => 'photo', |
@@ -10,7 +10,7 @@ discard block |
||
| 10 | 10 | require_once '../inc/global.inc.php'; |
| 11 | 11 | |
| 12 | 12 | api_block_anonymous_users(); |
| 13 | -if (api_get_setting('allow_social_tool') !='true') { |
|
| 13 | +if (api_get_setting('allow_social_tool') != 'true') { |
|
| 14 | 14 | api_not_allowed(); |
| 15 | 15 | } |
| 16 | 16 | |
@@ -64,7 +64,7 @@ discard block |
||
| 64 | 64 | } |
| 65 | 65 | |
| 66 | 66 | if ($_POST['action'] == 'edit_message_group') { |
| 67 | - $edit_message_id = intval($_POST['message_id']); |
|
| 67 | + $edit_message_id = intval($_POST['message_id']); |
|
| 68 | 68 | $res = MessageManager::send_message( |
| 69 | 69 | 0, |
| 70 | 70 | $title, |
@@ -96,7 +96,7 @@ discard block |
||
| 96 | 96 | |
| 97 | 97 | // display error messages |
| 98 | 98 | if (!$res) { |
| 99 | - $social_right_content .= Display::return_message(get_lang('Error'),'error'); |
|
| 99 | + $social_right_content .= Display::return_message(get_lang('Error'), 'error'); |
|
| 100 | 100 | } |
| 101 | 101 | $topic_id = isset($_GET['topic_id']) ? intval($_GET['topic_id']) : null; |
| 102 | 102 | if ($_POST['action'] == 'add_message_group') { |
@@ -194,9 +194,9 @@ discard block |
||
| 194 | 194 | </script>'; |
| 195 | 195 | |
| 196 | 196 | $this_section = SECTION_SOCIAL; |
| 197 | -$interbreadcrumb[] = array('url' => 'groups.php', 'name' => get_lang('Groups')); |
|
| 197 | +$interbreadcrumb[] = array('url' => 'groups.php', 'name' => get_lang('Groups')); |
|
| 198 | 198 | $interbreadcrumb[] = array('url' => 'group_view.php?id='.$group_id, 'name' => Security::remove_XSS($group_info['name'])); |
| 199 | -$interbreadcrumb[] = array('url' => '#', 'name' => get_lang('Discussions')); |
|
| 199 | +$interbreadcrumb[] = array('url' => '#', 'name' => get_lang('Discussions')); |
|
| 200 | 200 | |
| 201 | 201 | $social_left_content = SocialManager::show_social_menu('member_list', $group_id); |
| 202 | 202 | $show_message = null; |
@@ -18,7 +18,7 @@ discard block |
||
| 18 | 18 | |
| 19 | 19 | // Database Table Definitions |
| 20 | 20 | $tbl_user = Database::get_main_table(TABLE_MAIN_USER); |
| 21 | -$tbl_group_rel_user = Database::get_main_table(TABLE_USERGROUP_REL_USER); |
|
| 21 | +$tbl_group_rel_user = Database::get_main_table(TABLE_USERGROUP_REL_USER); |
|
| 22 | 22 | |
| 23 | 23 | // setting the name of the tool |
| 24 | 24 | $tool_name = get_lang('SubscribeUsersToGroup'); |
@@ -40,7 +40,7 @@ discard block |
||
| 40 | 40 | } |
| 41 | 41 | } |
| 42 | 42 | |
| 43 | -$interbreadcrumb[] = array('url' =>'groups.php','name' => get_lang('Groups')); |
|
| 43 | +$interbreadcrumb[] = array('url' =>'groups.php', 'name' => get_lang('Groups')); |
|
| 44 | 44 | $interbreadcrumb[] = array('url' => 'group_view.php?id='.$group_id, 'name' => $group_info['name']); |
| 45 | 45 | $interbreadcrumb[] = array('url' =>'#', 'name' => get_lang('SubscribeUsersToGroup')); |
| 46 | 46 | |
@@ -74,7 +74,7 @@ discard block |
||
| 74 | 74 | |
| 75 | 75 | if (is_array($user_list) && count($user_list) > 0) { |
| 76 | 76 | //send invitation message |
| 77 | - foreach ($user_list as $user_id){ |
|
| 77 | + foreach ($user_list as $user_id) { |
|
| 78 | 78 | $result = MessageManager::send_message( |
| 79 | 79 | $user_id, |
| 80 | 80 | $title, |
@@ -110,8 +110,8 @@ discard block |
||
| 110 | 110 | |
| 111 | 111 | if (!isset($group_friend_list[$group_id]) || |
| 112 | 112 | isset($group_friend_list[$group_id]) && |
| 113 | - $group_friend_list[$group_id]['relation_type'] == '' ) { |
|
| 114 | - $Users[$friend['friend_user_id']]= array( |
|
| 113 | + $group_friend_list[$group_id]['relation_type'] == '') { |
|
| 114 | + $Users[$friend['friend_user_id']] = array( |
|
| 115 | 115 | 'user_id' => $friend['friend_user_id'], |
| 116 | 116 | 'firstname' => $friend['firstName'], |
| 117 | 117 | 'lastname' => $friend['lastName'], |
@@ -120,7 +120,7 @@ discard block |
||
| 120 | 120 | ); |
| 121 | 121 | } |
| 122 | 122 | } else { |
| 123 | - $Users[$friend['friend_user_id']]= array( |
|
| 123 | + $Users[$friend['friend_user_id']] = array( |
|
| 124 | 124 | 'user_id' => $friend['friend_user_id'], |
| 125 | 125 | 'firstname' =>$friend['firstName'], |
| 126 | 126 | 'lastname' => $friend['lastName'], |
@@ -131,7 +131,7 @@ discard block |
||
| 131 | 131 | } |
| 132 | 132 | } |
| 133 | 133 | |
| 134 | -if (is_array($Users) && count($Users) > 0 ) { |
|
| 134 | +if (is_array($Users) && count($Users) > 0) { |
|
| 135 | 135 | foreach ($Users as $user) { |
| 136 | 136 | if ($user['group_id'] != $group_id) { |
| 137 | 137 | $nosessionUsersList[$user['user_id']] = api_get_person_name( |
@@ -143,7 +143,7 @@ discard block |
||
| 143 | 143 | } |
| 144 | 144 | |
| 145 | 145 | $social_left_content = SocialManager::show_social_menu('invite_friends', $group_id); |
| 146 | -$social_right_content = '<h2>'.Security::remove_XSS($group_info['name'], STUDENT, true).'</h2>'; |
|
| 146 | +$social_right_content = '<h2>'.Security::remove_XSS($group_info['name'], STUDENT, true).'</h2>'; |
|
| 147 | 147 | |
| 148 | 148 | if (count($nosessionUsersList) == 0) { |
| 149 | 149 | $friends = SocialManager::get_friends(api_get_user_id()); |
@@ -179,7 +179,7 @@ discard block |
||
| 179 | 179 | array(GROUP_USER_PERMISSION_PENDING_INVITATION) |
| 180 | 180 | ); |
| 181 | 181 | |
| 182 | -if (is_array($members) && count($members)>0) { |
|
| 182 | +if (is_array($members) && count($members) > 0) { |
|
| 183 | 183 | foreach ($members as &$member) { |
| 184 | 184 | $image = UserManager::getUserPicture($member['id']); |
| 185 | 185 | $member['image'] = '<img src="'.$image.'" width="50px" height="50px" />'; |
@@ -117,7 +117,7 @@ discard block |
||
| 117 | 117 | $group_id |
| 118 | 118 | ); |
| 119 | 119 | $social_menu_block = SocialManager::show_social_menu('member_list', $group_id); |
| 120 | -$social_right_content = '<h2>' . $group_info['name'] . '</h2>'; |
|
| 120 | +$social_right_content = '<h2>'.$group_info['name'].'</h2>'; |
|
| 121 | 121 | |
| 122 | 122 | foreach ($users as $user) { |
| 123 | 123 | switch ($user['relation_type']) { |
@@ -136,24 +136,24 @@ discard block |
||
| 136 | 136 | ) |
| 137 | 137 | ) |
| 138 | 138 | ) { |
| 139 | - $user['link'] = '<a href="group_members.php?id=' . $group_id . '&u=' . $user['id'] . '&action=delete">' . |
|
| 139 | + $user['link'] = '<a href="group_members.php?id='.$group_id.'&u='.$user['id'].'&action=delete">'. |
|
| 140 | 140 | Display::return_icon( |
| 141 | 141 | 'delete.png', |
| 142 | 142 | get_lang('DeleteFromGroup') |
| 143 | - ) . '</a>' . |
|
| 144 | - '<a href="group_members.php?id=' . $group_id . '&u=' . $user['id'] . '&action=set_moderator">' . |
|
| 143 | + ).'</a>'. |
|
| 144 | + '<a href="group_members.php?id='.$group_id.'&u='.$user['id'].'&action=set_moderator">'. |
|
| 145 | 145 | Display::return_icon( |
| 146 | 146 | 'social_moderator_add.png', |
| 147 | 147 | get_lang('AddModerator') |
| 148 | - ) . '</a>'; |
|
| 148 | + ).'</a>'; |
|
| 149 | 149 | } |
| 150 | 150 | break; |
| 151 | 151 | case GROUP_USER_PERMISSION_PENDING_INVITATION: |
| 152 | - $user['link'] = '<a href="group_members.php?id=' . $group_id . '&u=' . $user['id'] . '&action=add">' . |
|
| 152 | + $user['link'] = '<a href="group_members.php?id='.$group_id.'&u='.$user['id'].'&action=add">'. |
|
| 153 | 153 | Display::return_icon( |
| 154 | 154 | 'pending_invitation.png', |
| 155 | 155 | get_lang('PendingInvitation') |
| 156 | - ) . '</a>'; |
|
| 156 | + ).'</a>'; |
|
| 157 | 157 | break; |
| 158 | 158 | case GROUP_USER_PERMISSION_MODERATOR: |
| 159 | 159 | $user['link'] = Display::return_icon( |
@@ -162,17 +162,17 @@ discard block |
||
| 162 | 162 | ); |
| 163 | 163 | //only group admin can manage moderators |
| 164 | 164 | if ($user_role == GROUP_USER_PERMISSION_ADMIN) { |
| 165 | - $user['link'] .= '<a href="group_members.php?id=' . $group_id . '&u=' . $user['id'] . '&action=delete_moderator">'. |
|
| 165 | + $user['link'] .= '<a href="group_members.php?id='.$group_id.'&u='.$user['id'].'&action=delete_moderator">'. |
|
| 166 | 166 | Display::return_icon( |
| 167 | 167 | 'social_moderator_delete.png', |
| 168 | 168 | get_lang('DeleteModerator') |
| 169 | - ) . '</a>'; |
|
| 169 | + ).'</a>'; |
|
| 170 | 170 | } |
| 171 | 171 | break; |
| 172 | 172 | } |
| 173 | 173 | |
| 174 | 174 | $userPicture = UserManager::getUserPicture($user['id']); |
| 175 | - $user['image'] = '<img src="' . $userPicture . '" width="50px" height="50px" />'; |
|
| 175 | + $user['image'] = '<img src="'.$userPicture.'" width="50px" height="50px" />'; |
|
| 176 | 176 | $new_member_list[] = $user; |
| 177 | 177 | } |
| 178 | 178 | if (count($new_member_list) > 0) { |
@@ -11,13 +11,13 @@ discard block |
||
| 11 | 11 | require_once '../inc/global.inc.php'; |
| 12 | 12 | |
| 13 | 13 | api_block_anonymous_users(); |
| 14 | -if (api_get_setting('allow_social_tool') !='true') { |
|
| 14 | +if (api_get_setting('allow_social_tool') != 'true') { |
|
| 15 | 15 | api_not_allowed(); |
| 16 | 16 | } |
| 17 | 17 | |
| 18 | 18 | $this_section = SECTION_SOCIAL; |
| 19 | 19 | |
| 20 | -$group_id= intval($_GET['id']); |
|
| 20 | +$group_id = intval($_GET['id']); |
|
| 21 | 21 | $usergroup = new UserGroup(); |
| 22 | 22 | |
| 23 | 23 | //todo @this validation could be in a function in group_portal_manager |
@@ -35,9 +35,9 @@ discard block |
||
| 35 | 35 | } |
| 36 | 36 | } |
| 37 | 37 | |
| 38 | -$interbreadcrumb[]= array ('url' =>'groups.php','name' => get_lang('Groups')); |
|
| 38 | +$interbreadcrumb[] = array('url' =>'groups.php', 'name' => get_lang('Groups')); |
|
| 39 | 39 | $interbreadcrumb[] = array('url' => 'group_view.php?id='.$group_id, 'name' => $group_info['name']); |
| 40 | -$interbreadcrumb[]= array ('url' =>'#','name' => get_lang('WaitingList')); |
|
| 40 | +$interbreadcrumb[] = array('url' =>'#', 'name' => get_lang('WaitingList')); |
|
| 41 | 41 | |
| 42 | 42 | // Group information |
| 43 | 43 | $admins = $usergroup->get_users_by_group( |
@@ -49,7 +49,7 @@ discard block |
||
| 49 | 49 | ); |
| 50 | 50 | $show_message = ''; |
| 51 | 51 | |
| 52 | -if (isset($_GET['action']) && $_GET['action']=='accept') { |
|
| 52 | +if (isset($_GET['action']) && $_GET['action'] == 'accept') { |
|
| 53 | 53 | // we add a user only if is a open group |
| 54 | 54 | $user_join = intval($_GET['u']); |
| 55 | 55 | //if i'm a moderator |
@@ -59,7 +59,7 @@ discard block |
||
| 59 | 59 | } |
| 60 | 60 | } |
| 61 | 61 | |
| 62 | -if (isset($_GET['action']) && $_GET['action']=='deny') { |
|
| 62 | +if (isset($_GET['action']) && $_GET['action'] == 'deny') { |
|
| 63 | 63 | // we add a user only if is a open group |
| 64 | 64 | $user_join = intval($_GET['u']); |
| 65 | 65 | //if i'm a moderator |
@@ -69,9 +69,9 @@ discard block |
||
| 69 | 69 | } |
| 70 | 70 | } |
| 71 | 71 | |
| 72 | -if (isset($_GET['action']) && $_GET['action']=='set_moderator') { |
|
| 72 | +if (isset($_GET['action']) && $_GET['action'] == 'set_moderator') { |
|
| 73 | 73 | // we add a user only if is a open group |
| 74 | - $user_moderator= intval($_GET['u']); |
|
| 74 | + $user_moderator = intval($_GET['u']); |
|
| 75 | 75 | //if i'm the admin |
| 76 | 76 | if ($usergroup->is_group_admin($group_id)) { |
| 77 | 77 | $usergroup->update_user_role($user_moderator, $group_id, GROUP_USER_PERMISSION_MODERATOR); |
@@ -91,7 +91,7 @@ discard block |
||
| 91 | 91 | $social_left_content = SocialManager::show_social_menu('waiting_list', $group_id); |
| 92 | 92 | |
| 93 | 93 | // Display form |
| 94 | -foreach($users as $user) { |
|
| 94 | +foreach ($users as $user) { |
|
| 95 | 95 | switch ($user['relation_type']) { |
| 96 | 96 | case GROUP_USER_PERMISSION_PENDING_INVITATION_SENT_BY_USER: |
| 97 | 97 | $user['link'] = '<a href="group_waiting_list.php?id='.$group_id.'&u='.$user['user_id'].'&action=accept">'. |
@@ -128,7 +128,7 @@ |
||
| 128 | 128 | if (isset($friends[$j])) { |
| 129 | 129 | $friend = $friends[$j]; |
| 130 | 130 | $user_name = api_xml_http_response_encode($friend['firstName'].' '.$friend['lastName']); |
| 131 | - $userPicture = UserManager::getUserPicture($friend['friend_user_id']); |
|
| 131 | + $userPicture = UserManager::getUserPicture($friend['friend_user_id']); |
|
| 132 | 132 | |
| 133 | 133 | $friend_html .= ' |
| 134 | 134 | <div class="col-md-3"> |
@@ -132,15 +132,15 @@ |
||
| 132 | 132 | |
| 133 | 133 | $friend_html .= ' |
| 134 | 134 | <div class="col-md-3"> |
| 135 | - <div class="thumbnail text-center" id="div_' . $friends[$j]['friend_user_id'] . '"> |
|
| 136 | - <img src="' . $userPicture . '" class="img-responsive" id="imgfriend_' . $friend['friend_user_id'] . '" title="'.$user_name.'"> |
|
| 135 | + <div class="thumbnail text-center" id="div_' . $friends[$j]['friend_user_id'].'"> |
|
| 136 | + <img src="' . $userPicture.'" class="img-responsive" id="imgfriend_'.$friend['friend_user_id'].'" title="'.$user_name.'"> |
|
| 137 | 137 | <div class="caption"> |
| 138 | 138 | <h3> |
| 139 | - <a href="profile.php?u=' . $friend['friend_user_id'] . '">' . $user_name . '</a> |
|
| 139 | + <a href="profile.php?u=' . $friend['friend_user_id'].'">'.$user_name.'</a> |
|
| 140 | 140 | </h3> |
| 141 | 141 | <p> |
| 142 | - <button class="btn btn-danger" onclick="delete_friend(this)" id=img_' . $friend['friend_user_id'] . '> |
|
| 143 | - ' . get_lang('Delete') . ' |
|
| 142 | + <button class="btn btn-danger" onclick="delete_friend(this)" id=img_' . $friend['friend_user_id'].'> |
|
| 143 | + ' . get_lang('Delete').' |
|
| 144 | 144 | </button> |
| 145 | 145 | </p> |
| 146 | 146 | </div> |