X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fcalendar%2Fday.php;h=8e2dedab340e7ffe9219565f9ed87775944d9e1f;hb=5f75494fd15729f94af3122e10802686656418ed;hp=bb5f39a3f3506b7179d6f59297c727ce885a5fd3;hpb=9fe56672a80e36598aa84d21a26bfd52b09e47cd;p=squirrelmail.git diff --git a/plugins/calendar/day.php b/plugins/calendar/day.php index bb5f39a3..8e2dedab 100644 --- a/plugins/calendar/day.php +++ b/plugins/calendar/day.php @@ -3,7 +3,7 @@ /** * day.php * - * Copyright (c) 2002 The SquirrelMail Project Team + * Copyright (c) 2002-2004 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * Originally contrubuted by Michal Szczotka @@ -11,8 +11,11 @@ * Displays the day page (day view). * * $Id$ + * @package plugins + * @subpackage calendar */ +/** @ignore */ define('SM_PATH','../../'); /* Calender plugin required files. */ @@ -60,13 +63,13 @@ function day_header() { html_tag( 'table', '', '', $color[0], 'width="100%" border="0" cellpadding="2" cellspacing="1"' ) ."\n" . html_tag( 'tr', html_tag( 'th', - "< ". + "< ". date_intl('D',$prev_date)."", 'left' ) . html_tag( 'th', date_intl( _("l, F j Y"), mktime(0, 0, 0, $month, $day, $year)) , '', '', 'width="75%"' ) . html_tag( 'th', - "". + "". date_intl('D',$next_date)." >" , 'right' ) ); @@ -114,7 +117,7 @@ function display_events() { html_tag( 'td', $ehour . ':' . $eminute, 'left' ) . html_tag( 'td', ' ', 'left' ) . html_tag( 'td', - "". + "". _("ADD") . "" , 'center' ) , '', $color[$eo]); @@ -133,9 +136,9 @@ function display_events() { echo"] $calbar[message] " . html_tag( 'td', "\n" . - "". + "". _("EDIT") . " | \n" . - "" . + "" . _("DEL") . '' . "\n" , 'center' );