2 if (!isset($CFG->scorm_frameheight
)) {
3 $CFG->scorm_frameheight
= '500';
5 if (!isset($CFG->scorm_framewidth
)) {
6 $CFG->scorm_framewidth
= '100%';
10 <form method=
"post" action=
"module.php" id=
"form">
12 <input type=
"hidden" name=
"sesskey" value=
"<?php echo $USER->sesskey ?>" />
14 <table cellpadding
="9" cellspacing
="0" >
16 <td align
="right">scorm_framewidth
:</td
>
18 <input type
="text" name
="scorm_framewidth" value
="<?php echo $CFG->scorm_framewidth ?>" size
="5" />
21 <?php
print_string("framewidth", "scorm") ?>
25 <td align=
"right">scorm_frameheight:
</td>
27 <input type=
"text" name=
"scorm_frameheight" value=
"<?php echo $CFG->scorm_frameheight ?>" size
="5" />
30 <?php
print_string("frameheight", "scorm") ?>
34 <td colspan=
"3" align=
"center">
35 <input type=
"submit" value=
"<?php print_string("savechanges
") ?>" />