From 365cec3c18f0e4ad83ce3c3b7c53946cf24bd88d Mon Sep 17 00:00:00 2001 From: dwoolhead Date: Thu, 28 Jun 2007 11:54:18 +0000 Subject: [PATCH] MDL-10084 Styling/branding --- calendar/lib.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/calendar/lib.php b/calendar/lib.php index d2fa5dd6b7..06c5d43195 100644 --- a/calendar/lib.php +++ b/calendar/lib.php @@ -768,7 +768,7 @@ function calendar_filter_controls($type, $vars = NULL, $course = NULL, $courses $content .= ''; if($SESSION->cal_show_global) { - $content .= ''.get_string('hide').''; + $content .= ''.get_string('hide').''; $content .= ''.get_string('global', 'calendar').''."\n"; } else { @@ -786,7 +786,7 @@ function calendar_filter_controls($type, $vars = NULL, $course = NULL, $courses // This course MIGHT have group events defined, so show the filter if($SESSION->cal_show_groups) { - $content .= ''.get_string('hide').''; + $content .= ''.get_string('hide').''; $content .= ''.get_string('group', 'calendar').''."\n"; } else { $content .= ''.get_string('show').''; @@ -802,7 +802,7 @@ function calendar_filter_controls($type, $vars = NULL, $course = NULL, $courses $tr = $tr ? '' : "\n"; if ($SESSION->cal_show_user) { - $content .= ''.get_string('hide').''; + $content .= ''.get_string('hide').''; $content .= ''.get_string('user', 'calendar').''."\n"; } else { $content .= ''.get_string('show').''; @@ -825,7 +825,7 @@ function calendar_filter_controls($type, $vars = NULL, $course = NULL, $courses $tr = $tr ? '' : "\n"; if($SESSION->cal_show_course) { - $content .= ''.get_string('hide').''; + $content .= ''.get_string('hide').''; $content .= ''.get_string('course', 'calendar').''."\n"; } else { @@ -863,7 +863,7 @@ function calendar_filter_controls($type, $vars = NULL, $course = NULL, $courses } if($SESSION->cal_show_course) { - $content .= ''.get_string('hide').''; + $content .= ''.get_string('hide').''; $content .= ''.$strcourse.': '.substr($strshortnames, 2).''."\n"; } else { -- 2.39.5