mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Removed tabs
This commit is contained in:
parent
bee7ee3815
commit
dabfd0ed85
67 changed files with 8204 additions and 8204 deletions
|
@ -136,8 +136,8 @@
|
|||
error('Flash is not supported yet');
|
||||
|
||||
} else if ($mimetype == "audio/x-pn-realaudio") { // It's a realmedia file
|
||||
|
||||
echo '<object id="rvocx" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="600" height="50">';
|
||||
|
||||
echo '<object id="rvocx" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="600" height="50">';
|
||||
echo "<param name=\"src\" value=\"$fullurl\">";
|
||||
echo '<param name="console" value="video">'; // not sure what the console param should equal
|
||||
echo '<param name="controls" value="ControlPanel">';
|
||||
|
|
|
@ -461,9 +461,9 @@ if ($form->mode == "add") {
|
|||
$select = "course = $course->id AND id != $form->instance";
|
||||
}
|
||||
if ($lessons = get_records_select('lesson', $select, 'name ASC')) {
|
||||
foreach($lessons as $lesson) {
|
||||
$options[$lesson->id] = $lesson->name;
|
||||
}
|
||||
foreach($lessons as $lesson) {
|
||||
$options[$lesson->id] = $lesson->name;
|
||||
}
|
||||
}
|
||||
|
||||
choose_from_menu($options, "dependency", $form->dependency, "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue