diff --git a/grade/edit/outcome/edit.php b/grade/edit/outcome/edit.php index 036d50549a8ac..24bd77a964958 100644 --- a/grade/edit/outcome/edit.php +++ b/grade/edit/outcome/edit.php @@ -39,6 +39,7 @@ $url->param('id', $id); } $PAGE->set_url($url); +$PAGE->set_pagelayout('admin'); $systemcontext = get_context_instance(CONTEXT_SYSTEM); $heading = null; diff --git a/grade/edit/scale/edit.php b/grade/edit/scale/edit.php index 4b301e5af56d1..ba664bb83ecb2 100644 --- a/grade/edit/scale/edit.php +++ b/grade/edit/scale/edit.php @@ -24,6 +24,7 @@ $id = optional_param('id', 0, PARAM_INT); $PAGE->set_url('/grade/edit/scale/edit.php', array('id' => $id, 'courseid' => $courseid)); +$PAGE->set_pagelayout('admin'); $systemcontext = get_context_instance(CONTEXT_SYSTEM); $heading = '';