fix #3812 - some brocken parts in the display of events (default template)
This commit is contained in:
parent
704aef67fb
commit
184bfc722d
3 changed files with 15 additions and 7 deletions
|
@ -4,23 +4,25 @@
|
|||
|
||||
<div class="event-start">
|
||||
<span class="event-label">{{$dtstart_label}}</span>
|
||||
<span class="dtstart" title="$dtstart_title">{{$dtstart_dt}}</span>
|
||||
<span class="dtstart" title="{{$dtstart_title}}">{{$dtstart_dt}}</span>
|
||||
</div>
|
||||
|
||||
{{if $finish}}
|
||||
<div class="event-end">
|
||||
<span class="event-label">{{$dtstart_label}}</span>
|
||||
<span class="dend" title="$dtend_title">{{$dtend_dt}}</span>
|
||||
<span class="event-label">{{$dtend_label}}</span>
|
||||
<span class="dtend" title="{{$dtend_title}}">{{$dtend_dt}}</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{if $description}}
|
||||
<div class="description event-description">{{$description}}</div>
|
||||
{{/if}}
|
||||
|
||||
{{if $location}}
|
||||
<div class="event-location">
|
||||
<span class="event-label">{{$location_label}}</span>
|
||||
{{if $location.name}}
|
||||
<span class="event-location">{{$location.name}}</span>
|
||||
<span class="location">{{$location.name}}</span>
|
||||
{{/if}}
|
||||
{{if $location.map}}{{$location.map}}{{/if}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue