[svn r22249] FS#2867 - The online editor: Renaming a toolbar, 'Gradebook' --> 'AssessmentsItroduction'.

skala
Ivan Tcholakov 16 years ago
parent f822c717a2
commit b14d0fd3cd
  1. 6
      main/gradebook/index.php
  2. 0
      main/inc/lib/fckeditor/toolbars/assessments_introduction.php
  3. 0
      main/inc/lib/fckeditor/toolbars_maxi/assessments_introduction.php

@ -82,7 +82,7 @@ if ( (isset($_GET['selectcat']) && $_GET['selectcat']>0) && (isset($_SESSION['st
Display :: display_header(get_lang('Details'));
//Introduction tool: student view
Display::display_introduction_section(TOOL_GRADEBOOK, array('ToolbarSet' => 'Gradebook'));
Display::display_introduction_section(TOOL_GRADEBOOK, array('ToolbarSet' => 'AssessmentsIntroduction'));
$category= $_GET['selectcat'];
$stud_id=api_get_user_id();
@ -103,7 +103,7 @@ if ( (isset($_GET['selectcat']) && $_GET['selectcat']>0) && (isset($_SESSION['st
Display :: display_header(get_lang('Gradebook'));
//Introduction tool: student view
Display::display_introduction_section(TOOL_GRADEBOOK, array('ToolbarSet' => 'Gradebook'));
Display::display_introduction_section(TOOL_GRADEBOOK, array('ToolbarSet' => 'AssessmentsIntroduction'));
$stud_id=api_get_user_id();
$course_code=api_get_course_id();
@ -749,7 +749,7 @@ if (api_is_platform_admin() || api_is_allowed_to_create_course() || $status==1)
*/
// Tool introduction
Display::display_introduction_section(TOOL_GRADEBOOK, array('ToolbarSet' => 'Gradebook'));
Display::display_introduction_section(TOOL_GRADEBOOK, array('ToolbarSet' => 'AssessmentsIntroduction'));
if ( (isset ($_GET['selectcat']) && $_GET['selectcat']<>0) ) {
//

Loading…
Cancel
Save