]> git.mxchange.org Git - friendica.git/blobdiff - view/wall_thread.tpl
new file: view/theme/smoothly/generic_links_widget.tpl
[friendica.git] / view / wall_thread.tpl
index 6f7ced7fe285480d8189b17eb00fc2c3d63c9047..f64f2e44a0ffe6f9072edfa2fd248e1882efad0f 100644 (file)
@@ -31,7 +31,7 @@
                </div>
                <div class="wall-item-author">
                                <a href="$item.profile_url" target="redir" title="$item.linktitle" class="wall-item-name-link"><span class="wall-item-name$item.sparkle" id="wall-item-name-$item.id" >$item.name</span></a>
-                               <div class="wall-item-ago" id="wall-item-ago-$item.id" >$item.ago</div>
+                               <div class="wall-item-ago" id="wall-item-ago-$item.id" title="$item.localtime">$item.ago</div>
                                
                </div>  
                <div class="wall-item-content" id="wall-item-content-$item.id" >
 
                        {{ if $item.threaded }}
                        {{ if $item.comment }}
-                       <div class="wall-item-comment-wrapper$item.indent" >
+                       <div class="wall-item-comment-wrapper $item.indent" >
                                $item.comment
                        </div>
                        {{ endif }}
                        {{ endif }}
 
-<div class="wall-item-outside-wrapper-end$item.indent" ></div>
+<div class="wall-item-outside-wrapper-end $item.indent" ></div>
 </div>
 {{ for $item.children as $item }}
        {{ inc $item.template }}{{ endinc }}
 {{ endif }}
 </div>
 {{if $item.comment_lastcollapsed}}</div>{{endif}}
-