From 325505f4edb357135788913cb55e440fd967eaf8 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 29 Oct 2004 06:50:52 +0000 Subject: [PATCH] XHTML changes and general tidy up --- mod/forum/mod.html | 18 +++++++++--------- mod/forum/post.html | 16 ++++++++-------- mod/forum/post.php | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/mod/forum/mod.html b/mod/forum/mod.html index 10e043d201..92c6ef0cda 100644 --- a/mod/forum/mod.html +++ b/mod/forum/mod.html @@ -42,13 +42,13 @@
- + - + - - + - + - + "; - echo ""; + echo ""; echo ""; echo ""; - echo ""; + echo ""; echo " - +

:

:

:

: student); @@ -72,7 +72,7 @@

:

+
:

student")) ?>:

student")) ?>: open, ""); @@ -100,7 +100,7 @@

:

:

:

: maxbytes, $course->maxbytes); @@ -128,7 +128,7 @@ //Only show rss parameters if rss is activated at site and forum levels if ($CFG->enablerssfeeds && $CFG->forum_enablerssfeeds) { echo "

".get_string("rsstype").":

".get_string("rsstype").":"; unset($choices); $choices[0] = get_string("none"); @@ -140,7 +140,7 @@ echo "

".get_string("rssarticles").":

".get_string("rssarticles").":"; unset($choices); $choices[0] = "0"; @@ -163,7 +163,7 @@ } ?>

:

: "; diff --git a/mod/forum/post.html b/mod/forum/post.html index 25ee247d6f..2bf1444c5b 100644 --- a/mod/forum/post.html +++ b/mod/forum/post.html @@ -1,15 +1,15 @@ - + - + @@ -40,7 +40,7 @@ - + + - +

:

: - + " />

+

: -

message); ?>

:

: -

:

: id)) { @@ -86,11 +86,11 @@ maxbytes != 1) { // 1 = No attachments at all ?>

:
(

:
(
maxbytes, $course->maxbytes, $forum->maxbytes); ?> - + " /> category) { print_header("$course->shortname: $discussion->name: $toppost->subject", "$course->fullname", - "id>$course->shortname -> + "id\">$course->shortname -> $navmiddle -> $navtail", $formstart, "", true, "", navmenu($course, $cm)); } else { print_header("$course->shortname: $discussion->name: $toppost->subject", "$course->fullname", -- 2.39.5