From df227facba853e7ea5f1bdbedfca7faa63ad3c8c Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Fri, 23 Jul 2010 08:03:30 +0000 Subject: [PATCH] gradebook MDL-23354 added blocks to some pages that were missing them --- grade/edit/outcome/edit.php | 1 + grade/edit/scale/edit.php | 1 + 2 files changed, 2 insertions(+) diff --git a/grade/edit/outcome/edit.php b/grade/edit/outcome/edit.php index 036d50549a8..24bd77a9649 100644 --- a/grade/edit/outcome/edit.php +++ b/grade/edit/outcome/edit.php @@ -39,6 +39,7 @@ if ($id !== 0) { $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 4b301e5af56..ba664bb83ec 100644 --- a/grade/edit/scale/edit.php +++ b/grade/edit/scale/edit.php @@ -24,6 +24,7 @@ $courseid = optional_param('courseid', 0, PARAM_INT); $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 = '';