mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Cleaning up xhtml markup. Code now validates for xhtml 1.0 transitional.
This commit is contained in:
parent
7541b03f28
commit
af25f45e1a
21 changed files with 224 additions and 135 deletions
|
@ -197,6 +197,7 @@
|
|||
//if not editting teacher, check whether user has sufficient records to view
|
||||
if (!isteacheredit($course->id) and data_numentries($data) < $data->requiredentriestoview){
|
||||
notify (($data->requiredentriestoview - data_numentris(data)).' '.get_string('insufficiententries','data'));
|
||||
echo '</td></tr></table>';
|
||||
print_footer($course);
|
||||
exit;
|
||||
}
|
||||
|
@ -340,6 +341,7 @@
|
|||
}
|
||||
|
||||
data_print_preference_form($data, $perpage, $search);
|
||||
echo '</td></tr></table>';
|
||||
print_footer($course);
|
||||
exit;
|
||||
}
|
||||
|
@ -371,11 +373,10 @@
|
|||
}
|
||||
|
||||
data_print_preference_form($data, $perpage, $search, $sort, $order);
|
||||
|
||||
/// Finish the page
|
||||
|
||||
|
||||
// Finish the page
|
||||
echo '</td></tr></table>';
|
||||
|
||||
|
||||
print_footer($course);
|
||||
|
||||
?>
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue