Merge branch 'wip-mdl-29331' of git://github.com/rajeshtaneja/moodle

This commit is contained in:
Sam Hemelryk
2012-03-26 11:57:39 +13:00
+2 -2
View File
@@ -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);