diff --git a/main/img/message_normal.gif b/main/img/message_normal.gif new file mode 100644 index 0000000000..76d21b403d Binary files /dev/null and b/main/img/message_normal.gif differ diff --git a/main/img/oogie.gif b/main/img/oogie.gif index 88bc2bdf6b..99a3e4195f 100644 Binary files a/main/img/oogie.gif and b/main/img/oogie.gif differ diff --git a/main/mySpace/myStudents.php b/main/mySpace/myStudents.php index 914f214a67..2def8828e2 100644 --- a/main/mySpace/myStudents.php +++ b/main/mySpace/myStudents.php @@ -246,9 +246,23 @@ if(!empty($_GET['student'])) '; } + else{ + echo ' + + + '; + } + + if(!empty($_GET['details'])){ + $widthCellInfos="60%"; + } + else{ + $widthCellInfos="85%"; + } + ?> - +
@@ -306,7 +320,7 @@ if(!empty($_GET['student'])) $sendMail = Display::encrypted_mailto_link($a_infosUser['email'], ' '.get_lang('SendMail')); ?> - + @@ -398,7 +412,7 @@ if(!empty($_GET['student'])) $a_date_end = explode('-',$a_infosCours['date_end']); $date_end = $a_date_end[2].'/'.$a_date_end[1].'/'.$a_date_end[0]; $dateSession = get_lang('Du').' '.$date_start.' '.get_lang('Au').' '.$date_end; - $tableTitle = $a_infosCours['title'].'. '.get_lang('Tutor').' : '.$a_infosCours['tutor_name'].'. '.get_lang('Session').' : '.$dateSession; + $tableTitle = $a_infosCours['title'].'  |  '.get_lang('Tutor').' : '.$a_infosCours['tutor_name']; ?> @@ -467,7 +481,7 @@ if(!empty($_GET['student'])) ?>
@@ -343,7 +357,7 @@ if(!empty($_GET['student']))
- ".'  '.get_lang('Chat').""; ?> + ".'  '.get_lang('chat').""; ?>
- + diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php index 8a189903af..1d1739bfd7 100644 --- a/main/newscorm/learnpath.class.php +++ b/main/newscorm/learnpath.class.php @@ -5990,7 +5990,7 @@ class learnpath { $return .= 'Move the current item '.get_lang("Move").''; if($item_type != 'chapter' && $item_type != 'dokeos_chapter' && $item_type != 'module' && $item_type != 'dokeos_module') - $return .= ''.get_lang( '.get_lang("Prerequisites").''; + //$return .= ''.get_lang( '.get_lang("Prerequisites").''; $return .= 'Delete the current item '.get_lang("Delete").''; diff --git a/main/newscorm/lp_list.php b/main/newscorm/lp_list.php index f22406fb2f..7c2b4250b7 100644 --- a/main/newscorm/lp_list.php +++ b/main/newscorm/lp_list.php @@ -292,15 +292,15 @@ if (is_array($flat_list)) if($details['lp_type']==1){ $dsp_build = ' '; }else{ - $dsp_build = ' '; + $dsp_build = ' '; } if($details['lp_scorm_debug']==1){ $dsp_debug = '' . - 'Hide debug' . + ''.get_lang(' . ' '; }else{ $dsp_debug = '' . - 'Show debug' . + ''.get_lang(' . ' '; }