]> git.mxchange.org Git - friendica.git/commitdiff
Frio: Location should look now similar everywhere
authorMichael Vogel <icarus@dabo.de>
Sat, 28 May 2016 11:47:41 +0000 (13:47 +0200)
committerMichael Vogel <icarus@dabo.de>
Sat, 28 May 2016 11:47:41 +0000 (13:47 +0200)
view/theme/frio/templates/wall_thread.tpl

index 7ef178f838b375fe3466aac3e5ca851415c0c04e..ccc8f6967c221677a04276a34ef14163e20f7d21 100644 (file)
@@ -207,7 +207,12 @@ as the value of $top_child_total (this is done at the end of this file)
                        <h5 class="media-heading">
                                <a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link userinfo"><span>{{$item.name}}</span></a>
                                <p class="text-muted">
-                                       <small><a class="time" href="{{$item.plink.orig}}"><span class="wall-item-ago">{{$item.ago}}</span></a> {{if $item.location}}&nbsp;&mdash;&nbsp;({{$item.location}}){{/if}}</small>
+                                       <small><a class="time" href="{{$item.plink.orig}}"><span class="wall-item-ago">{{$item.ago}}</span></a></small>
+                                       {{if $item.location}}
+                                               <div id="wall-item-location-{{$item.id}}" class="wall-item-location">
+                                                       <small><span class="location">({{$item.location}})</span></small>
+                                               </div>
+                                       {{/if}}
                                </p>
                        </h5>
                </div>