X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fevent_stream_item.tpl;h=9264e9d2e3e92861606755ccb185b826475ff3d9;hb=0a82fe4211f73cf10107feb69fe38eaa85eb61f8;hp=2b367dcc6e9122dfb1740de5fb7cfe9af3c992b1;hpb=a0530d1066d7268f1b1ea67bc3c254e9f9fc5ec8;p=friendica.git diff --git a/view/theme/frio/templates/event_stream_item.tpl b/view/theme/frio/templates/event_stream_item.tpl index 2b367dcc6e..9264e9d2e3 100644 --- a/view/theme/frio/templates/event_stream_item.tpl +++ b/view/theme/frio/templates/event_stream_item.tpl @@ -2,7 +2,9 @@
+ {{* The part with the event data (start, end, location, title *}}
+ {{* On the left we will present the date in short form (e.g. Oct 15) *}}
{{$month_short}} @@ -10,7 +12,9 @@
-
{{$title}}
+
{{$title nofilter}}
+ + {{* If there is a map, we insert a button for showing/hiding the map *}} {{if $location.map}}{{/if}}
@@ -19,14 +23,14 @@ {{if $location.name}} - {{$location.name}} + {{$location.name nofilter}} {{/if}}
{{$author_name}}
{{if $location.map}} -
{{$location.map}}
+
{{$location.map nofilter}}
{{/if}}
@@ -35,10 +39,10 @@
+ {{* The content of the event description *}} {{if $description}}
-
- {{$description}} + {{$description nofilter}}
-{{/if}} + {{/if}}