From: bobopinna Date: Sun, 27 May 2007 16:32:59 +0000 (+0000) Subject: commented attend fields because this feature in not implemented yet X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2b90f94115f318fc653c9faae8401a91f184bcef;p=moodle.git commented attend fields because this feature in not implemented yet --- diff --git a/mod/scorm/mod_form.php b/mod/scorm/mod_form.php index 63c836f198..979949d10f 100644 --- a/mod/scorm/mod_form.php +++ b/mod/scorm/mod_form.php @@ -72,7 +72,7 @@ class mod_scorm_mod_form extends moodleform_mod { $mform->setAdvanced('whatgrade'); // Activation period - $mform->addElement('static', '', '' ,'
'); +/* $mform->addElement('static', '', '' ,'
'); $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', '', '' ,'
'); $mform->addElement('static', 'stagesize', get_string('stagesize','scorm'));