Skip to content

Commit

Permalink
Merge branch 'MDL-73990-master' of https://github.com/sharidas/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaies committed Mar 2, 2022
2 parents 1920243 + a2b003a commit 6a1078d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mod/assign/lang/en/assign.php
Expand Up @@ -26,7 +26,7 @@
$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';
Expand Down
4 changes: 1 addition & 3 deletions mod/assign/locallib.php
Expand Up @@ -4927,12 +4927,10 @@ protected function view_edit_submission_page($mform, $notices) {
$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,
'',
Expand Down
2 changes: 1 addition & 1 deletion mod/assign/templates/user_submission_actionmenu.mustache
Expand Up @@ -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">
Expand Down

0 comments on commit 6a1078d

Please sign in to comment.