From dfa5ff4f4e2545d13a8d7ad51474795d9dc64c7b Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Fri, 22 Apr 2005 21:13:37 +0000 Subject: [PATCH] changed inline styles to classes to be able to handle the font sizes with the CSS files, --- blocks/calendar_upcoming/block_calendar_upcoming.php | 2 +- blocks/calendar_upcoming/styles.php | 1 - mod/glossary/view.php | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/blocks/calendar_upcoming/block_calendar_upcoming.php b/blocks/calendar_upcoming/block_calendar_upcoming.php index a120ccc0f9b..25094ce1ba2 100644 --- a/blocks/calendar_upcoming/block_calendar_upcoming.php +++ b/blocks/calendar_upcoming/block_calendar_upcoming.php @@ -63,7 +63,7 @@ class block_calendar_upcoming extends block_base { } if (empty($this->content->text)) { - $this->content->text = '
'. + $this->content->text = '
'. get_string('noupcomingevents', 'calendar').'
'; } diff --git a/blocks/calendar_upcoming/styles.php b/blocks/calendar_upcoming/styles.php index 48b0d560f5b..8b95ec277c6 100644 --- a/blocks/calendar_upcoming/styles.php +++ b/blocks/calendar_upcoming/styles.php @@ -1,4 +1,3 @@ .block_calendar_upcoming .event .date { text-align:right; - font-size:0.8em; } diff --git a/mod/glossary/view.php b/mod/glossary/view.php index d875012c437..7d087f5b6ad 100644 --- a/mod/glossary/view.php +++ b/mod/glossary/view.php @@ -290,7 +290,7 @@ $paging = glossary_get_paging_bar($count, $page, $entriesbypage, "view.php?id=$id&mode=$mode&hook=$hook&sortkey=$sortkey&sortorder=$sortorder&fullsearch=$fullsearch&",9999,10,'  ', get_string("allentries","glossary"), -1); - echo '
'; + echo '
'; echo $paging; echo '
'; @@ -383,7 +383,7 @@ if ( $paging ) { echo '
'; - echo '
'; + echo '
'; echo $paging; echo '
'; }