Merge branch 'MDL-47980-master-fixup' of https://github.com/jethac/moodle

This commit is contained in:
Dan Poltawski 2014-11-06 08:58:27 +00:00
commit 4c37593dcd

View File

@ -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(