]> git.mjollnir.org Git - moodle.git/commitdiff
FIxed styles
authormoodler <moodler>
Sun, 19 Oct 2003 03:28:53 +0000 (03:28 +0000)
committermoodler <moodler>
Sun, 19 Oct 2003 03:28:53 +0000 (03:28 +0000)
mod/glossary/formats/2.php
mod/glossary/formats/3.php

index 0ec92f0860776eb1f60213dbd14423c651d396c1..7b6717de9045b0d972df22a4f4031ad5a0eca4b4 100644 (file)
@@ -11,7 +11,7 @@ function glossary_print_entry_by_format($course, $cm, $glossary, $entry, $curren
     echo "\n<table border=0 width=95% cellspacing=0 valign=top cellpadding=3 class=forumpost align=center>";
 
     echo "\n<tr>";
-    echo "\n<td rowspan=2 bgcolor=\"$colour\" width=35 valign=top class=\"forumpostpicture\">";
+    echo "\n<td bgcolor=\"$colour\" width=35 valign=top class=\"forumpostpicture\">";
     if ($entry) {
         print_user_picture($user->id, $course->id, $user->picture);
     }
@@ -31,7 +31,9 @@ function glossary_print_entry_by_format($course, $cm, $glossary, $entry, $curren
     }
     echo "</tr>";
 
-    echo "\n<tr><td width=100% bgcolor=\"$THEME->cellcontent\" class=\"forumpostmessage\">";
+    echo "\n<tr>";
+    echo "\n<td bgcolor=\"$colour\" width=35 valign=top class=\"forumpostside\">&nbsp;</td>";
+    echo "\n<td width=100% bgcolor=\"$THEME->cellcontent\" class=\"forumpostmessage\">";
     if ($entry) {
         echo format_text($entry->definition, $entry->format);
         glossary_print_entry_icons($course, $cm, $glossary, $entry,$currentview,$cat);
index 75f7f82c47ffb96bc4c5deadd385393e7f29fe4a..082451d2203001d1a698d917e859077f09cf2137 100644 (file)
@@ -11,7 +11,7 @@ function glossary_print_entry_by_format($course, $cm, $glossary, $entry, $curren
     echo "\n<table border=0 width=95% cellspacing=0 valign=top cellpadding=3 class=forumpost align=center>";
 
     echo "\n<tr>";
-    echo "\n<td rowspan=2 bgcolor=\"$colour\" width=35 valign=top class=\"forumpostpicture\">";
+    echo "\n<td bgcolor=\"$colour\" width=35 valign=top class=\"forumpostpicture\">";
     if ($entry) {
         print_user_picture($user->id, $course->id, $user->picture);
     }
@@ -25,7 +25,9 @@ function glossary_print_entry_by_format($course, $cm, $glossary, $entry, $curren
     }
     echo "</tr>";
 
-    echo "\n<tr><td width=100% bgcolor=\"$THEME->cellcontent\" class=\"forumpostmessage\">";
+    echo "\n<tr>";
+    echo "\n<td bgcolor=\"$colour\" width=35 valign=top class=\"forumpostside\">&nbsp;</td>";
+    echo "\n<td width=100% bgcolor=\"$THEME->cellcontent\" class=\"forumpostmessage\">";
     if ($entry) {
         if ($entry->attachment) {
             $entry->course = $course->id;