Compare commits

..

No commits in common. "d15a4535c51c0df9456fea682e220b47634f0172" and "221764b7b9d14b40db2d8d8be3f18990ac41a656" have entirely different histories.

7 changed files with 3 additions and 11 deletions

View file

@ -1,10 +1,8 @@
# block_timetable #
block_timetable is a moodle-block-plugin that provides timetables based on Untis export data.
TODO Describe the plugin shortly here.
![timetable text](doc/timetable1_small.png)
The plugin requires that the mod_timetable plugin is installed.
TODO Provide more detailed description here.
## License ##

View file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

View file

@ -40,9 +40,6 @@ 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);
}
}

View file

@ -26,6 +26,3 @@
defined('MOODLE_INTERNAL') || die();
$string['pluginname'] = 'timetable';
$string['timetable:addinstance'] = 'add timetable';
$string['timetable:addmyinstance'] = 'add timetable';
$string['class'] = 'class';

View file

@ -26,7 +26,7 @@ defined('MOODLE_INTERNAL') || die();
$plugin->component = 'block_timetable';
$plugin->release = '0.1.0';
$plugin->version = 2020120402;
$plugin->version = 2020112101;
$plugin->requires = 2020061500;
$plugin->maturity = MATURITY_ALPHA;
$plugin->dependencies = [