From: moodler Date: Wed, 29 Oct 2003 06:24:49 +0000 (+0000) Subject: new style forumheaderlist (instead of re-using forumpost as before) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ba1ce4c0eb6af7069f65fef1da6ecd9e2b896ac5;p=moodle.git new style forumheaderlist (instead of re-using forumpost as before) --- diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 38eb21bff7..cb55122d1a 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -2014,7 +2014,7 @@ function forum_print_latest_discussions($forum_id=0, $forum_numdiscussions=5, $f } if ($forum_style == "header") { - echo ""; + echo "
"; echo ""; echo ""; echo ""; diff --git a/theme/UPGRADE.txt b/theme/UPGRADE.txt index ed23d0bff0..eeecaf6932 100644 --- a/theme/UPGRADE.txt +++ b/theme/UPGRADE.txt @@ -145,3 +145,7 @@ a.autolink:hover {} .courseboxinfo {} .courseboxsummary {} + +/* Specific style for listing discussions (formerly re-used forumpost)*/ + +.forumheaderlist {} diff --git a/theme/standard/styles.php b/theme/standard/styles.php index e67d344b9c..3739477385 100644 --- a/theme/standard/styles.php +++ b/theme/standard/styles.php @@ -425,3 +425,9 @@ a.autolink:hover { -moz-border-radius-topright: 15px; } +.forumheaderlist { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + diff --git a/theme/standardblue/styles.php b/theme/standardblue/styles.php index e67d344b9c..3739477385 100644 --- a/theme/standardblue/styles.php +++ b/theme/standardblue/styles.php @@ -425,3 +425,9 @@ a.autolink:hover { -moz-border-radius-topright: 15px; } +.forumheaderlist { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + diff --git a/theme/standardgreen/styles.php b/theme/standardgreen/styles.php index e67d344b9c..3739477385 100644 --- a/theme/standardgreen/styles.php +++ b/theme/standardgreen/styles.php @@ -425,3 +425,9 @@ a.autolink:hover { -moz-border-radius-topright: 15px; } +.forumheaderlist { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + diff --git a/theme/standardlogo/styles.php b/theme/standardlogo/styles.php index e67d344b9c..3739477385 100644 --- a/theme/standardlogo/styles.php +++ b/theme/standardlogo/styles.php @@ -425,3 +425,9 @@ a.autolink:hover { -moz-border-radius-topright: 15px; } +.forumheaderlist { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + diff --git a/theme/standardred/styles.php b/theme/standardred/styles.php index e67d344b9c..3739477385 100644 --- a/theme/standardred/styles.php +++ b/theme/standardred/styles.php @@ -425,3 +425,9 @@ a.autolink:hover { -moz-border-radius-topright: 15px; } +.forumheaderlist { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + diff --git a/theme/standardwhite/styles.php b/theme/standardwhite/styles.php index e67d344b9c..3739477385 100644 --- a/theme/standardwhite/styles.php +++ b/theme/standardwhite/styles.php @@ -425,3 +425,9 @@ a.autolink:hover { -moz-border-radius-topright: 15px; } +.forumheaderlist { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} +
".get_string("discussion", "forum")."".get_string("startedby", "forum")."