From 404cfbb83682476c4012449071ea984380d52ce7 Mon Sep 17 00:00:00 2001
From: moodler
Date: Thu, 11 Dec 2003 07:22:13 +0000
Subject: [PATCH] Cleaned up this form a little to make it more consistent
---
course/editsection.html | 31 ++++++++++++++-----------------
course/editsection.php | 3 +++
2 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/course/editsection.html b/course/editsection.html
index a444b0a5d4..50a3c8241b 100644
--- a/course/editsection.html
+++ b/course/editsection.html
@@ -1,30 +1,27 @@
diff --git a/course/editsection.php b/course/editsection.php
index 5600682485..274b3e15a3 100644
--- a/course/editsection.php
+++ b/course/editsection.php
@@ -52,7 +52,10 @@
"wwwroot/course/view.php?id=$course->id\">$course->shortname
-> $stredit");
+ print_heading(get_string("summaryof", "", "$sectionname $form->section"));
+ print_simple_box_start("center", "", "$THEME->cellheading");
include("editsection.html");
+ print_simple_box_end();
if ($usehtmleditor) {
use_html_editor();
--
2.39.5