mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 18:04:43 +02:00
Merge branch 'wip-MDL-35874-master' of git://github.com/phalacee/moodle
This commit is contained in:
commit
bfcbbc9833
@ -1848,6 +1848,7 @@ function block_add_block_ui($page, $output) {
|
||||
|
||||
$actionurl = new moodle_url($page->url, array('sesskey'=>sesskey()));
|
||||
$select = new single_select($actionurl, 'bui_addblock', $menu, null, array(''=>get_string('adddots')), 'add_block');
|
||||
$select->set_label(get_string('addblock'), array('class'=>'accesshide'));
|
||||
$bc->content = $OUTPUT->render($select);
|
||||
return $bc;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user