From 41d17035345271806d741c06ffaab5cfb3114d4f Mon Sep 17 00:00:00 2001 From: bobopinna Date: Tue, 30 Aug 2005 07:26:30 +0000 Subject: [PATCH] New popup mode Fixed style sheet --- course/format/scorm/format.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/course/format/scorm/format.php b/course/format/scorm/format.php index 6deb484d088..aa203cb8eae 100644 --- a/course/format/scorm/format.php +++ b/course/format/scorm/format.php @@ -5,9 +5,6 @@ require_once("$CFG->dirroot/mod/forum/lib.php"); require_once($CFG->dirroot.'/mod/scorm/lib.php'); - echo ''; $organization = optional_param('organization', '', PARAM_INT); // Bounds for block widths @@ -38,7 +35,7 @@ echo ''; } - echo ''; + echo '
'; if ($scorms = get_all_instances_in_course("scorm", $course)) { // The SCORM with the least id is the course SCORM $scorm = current($scorms); @@ -102,7 +99,7 @@ print_simple_box_end(); ?>
-
+ popup == 1?' target="newwin"':'' ?>> hidebrowse == 0) { print_string("mode","scorm"); @@ -158,7 +155,7 @@ notify('Could not find a SCORM course here'); } } - echo ''; + echo '
'; // The right column if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT) || $editing) {