parameter added
This commit is contained in:
parent
e30061d84c
commit
d15a4535c5
3 changed files with 5 additions and 1 deletions
|
|
@ -40,6 +40,9 @@ class block_timetable_edit_form extends block_edit_form {
|
|||
$mform->addElement('header', 'configheader', get_string('blocksettings', 'block'));
|
||||
|
||||
// Please keep in mind that all elements defined here must start with 'config_'.
|
||||
$mform->addElement('text', 'config_class', get_string('class', 'block_timetable'));
|
||||
$mform->setDefault('config_class', '');
|
||||
$mform->setType('config_class', PARAM_RAW);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue