From e466d72058b2543bec69c77d2730828acada38a1 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 26 May 2019 18:05:11 +0200 Subject: adjust birthday handling according to community decision and slightly change display of allday event items --- view/tpl/event_item_header.tpl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'view') diff --git a/view/tpl/event_item_header.tpl b/view/tpl/event_item_header.tpl index 6247aaf6f..ed46c304f 100755 --- a/view/tpl/event_item_header.tpl +++ b/view/tpl/event_item_header.tpl @@ -1,6 +1,11 @@

 {{$title}}

+{{if $oneday && $allday}} +{{$dtstart_dt}} +{{else if $allday}} +{{$dtstart_dt}}{{$dtend_dt}} +{{else}}
{{$dtstart_label}} {{$dtstart_dt}}
@@ -9,3 +14,4 @@ {{$dtend_label}} {{$dtend_dt}} {{/if}} +{{/if}} -- cgit v1.2.3