From: Joey Schulze Date: Sun, 7 Oct 2007 11:26:58 +0000 (+0000) Subject: Use CSS X-Git-Url: https://git.infodrom.org/?p=infodrom.org%2Fservice.infodrom.org;a=commitdiff_plain;h=d73ebb6c272f7a17b4f46fe03a1d418964c4d548 Use CSS --- diff --git a/src/Infodrom/events/calendar.inc b/src/Infodrom/events/calendar.inc index 5cae275..f98fff8 100644 --- a/src/Infodrom/events/calendar.inc +++ b/src/Infodrom/events/calendar.inc @@ -5,17 +5,17 @@ $event_month = array ("","Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"); $event_cols = "oid,name,start,start+delta,city,country,cancelled"; - $event_table_start = '' + $event_table_start = '
' .'' - .'' - .'' - .''; + .'' + .'' + .''; $event_table_end = '
EventCity (Country)Date
EventCity (Country)Date
'; $event_row = '' - .'%s%s' - .'%s (%s)' - .'%s'; + .'%s%s' + .'%s (%s)' + .'%s'; # Properly decode start time and duration of an event # Same as on www.infodrom.org in calendar.style