mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Splitted scoes optional data in a new table
This commit is contained in:
parent
9c03bbaa04
commit
b3659259fd
19 changed files with 633 additions and 378 deletions
|
@ -11,25 +11,6 @@
|
|||
<input type="hidden" name="sesskey" value="<?php echo $USER->sesskey ?>">
|
||||
|
||||
<table cellpadding="9" cellspacing="0" >
|
||||
<!--<tr valign="top">
|
||||
<td align="right">scorm_validate:</td>
|
||||
<td>
|
||||
<?php
|
||||
unset($choices);
|
||||
$choices[""] = get_string("none");
|
||||
if (extension_loaded('domxml')) {
|
||||
$choices["domxml"] = get_string("domxml","scorm");
|
||||
}
|
||||
if (version_compare(phpversion(),"5.0.0",">=")) {
|
||||
$choices["php5"] = get_string("php5","scorm");
|
||||
}
|
||||
choose_from_menu ($choices, "scorm_validate", $CFG->scorm_validate, "");
|
||||
?>
|
||||
</td>
|
||||
<td>
|
||||
<?php print_string("validationtype", "scorm") ?>
|
||||
</td>
|
||||
</tr> -->
|
||||
<tr valign="top">
|
||||
<td align="right">scorm_framewidth:</td>
|
||||
<td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue