mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-73439 feedback: Update feedback styling
* Add sub-headings for the Analysis and Responses pages
This commit is contained in:
parent
541d999d27
commit
2d8e8b5c61
@ -54,6 +54,7 @@ $PAGE->activityheader->set_attrs([
|
||||
]);
|
||||
$PAGE->add_body_class('limitedwidth');
|
||||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->heading(get_string('analysis', 'mod_feedback'), 3);
|
||||
|
||||
//get the groupid
|
||||
$mygroupid = groups_get_activity_group($cm, true);
|
||||
|
@ -81,6 +81,7 @@ $renderer = $PAGE->get_renderer('mod_feedback');
|
||||
if (!$mode) {
|
||||
echo $renderer->main_action_bar($actionbar);
|
||||
}
|
||||
echo $OUTPUT->heading(get_string('templates', 'mod_feedback'), 3);
|
||||
|
||||
// First we get the course templates.
|
||||
$templates = feedback_get_template_list($course, 'own');
|
||||
|
@ -96,6 +96,7 @@ echo $OUTPUT->header();
|
||||
/** @var \mod_feedback\output\renderer $renderer */
|
||||
$renderer = $PAGE->get_renderer('mod_feedback');
|
||||
echo $renderer->main_action_bar($actionbar);
|
||||
echo $OUTPUT->heading(get_string('show_entries', 'mod_feedback'), 3);
|
||||
|
||||
$current_tab = 'showentries';
|
||||
|
||||
|
@ -150,7 +150,7 @@
|
||||
}
|
||||
}
|
||||
}}
|
||||
<div class="container-fluid pl-0 pb-1" id="action_bar">
|
||||
<div class="container-fluid pl-0 pb-1 mb-2" id="action_bar">
|
||||
<div class="row pl-0 ml-0">
|
||||
<div class="d-flex">
|
||||
{{#left}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user