From 7aa0bb8886e88738a16b5ed296da513dcc9030bf Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 9 Sep 2002 11:42:27 +0000 Subject: [PATCH] Layout fixes ... much better now --- course/social.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/course/social.php b/course/social.php index 16fa24cf43..f60fd261ac 100644 --- a/course/social.php +++ b/course/social.php @@ -8,7 +8,7 @@ - "; - echo "
+ cellheading"); $moddata[]="id\">".get_string("participants").""; @@ -51,12 +51,12 @@ // Admin links and controls if (isteacher($course->id)) { - print_course_admin_links($course); + print_course_admin_links($course, "100%"); } echo ""; + echo ""; if ($social = forum_get_course_forum($course->id, "social")) { if (forum_is_subscribed($USER->id, $social->id)) { $subtext = get_string("unsubscribe", "forum"); -- 2.39.5