From cdf882cb7adeb7156c0efe2a9e145bfcf37a85eb Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Fri, 14 Jun 2013 22:42:57 +0100 Subject: [PATCH] MDL-28124 admin/tool/customlang: Changed page layout from 'standard' to 'report'. --- admin/tool/customlang/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/tool/customlang/edit.php b/admin/tool/customlang/edit.php index f34e1399396..57d3859e92a 100644 --- a/admin/tool/customlang/edit.php +++ b/admin/tool/customlang/edit.php @@ -32,7 +32,7 @@ $lng = required_param('lng', PARAM_LANG); $currentpage = optional_param('p', 0, PARAM_INT); $translatorsubmitted = optional_param('translatorsubmitted', 0, PARAM_BOOL); -$PAGE->set_pagelayout('standard'); +$PAGE->set_pagelayout('report'); // Allows for wide page contents. $PAGE->set_url('/admin/tool/customlang/edit.php', array('lng' => $lng)); navigation_node::override_active_url(new moodle_url('/admin/tool/customlang/index.php')); $PAGE->set_title(get_string('pluginname', 'tool_customlang'));