From 4499b2e27355c05e9bef1b06cc85a924cb2e90b5 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 9 Dec 2002 10:49:44 +0000 Subject: [PATCH] Slight alteration of colouring on printed posts --- mod/forum/lib.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 6d5ceb6fdd..4b00c2030a 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -497,7 +497,7 @@ function forum_make_mail_post(&$post, $user, $touser, $course, $output .= ""; } - $output .= ""; @@ -513,7 +513,7 @@ function forum_make_mail_post(&$post, $user, $touser, $course, $by->date = userdate($post->created, "", $touser->timezone); $output .= get_string("bynameondate", "forum", $by); $output .= "

"; - $output .= "
body\" WIDTH=35 VALIGN=TOP>"; + $output .= "
cellcontent2\" WIDTH=35 VALIGN=TOP>"; $output .= print_user_picture($user->id, $course->id, $user->picture, false, true); $output .= "
body\" WIDTH=10>"; + $output .= "
cellcontent2\" WIDTH=10>"; $output .= " "; $output .= "cellcontent\">\n"; @@ -575,7 +575,7 @@ function forum_print_post(&$post, $courseid, $ownpost=false, $reply=false, $link echo ""; } - echo ""; @@ -591,7 +591,7 @@ function forum_print_post(&$post, $courseid, $ownpost=false, $reply=false, $link $by->date = userdate($post->created); print_string("bynameondate", "forum", $by); echo "

"; - echo "
body\" WIDTH=35 VALIGN=TOP>"; + echo "
cellcontent2\" WIDTH=35 VALIGN=TOP>"; print_user_picture($post->userid, $courseid, $post->picture); echo "
body\" WIDTH=10>"; + echo "
cellcontent2\" WIDTH=10>"; echo " "; echo "cellcontent\">\n"; @@ -680,7 +680,7 @@ function forum_print_post_header(&$post, $courseid, $ownpost=false, $reply=false echo ""; } - echo ""; -- 2.39.5
body\" WIDTH=35 VALIGN=TOP>"; + echo "
cellcontent2\" WIDTH=35 VALIGN=TOP>"; print_user_picture($post->userid, $courseid, $post->picture); echo "