mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-47980 gradebook: fixed label for bulk insert select box
This commit is contained in:
parent
f2db391f59
commit
b7ee86966b
@ -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