From: moodler Date: Mon, 8 Jan 2007 08:51:47 +0000 (+0000) Subject: FIxes for Strrrrrict in forum ratings X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7f51199bd1393e04016e9c102a50f8abd937daab;p=moodle.git FIxes for Strrrrrict in forum ratings --- diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 4790bc97b0..be1a493b23 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -3355,6 +3355,7 @@ function forum_print_discussion($course, $forum, $discussion, $post, $mode, $can if ($ratings->allow) { echo '
'; + echo '
'; echo ''; echo ''; } @@ -3408,14 +3409,16 @@ function forum_print_discussion($course, $forum, $discussion, $post, $mode, $can } if ($ratingsmenuused) { - echo "
"; + echo '
'; + echo ''; if ($forum->scale < 0) { if ($scale = get_record("scale", "id", abs($forum->scale))) { print_scale_menu_helpbutton($course->id, $scale ); } } - echo "
"; - echo ""; + echo '
'; + echo ''; + echo ''; } } diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 8d059137f8..f1c1aca1c8 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -2181,6 +2181,10 @@ body#mod-forum-search .introcontent { border-style: solid; border-width: 2px; } +#mod-forum-discuss .ratingsubmit { + padding:10px; + text-align:center; +} #mod-forum-index .unread img, #mod-forum-view .unread img {