]> git.mjollnir.org Git - moodle.git/commitdiff
Added class name for the IFRAME element
authorbobopinna <bobopinna>
Mon, 5 Jun 2006 07:38:46 +0000 (07:38 +0000)
committerbobopinna <bobopinna>
Mon, 5 Jun 2006 07:38:46 +0000 (07:38 +0000)
mod/scorm/player.php

index 6805b2ec7c964032d8c9900494f1267758540daa..d92e43dd6887d2699ffee00674adabde69e11756 100755 (executable)
             if (strpos('MSIE',$_SERVER['HTTP_USER_AGENT']) === false) { \r
                 /// Internet Explorer does not has full support to objects\r
 ?>\r
-                <iframe id="main"\r
+                <iframe id="main" \r
+                        class="scoframe"\r
                         width="<?php echo $scorm->width<=100 ? $scorm->width.'%' : $scorm->width ?>" \r
                         height="<?php echo $scorm->height<=100 ? $scorm->height.'%' : $scorm->height ?>" \r
                         src="loadSCO.php?id=<?php echo $cm->id.$scoidstr.$modestr ?>">\r
                 /// Internet Explorer does not has full support to objects\r
 ?>\r
                     <iframe id="main"\r
+                            class="scoframe"\r
                             width="<?php echo $scorm->width<=100 ? $scorm->width.'%' : $scorm->width ?>" \r
                             height="<?php echo $scorm->height<=100 ? $scorm->height.'%' : $scorm->height ?>" \r
                             src="loadSCO.php?id=<?php echo $cm->id.$scoidstr.$modestr ?>">\r