]> git.mjollnir.org Git - moodle.git/commitdiff
commented attend fields because this feature in not implemented yet
authorbobopinna <bobopinna>
Sun, 27 May 2007 16:32:59 +0000 (16:32 +0000)
committerbobopinna <bobopinna>
Sun, 27 May 2007 16:32:59 +0000 (16:32 +0000)
mod/scorm/mod_form.php

index 63c836f1985c817be5f37e5024a7a295a5100b33..979949d10f73a18d1296426a4e595e75d3bca3b0 100644 (file)
@@ -72,7 +72,7 @@ class mod_scorm_mod_form extends moodleform_mod {
         $mform->setAdvanced('whatgrade');
 
 // Activation period
-        $mform->addElement('static', '', '' ,'<hr />');
+/*        $mform->addElement('static', '', '' ,'<hr />');
         $mform->addElement('static', 'activation', get_string('activation','scorm'));
         $datestartgrp = array();
         $datestartgrp[] = &$mform->createElement('date_time_selector', 'startdate');
@@ -89,7 +89,7 @@ class mod_scorm_mod_form extends moodleform_mod {
         $mform->setDefault('enddate', 0);
         $mform->setDefault('enddisabled', 1);
         $mform->disabledIf('dateendgrp', 'enddisabled', 'checked');
-
+*/
 // Stage Size
         $mform->addElement('static', '', '' ,'<hr />');
         $mform->addElement('static', 'stagesize', get_string('stagesize','scorm'));