]> git.mjollnir.org Git - moodle.git/commitdiff
new style forumheaderlist (instead of re-using forumpost as before)
authormoodler <moodler>
Wed, 29 Oct 2003 06:24:49 +0000 (06:24 +0000)
committermoodler <moodler>
Wed, 29 Oct 2003 06:24:49 +0000 (06:24 +0000)
mod/forum/lib.php
theme/UPGRADE.txt
theme/standard/styles.php
theme/standardblue/styles.php
theme/standardgreen/styles.php
theme/standardlogo/styles.php
theme/standardred/styles.php
theme/standardwhite/styles.php

index 38eb21bff7397ce5ae948c481c23ccf07aa93cca..cb55122d1a7a593542029ad6a2f5606c86297e1c 100644 (file)
@@ -2014,7 +2014,7 @@ function forum_print_latest_discussions($forum_id=0, $forum_numdiscussions=5, $f
     }
 
     if ($forum_style == "header") {
-        echo "<table width=\"100%\" border=0 cellpadding=3 cellspacing=1 class=\"forumpost\">";
+        echo "<table width=\"100%\" border=0 cellpadding=3 cellspacing=1 class=\"forumheaderlist\">";
         echo "<tr class=\"forumpostheader\">";
         echo "<th>".get_string("discussion", "forum")."</th>"; 
         echo "<th colspan=2>".get_string("startedby", "forum")."</th>";
index ed23d0bff078deacd11d83fd65df0c106187fd69..eeecaf6932b0980917cad0de16d75f0715458780 100644 (file)
@@ -145,3 +145,7 @@ a.autolink:hover {}
 .courseboxinfo {}
 .courseboxsummary {}
 
+
+/* Specific style for listing discussions (formerly re-used forumpost)*/
+
+.forumheaderlist {}
index e67d344b9cfcfc7497baa905be34d75421bda958..3739477385a68e570c09c1d4f79369fa49acae1f 100644 (file)
@@ -425,3 +425,9 @@ a.autolink:hover {
     -moz-border-radius-topright: 15px;
 }
 
+.forumheaderlist {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
index e67d344b9cfcfc7497baa905be34d75421bda958..3739477385a68e570c09c1d4f79369fa49acae1f 100644 (file)
@@ -425,3 +425,9 @@ a.autolink:hover {
     -moz-border-radius-topright: 15px;
 }
 
+.forumheaderlist {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
index e67d344b9cfcfc7497baa905be34d75421bda958..3739477385a68e570c09c1d4f79369fa49acae1f 100644 (file)
@@ -425,3 +425,9 @@ a.autolink:hover {
     -moz-border-radius-topright: 15px;
 }
 
+.forumheaderlist {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
index e67d344b9cfcfc7497baa905be34d75421bda958..3739477385a68e570c09c1d4f79369fa49acae1f 100644 (file)
@@ -425,3 +425,9 @@ a.autolink:hover {
     -moz-border-radius-topright: 15px;
 }
 
+.forumheaderlist {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
index e67d344b9cfcfc7497baa905be34d75421bda958..3739477385a68e570c09c1d4f79369fa49acae1f 100644 (file)
@@ -425,3 +425,9 @@ a.autolink:hover {
     -moz-border-radius-topright: 15px;
 }
 
+.forumheaderlist {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
index e67d344b9cfcfc7497baa905be34d75421bda958..3739477385a68e570c09c1d4f79369fa49acae1f 100644 (file)
@@ -425,3 +425,9 @@ a.autolink:hover {
     -moz-border-radius-topright: 15px;
 }
 
+.forumheaderlist {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+