diff --git a/main/dropbox/dropbox_functions.inc.php b/main/dropbox/dropbox_functions.inc.php index 9c1cf616a5..014521b2d1 100644 --- a/main/dropbox/dropbox_functions.inc.php +++ b/main/dropbox/dropbox_functions.inc.php @@ -521,7 +521,7 @@ function display_add_form() : - + @@ -529,7 +529,7 @@ function display_add_form() : - + @@ -541,13 +541,13 @@ function display_add_form() isCourseTutor || $dropbox_person -> isCourseAdmin) { - echo 5; + echo 10; } else { - echo 3; + echo 6; } - ?>" multiple style="width: 220px;"> + ?>" multiple style="width: 350px;"> '.get_lang('Date').': '.$feedback['feedback_date'].'
'; $output.=''.get_lang('Author').': '.display_user_link($feedback['author_user_id']).'
'; - $output.=''.get_lang('Text').': '.$feedback['feedback'].'
'; + $output.=''.get_lang('Text').': '.nl2br($feedback['feedback']).'
'; return $output; } @@ -1045,7 +1045,7 @@ function feedback_form() $number_users_who_see_file=mysql_num_rows($result); if ($number_users_who_see_file>1) { - $return .= '
'; + $return .= '
'; } else { diff --git a/main/dropbox/index.php b/main/dropbox/index.php index b3d75aef88..ad57c9608c 100644 --- a/main/dropbox/index.php +++ b/main/dropbox/index.php @@ -497,8 +497,6 @@ if ($_GET['view']=='sent' OR $dropbox_cnf['sent_received_tabs']==false) $dropbox_file_data[]=$dropbox_file->last_upload_date; foreach ($dropbox_file->recipients as $recipient) { - //print_r($recipient); - //echo '
'; $receivers_celldata=display_user_link($recipient['user_id'], $recipient['name']).', '.$receivers_celldata; } $dropbox_file_data[]=$receivers_celldata; diff --git a/main/exercice/exercice.php b/main/exercice/exercice.php index 3c5a0d5b45..956140ba25 100644 --- a/main/exercice/exercice.php +++ b/main/exercice/exercice.php @@ -24,7 +24,7 @@ * @author Olivier Brouckaert, original author * @author Denes Nagy, HotPotatoes integration * @author Wolfgang Schneider, code/html cleanup -* @version $Id: exercice.php 11113 2007-02-14 17:43:58Z elixir_inter $ +* @version $Id: exercice.php 11197 2007-02-22 16:03:42Z elixir_julian $ */ @@ -671,13 +671,11 @@ if($show == 'test'){ if($_configuration['tracking_enabled']) { ?> -
-

"exercice.php","name" => get_lang('StudentScore')); - echo $is_allowedToEdit?get_lang('StudentResults'):get_lang('YourResults'); ?>

+ //echo $is_allowedToEdit?get_lang('StudentResults'):get_lang('YourResults'); ?> You attempt for the test #test# has been viewed/commented/correct  '.get_lang("Show").' >>

'; + echo '

 '.get_lang("Results").' >>

'; }// end if($show == 'result')