From 10b49eabb154863e6e9fcf4750effd3f55ffe2ae Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Thu, 15 Aug 2019 08:44:16 +0800 Subject: [PATCH] MDL-66378 report_participation: Correct label for target --- report/participation/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report/participation/index.php b/report/participation/index.php index 9708951c6cf..cb060fe72e5 100644 --- a/report/participation/index.php +++ b/report/participation/index.php @@ -346,7 +346,7 @@ if (!empty($instanceid) && !empty($roleid)) { } echo ''; echo '
'; - echo html_writer::label(get_string('withselectedusers'), 'formactionselect'); + echo html_writer::label(get_string('withselectedusers'), 'formactionid'); $displaylist['#messageselect'] = get_string('messageselectadd'); echo html_writer::select($displaylist, 'formaction', '', array('' => 'choosedots'), array('id' => 'formactionid')); echo '
';