mirror of
https://github.com/moodle/moodle.git
synced 2025-04-11 11:23:52 +02:00
Merge branch 'MDL-47980-master-fixup' of https://github.com/jethac/moodle
This commit is contained in:
commit
4c37593dcd
@ -95,10 +95,16 @@ class bulk_insert extends element {
|
||||
|
||||
$selectlabel = html_writer::label(
|
||||
$insertappliesto,
|
||||
$this->selectname
|
||||
'menu' . $this->selectname
|
||||
);
|
||||
$select = html_writer::select(
|
||||
$insertoptions, $this->selectname, 'blanks', false
|
||||
$insertoptions,
|
||||
$this->selectname,
|
||||
'blanks',
|
||||
false,
|
||||
array(
|
||||
'id' => 'menu' . $this->selectname
|
||||
)
|
||||
);
|
||||
|
||||
$textlabel = html_writer::label(
|
||||
|
Loading…
x
Reference in New Issue
Block a user