Merge branch 'MDL-73990-master' of https://github.com/sharidas/moodle
This commit is contained in:
@@ -26,7 +26,7 @@ $string['activityattachments'] = 'Assignment activity attachments';
|
||||
$string['activitydate:submissionsdue'] = 'Due:';
|
||||
$string['activitydate:submissionsopen'] = 'Opens:';
|
||||
$string['activitydate:submissionsopened'] = 'Opened:';
|
||||
$string['activityeditor'] = 'Activity';
|
||||
$string['activityeditor'] = 'Activity instructions';
|
||||
$string['activityeditor_help'] = 'The actions you would like the student to complete for this assignment. This is only shown on the submission page where a students edits and submits their assignment.';
|
||||
$string['activityoverview'] = 'You have assignments that need attention';
|
||||
$string['addattempt'] = 'Allow another attempt';
|
||||
|
||||
@@ -4927,12 +4927,10 @@ class assign {
|
||||
$PAGE->blocks->add_fake_block($bc, reset($regions));
|
||||
}
|
||||
|
||||
$PAGE->activityheader->disable();
|
||||
|
||||
$o .= $this->get_renderer()->render(
|
||||
new assign_header($this->get_instance(),
|
||||
$this->get_context(),
|
||||
false,
|
||||
$this->show_intro(),
|
||||
$this->get_course_module()->id,
|
||||
$title,
|
||||
'',
|
||||
|
||||
@@ -142,7 +142,7 @@
|
||||
}
|
||||
|
||||
}}
|
||||
<div class="container-fluid mb-1">
|
||||
<div class="container-fluid mb-4">
|
||||
<div class="row">
|
||||
{{#submit}}
|
||||
<div class="col-xs-6 mr-3">
|
||||
|
||||
Reference in New Issue
Block a user