commented attend fields because this feature in not implemented yet

This commit is contained in:
bobopinna
2007-05-27 16:32:59 +00:00
parent 456980415c
commit 2b90f94115
+2 -2
View 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'));