Index: mod/elluminatelive/preload.php =================================================================== RCS file: /cvsroot/moodle/contrib/patches/elluminate_elm/mod/elluminatelive/preload.php,v retrieving revision 1.1 diff -u -r1.1 preload.php --- mod/elluminatelive/preload.php 9 Apr 2009 19:18:02 -0000 1.1 +++ mod/elluminatelive/preload.php 2 Jun 2009 14:26:45 -0000 @@ -44,14 +44,14 @@ /// Print the page header $strelluminatelives = get_string('modulenameplural', 'elluminatelive'); - $strelluminatelive = get_string('modulename", "elluminatelive'); + $strelluminatelive = get_string('modulename', 'elluminatelive'); $straddpreload = get_string('addwhiteboardpreload', 'elluminatelive'); $strdelpreload = get_string('deletewhiteboardpreload', 'elluminatelive'); $buttontext = update_module_button($cm->id, $course->id, $strelluminatelive); $navigation = build_navigation(empty($delete) ? $straddpreload : $strdelpreload, $cm); - print_header_simple(format_string($elluminatelive->name), "", $navigation, "", "", true, + print_header_simple(format_string($elluminatelive->name), '', $navigation, '', '', true, $buttontext, navmenu($course, $cm)); @@ -156,14 +156,14 @@ } - groups_print_activity_menu($cm, 'view.php?id=' . $cm->id); + groups_print_activity_menu($cm, 'preload.php?id=' . $elluminatelive->id, false, true); $sesskey = !empty($USER->sesskey) ? $USER->sesskey : ''; /// Print the main part of the page print_simple_box_start('center', '50%'); - echo '
Choose a whiteboard file to upload:
'; + echo ''. get_string('preloadchoosewhiteboardfile', 'elluminatelive') . '
'; echo '