mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
calendar MDL-22887 Output is now through a renderer, all pages have navigation, and now uses true pretend blocks.
This commit is contained in:
parent
de832702ad
commit
36dc3b7104
18 changed files with 1058 additions and 939 deletions
|
@ -115,7 +115,7 @@ class event_form extends moodleform {
|
|||
$mform->addElement('radio', 'duration', get_string('eventduration', 'calendar'), get_string('durationnone', 'calendar'), 0);
|
||||
|
||||
$mform->addElement('radio', 'duration', null, get_string('durationuntil', 'calendar'), 1);
|
||||
$mform->addElement('date_time_selector', 'timedurationuntil', null);
|
||||
$mform->addElement('date_time_selector', 'timedurationuntil', ' ');
|
||||
$mform->disabledIf('timedurationuntil','duration','noteq', 1);
|
||||
|
||||
$mform->addElement('radio', 'duration', null, get_string('durationminutes', 'calendar'), 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue