Merge branch 'wip-mdl-29331' of git://github.com/rajeshtaneja/moodle
This commit is contained in:
+2
-2
@@ -682,8 +682,8 @@
|
||||
|
||||
$row->cells[2]->text .= implode('', $links);
|
||||
|
||||
if (!empty($messageselect)) {
|
||||
$row->cells[2]->text .= '<br /><input type="checkbox" name="user'.$user->id.'" /> ';
|
||||
if ($bulkoperations) {
|
||||
$row->cells[2]->text .= '<br /><input type="checkbox" class="usercheckbox" name="user'.$user->id.'" /> ';
|
||||
}
|
||||
$table->data = array($row);
|
||||
echo html_writer::table($table);
|
||||
|
||||
Reference in New Issue
Block a user