mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 00:20:37 +01:00
Merge branch 'MDL-37190-master-fix2' of https://github.com/snake/moodle
This commit is contained in:
commit
ec010c09b3
@ -31,9 +31,9 @@
|
||||
class block_blog_tags_edit_form extends block_edit_form {
|
||||
protected function specific_definition($mform) {
|
||||
// Fields for editing HTML block title and contents.
|
||||
$mform->addElement('header', 'configheader', get_string('configtitle', 'block_blog_tags'));
|
||||
$mform->addElement('header', 'configheader', get_string('blocksettings', 'block'));
|
||||
|
||||
$mform->addElement('text', 'config_title', get_string('blocktitle', 'blog'));
|
||||
$mform->addElement('text', 'config_title', get_string('configtitle', 'block_blog_tags'));
|
||||
$mform->setDefault('config_title', get_string('blogtags', 'blog'));
|
||||
$mform->setType('config_title', PARAM_TEXT);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user