Index: temp_moodle_dev/lamstwo/view.php =================================================================== RCS file: /usr/local/cvsroot/temp_moodle_dev/lamstwo/Attic/view.php,v diff -u -r1.6 -r1.7 --- temp_moodle_dev/lamstwo/view.php 22 Aug 2008 05:07:12 -0000 1.6 +++ temp_moodle_dev/lamstwo/view.php 29 Aug 2008 07:23:19 -0000 1.7 @@ -68,7 +68,7 @@ echo '
'; echo '
'; echo "  "; + onclick=\"openAuthor('$authorurl','author','location=0,toolbar=0,menubar=0,statusbar=0,width=996,height=700,resizable',0)\" />  "; echo "
wwwroot/mod/lamstwo/add.php\">"; echo '
'; echo ""; @@ -103,12 +103,12 @@ $lessonlink = $lesson->name; if ($canparticipate) { $learnerurl = lamstwo_get_url($USER->username, $locale['lang'], $locale['country'], $lesson->lesson_id, $course->id, $LAMS2CONSTANTS->learner_method); - $learnerurl = "onclick=\"javascript:window.open('".$learnerurl."','learner','location=0,toolbar=0,menubar=0,statusbar=0,width=796,height=570,resizable',0)\""; + $learnerurl = "onclick=\"javascript:window.open('".$learnerurl."','learner','location=0,toolbar=0,menubar=0,statusbar=0,width=996,height=600,resizable',0)\""; $lessonlink = "$lesson->name"; } if ($canmanage) { $monitorurl = lamstwo_get_url($USER->username, $locale['lang'], $locale['country'], $lesson->lesson_id, $course->id, $LAMS2CONSTANTS->monitor_method); - $monitorurl = "onclick=\"javascript:window.open('".$monitorurl."','monitor','location=0,toolbar=0,menubar=0,statusbar=0,width=796,height=570,resizable',0)\""; + $monitorurl = "onclick=\"javascript:window.open('".$monitorurl."','monitor','location=0,toolbar=0,menubar=0,statusbar=0,width=996,height=600,resizable',0)\""; $monitorlink = "".get_string('openmonitor', 'lamstwo').""; $links .= $monitorlink; }