mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
Fixed xhtml issues. MDL-7861.
This commit is contained in:
parent
048e3e2121
commit
6e6014aea1
@ -152,7 +152,7 @@
|
||||
|
||||
$baseurl = $CFG->wwwroot.'/course/report/participation/index.php?id='.$course->id.'&roleid='
|
||||
.$roleid.'&instanceid='.$instanceid.'&timefrom='.$timefrom.'&moduleid='
|
||||
.$moduleid.'&action='.$action.'&perpage='.$perpage;
|
||||
.$moduleid.'&action='.$action.'&perpage='.$perpage;
|
||||
|
||||
|
||||
// from here assume we have at least the module we're using.
|
||||
@ -334,7 +334,7 @@ function checknos() {
|
||||
echo '<input type="hidden" name="sesskey" value="'.$USER->sesskey.'" />';
|
||||
|
||||
foreach ($users as $u) {
|
||||
$data = array('<a href="'.$CFG->wwwroot.'/user/view.php?id='.$u->userid.'&course='.$course->id.'">'.fullname($u,true).'</a>',
|
||||
$data = array('<a href="'.$CFG->wwwroot.'/user/view.php?id='.$u->userid.'&course='.$course->id.'">'.fullname($u,true).'</a>',
|
||||
((!empty($u->count)) ? get_string('yes').' ('.$u->count.') ' : get_string('no')),
|
||||
'<input type="checkbox" name="user'.$u->userid.'" value="'.$u->count.'" />',
|
||||
);
|
||||
@ -359,10 +359,10 @@ function checknos() {
|
||||
$displaylist['messageselect.php'] = get_string('messageselectadd');
|
||||
choose_from_menu ($displaylist, "formaction", "", get_string("withselectedusers"), "if(checksubmit(this.form))this.form.submit();", "");
|
||||
helpbutton("participantswithselectedusers", get_string("withselectedusers"));
|
||||
echo '<input type="submit" value="' . get_string('ok') . '"';
|
||||
echo '<input type="submit" value="' . get_string('ok') . '" />';
|
||||
echo '</center></form>';
|
||||
}
|
||||
|
||||
print_footer();
|
||||
|
||||
?>
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user