From 4d0dde9159c73c6338e49c603d51409e6674102a Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 19 Sep 2002 13:55:40 +0000 Subject: [PATCH] Some consistency in headers on editing forms --- course/edit.php | 2 +- user/edit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/course/edit.php b/course/edit.php index a6704dd503..f5d0e76291 100644 --- a/course/edit.php +++ b/course/edit.php @@ -117,8 +117,8 @@ -> $straddnewcourse", $focus); } - print_simple_box_start("center", "", "$THEME->cellheading"); print_heading($streditcoursesettings); + print_simple_box_start("center", "", "$THEME->cellheading"); include("edit.html"); print_simple_box_end(); diff --git a/user/edit.php b/user/edit.php index f4365de4c5..eb1527f3f9 100644 --- a/user/edit.php +++ b/user/edit.php @@ -179,8 +179,8 @@ $teacheronly = "(".get_string("teacheronly", "", $teacher).")"; } - print_simple_box_start("center", "", "$THEME->cellheading"); print_heading( get_string("userprofilefor", "", "$userfullname") ); + print_simple_box_start("center", "", "$THEME->cellheading"); include("edit.html"); print_simple_box_end(); print_footer($course); -- 2.39.5