diff --git a/include/event.php b/include/event.php index 9d9717a78b..6962a2f1b8 100644 --- a/include/event.php +++ b/include/event.php @@ -34,7 +34,7 @@ function format_event_html($ev,$pre = '') { . '

'; if(strlen($ev['location'])) - $o .= '

' . t('Location:') . '' + $o .= '

' . t('Location:') . ' ' . bbcode($ev['location']) . '

'; diff --git a/mod/events.php b/mod/events.php index f19a438fdd..b480b7f6bf 100644 --- a/mod/events.php +++ b/mod/events.php @@ -169,7 +169,7 @@ function events_content(&$a) { $prevyear --; } - + $o .= ''; $o .= '' . t('<< Previous') . ' | ' . t('Next >>') . ''; $o .= cal($y,$m,false, ' eventcal'); diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 61a8979046..68edd02b94 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2227,6 +2227,10 @@ a.mail-list-link { font-size: 24px; } +#new-event-link { + margin-bottom: 10px; +} + .event-description:before { content: url('../../../images/calendar.png'); margin-right: 15px;