Compare commits
	
		
			No commits in common. "d15a4535c51c0df9456fea682e220b47634f0172" and "221764b7b9d14b40db2d8d8be3f18990ac41a656" have entirely different histories.
		
	
	
		
			d15a4535c5
			...
			221764b7b9
		
	
		
					 7 changed files with 3 additions and 11 deletions
				
			
		| 
						 | 
					@ -1,10 +1,8 @@
 | 
				
			||||||
# block_timetable #
 | 
					# block_timetable #
 | 
				
			||||||
 | 
					
 | 
				
			||||||
block_timetable is a moodle-block-plugin that provides timetables based on Untis export data.
 | 
					TODO Describe the plugin shortly here.
 | 
				
			||||||
 | 
					
 | 
				
			||||||

 | 
					TODO Provide more detailed description here.
 | 
				
			||||||
 | 
					 | 
				
			||||||
The plugin requires that the mod_timetable plugin is installed.
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
## License ##
 | 
					## License ##
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 39 KiB  | 
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 50 KiB  | 
| 
						 | 
					@ -40,9 +40,6 @@ class block_timetable_edit_form extends block_edit_form {
 | 
				
			||||||
        $mform->addElement('header', 'configheader', get_string('blocksettings', 'block'));
 | 
					        $mform->addElement('header', 'configheader', get_string('blocksettings', 'block'));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // Please keep in mind that all elements defined here must start with 'config_'.
 | 
					        // 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);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -26,6 +26,3 @@
 | 
				
			||||||
defined('MOODLE_INTERNAL') || die();
 | 
					defined('MOODLE_INTERNAL') || die();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$string['pluginname'] = 'timetable';
 | 
					$string['pluginname'] = 'timetable';
 | 
				
			||||||
$string['timetable:addinstance'] = 'add timetable';
 | 
					 | 
				
			||||||
$string['timetable:addmyinstance'] = 'add timetable';
 | 
					 | 
				
			||||||
$string['class'] = 'class';
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -26,7 +26,7 @@ defined('MOODLE_INTERNAL') || die();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$plugin->component = 'block_timetable';
 | 
					$plugin->component = 'block_timetable';
 | 
				
			||||||
$plugin->release = '0.1.0';
 | 
					$plugin->release = '0.1.0';
 | 
				
			||||||
$plugin->version = 2020120402;
 | 
					$plugin->version = 2020112101;
 | 
				
			||||||
$plugin->requires = 2020061500;
 | 
					$plugin->requires = 2020061500;
 | 
				
			||||||
$plugin->maturity = MATURITY_ALPHA;
 | 
					$plugin->maturity = MATURITY_ALPHA;
 | 
				
			||||||
$plugin->dependencies = [
 | 
					$plugin->dependencies = [
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue