mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
NOBUG: fixed whitespace
This commit is contained in:
parent
a775f2c96d
commit
3eb032d743
@ -29,7 +29,7 @@ $PAGE->navbar->add($strchats);
|
||||
$PAGE->set_title($strchats);
|
||||
$PAGE->set_heading($course->fullname);
|
||||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->heading($strchats, 2);
|
||||
echo $OUTPUT->heading($strchats, 2);
|
||||
|
||||
/// Get all the appropriate data
|
||||
|
||||
|
@ -359,7 +359,7 @@
|
||||
$options->noclean = true;
|
||||
}
|
||||
echo $OUTPUT->box(format_module_intro('data', $data, $cm->id), 'generalbox', 'intro');
|
||||
|
||||
|
||||
$returnurl = $CFG->wwwroot . '/mod/data/view.php?d='.$data->id.'&search='.s($search).'&sort='.s($sort).'&order='.s($order).'&';
|
||||
groups_print_activity_menu($cm, $returnurl);
|
||||
|
||||
|
@ -160,7 +160,7 @@
|
||||
$PAGE->set_heading($course->fullname);
|
||||
$PAGE->set_button($searchform);
|
||||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->heading(format_string($forum->name), 2);
|
||||
echo $OUTPUT->heading(format_string($forum->name), 2);
|
||||
|
||||
/// Check to see if groups are being used in this forum
|
||||
/// If so, make sure the current person is allowed to see this discussion
|
||||
|
Loading…
x
Reference in New Issue
Block a user