From 26bba779ffcfe8e97e3605596b0a0eef699e5d26 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 10 May 2004 18:12:32 +0000 Subject: [PATCH] Tweaking the formatting of the footers a bit --- course/lib.php | 10 ++++++---- mod/forum/lib.php | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/course/lib.php b/course/lib.php index 21f62a0b6d..8f57443a02 100644 --- a/course/lib.php +++ b/course/lib.php @@ -1033,7 +1033,7 @@ function print_side_block($heading="", $content="", $list=NULL, $icons=NULL, $fo if ($content) { echo "$content"; if ($footer) { - echo "
$footer
"; + echo "
$footer
"; } } else { echo ""; @@ -1049,11 +1049,13 @@ function print_side_block($heading="", $content="", $list=NULL, $icons=NULL, $fo } if ($footer) { echo "cellcontent2\">"; + echo ""; + echo ' colspan="2" '; } - echo ""; - echo ""; + echo '>'; + echo "
$footer
"; + echo ""; } echo "
 
$footer
"; } diff --git a/mod/forum/lib.php b/mod/forum/lib.php index f4e0b065da..3b6f017dba 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -2155,7 +2155,7 @@ function forum_print_latest_discussions($forum_id=0, $forum_numdiscussions=5, } if ($olddiscussionlink) { - echo "

wwwroot/mod/forum/view.php?f=$forum->id&showall=1\">"; + echo "

wwwroot/mod/forum/view.php?f=$forum->id&showall=1\">"; echo get_string("olderdiscussions", "forum")." ...

"; } } -- 2.39.5