diff --git a/main/group/group.php b/main/group/group.php
index 0e29d4b54f..130abae7d4 100644
--- a/main/group/group.php
+++ b/main/group/group.php
@@ -41,7 +41,7 @@
INIT SECTION
==============================================================================
*/
-// name of the language file that needs to be included
+// name of the language file that needs to be included
$language_file = "group";
include ('../inc/global.inc.php');
$this_section=SECTION_COURSES;
@@ -53,9 +53,9 @@ $nameTools = get_lang("GroupManagement");
Libraries
-----------------------------------------------------------
*/
-include_once (api_get_path(LIBRARY_PATH).'course.lib.php');
+include_once (api_get_path(LIBRARY_PATH).'course.lib.php');
include_once (api_get_path(LIBRARY_PATH).'groupmanager.lib.php');
-include_once (api_get_path(LIBRARY_PATH).'events.lib.inc.php');
+include_once (api_get_path(LIBRARY_PATH).'events.lib.inc.php');
//Create default category if it doesn't exist when group categories aren't allowed
if( api_get_setting('allow_group_categories') == 'false')
@@ -185,18 +185,18 @@ if (api_is_allowed_to_edit())
}
}
// Show admin-panel
- echo ' '.get_lang("NewGroupCreate").' ';
+ echo ''.Display::return_icon('group_add_big.gif').' '.get_lang("NewGroupCreate").' ';
if (get_setting('allow_group_categories') == 'true')
{
echo ''.get_lang("AddCategory").' ';
}
else
{
- echo '
'.get_lang('PropModify').' ';
+ echo ''.Display::return_icon('edit_group.gif').' '.get_lang('PropModify').' ';
}
if( Database::count_rows(Database::get_course_table(TABLE_GROUP)) > 0)
{
- echo '
'.get_lang('GroupOverview').' ';
+ echo ''.Display::return_icon('group_view.gif').' '.get_lang('GroupOverview').' ';
}
}
$group_cats = GroupManager :: get_categories();
diff --git a/main/group/group_space.php b/main/group/group_space.php
index e6e3df497a..3dddc2e165 100644
--- a/main/group/group_space.php
+++ b/main/group/group_space.php
@@ -1,42 +1,42 @@
'.stripslashes($current_group['description']).'';
+if (!empty($current_group['description']))
+{
+ echo '
'.stripslashes($current_group['description']).''; +} /* * Group Tools */ -// If the user is subscribed to the group or the user is a tutor of the group then +// If the user is subscribed to the group or the user is a tutor of the group then if (api_is_allowed_to_edit() OR GroupManager :: is_user_in_group($_SESSION['_uid'], $current_group['id'])) { $tools = ''; // Edited by Patrick Cool, 12 feb 2004: hide the forum link if there is no forum for this group (deleted through forum_admin.php) if (!is_null($current_group['forum_id']) && $current_group['forum_state'] != TOOL_NOT_AVAILABLE) { - $tools .= "
'.$tools.''; + echo ''.get_lang("Tools").':'; + if (!empty($tools)) + { + echo '
'.$tools.''; + } } else @@ -184,29 +191,33 @@ else $tools = ''; if ($current_group['forum_state'] == TOOL_PUBLIC && !is_null($current_group['forum_id'])) { - $tools .= "
'.$tools.''; } - echo ''.get_lang("GroupTools").':
'.$tools.''; } /* @@ -224,7 +235,11 @@ else $tutor_info .= ""; } } -echo ''.get_lang("GroupTutors").':
'.$tutor_info.''; +echo ''.get_lang("GroupTutors").':'; +if (!empty($tutor_info)) +{ + echo '
'.$tutor_info.''; +} @@ -246,9 +261,9 @@ else } echo ''.get_lang("GroupMembers").':
'.$member_info.''; /* -============================================================================== - FOOTER -============================================================================== +============================================================================== + FOOTER +============================================================================== */ if ($origin != 'learnpath') { diff --git a/main/inc/lib/main_api.lib.php b/main/inc/lib/main_api.lib.php index b6e76e678e..082e288fb9 100644 --- a/main/inc/lib/main_api.lib.php +++ b/main/inc/lib/main_api.lib.php @@ -1144,6 +1144,7 @@ function api_display_tool_view_option() else { $sourceurl = $_SERVER['REQUEST_URI']; + $sourceurl = str_replace('&', '&', $sourceurl); } if ($isStudentView == "true" and $_SESSION["studentview"]) { @@ -1735,22 +1736,22 @@ function api_parse_tex($textext) */ function api_time_to_hms($seconds) { - + //How many hours ? $hours = floor($seconds / 3600); //How many minutes ? - $min = floor(($seconds - ($hours * 3600)) / 60); + $min = floor(($seconds - ($hours * 3600)) / 60); //How many seconds $sec = floor($seconds - ($hours * 3600) - ($min * 60)); - + if ($sec < 10) $sec = "0".$sec; - + if ($min < 10) $min = "0".$min; - + return $hours.":".$min.":".$sec; } diff --git a/main/user/user.php b/main/user/user.php index 3544ac002b..2df093ef9c 100644 --- a/main/user/user.php +++ b/main/user/user.php @@ -311,10 +311,10 @@ Display::display_introduction_section(TOOL_USER, $is_allowed); if( api_is_allowed_to_edit()) { echo "
".Display :: encrypted_mailto_link($mainUserInfo['email'], $mainUserInfo['email'])."
"; @@ -363,11 +379,11 @@ elseif ($displayMode == "viewContentList") // default display } else { - echo "",$mainUserInfo['email'],"", echo "
". Display::encrypted_mailto_link($mainUserInfo['email'],$mainUserInfo['email']). "
"; - - echo "\n"; } if (get_setting('allow_user_headings') == 'true' && $allowedToEditDef) // only course administrators see this line @@ -436,7 +450,7 @@ elseif ($displayMode == "viewContentList") // default display echo "