]> git.mxchange.org Git - friendica.git/commitdiff
Show title for the reply button.
authorMichael Vogel <icarus@dabo.de>
Tue, 3 Jun 2014 22:43:43 +0000 (00:43 +0200)
committerMichael Vogel <icarus@dabo.de>
Tue, 3 Jun 2014 22:43:43 +0000 (00:43 +0200)
view/theme/vier/templates/wall_thread.tpl

index 7363032d82f278bae19c485bcba6a617d72dee07..06adc011ccef9f5f2ca9d4ed832f2c7d76e3752b 100644 (file)
@@ -99,7 +99,7 @@
                        {{if $item.threaded}}
                        {{/if}}
                        {{if $item.comment}}
-                               <span id="comment-{{$item.id}}" class="fakelink togglecomment" onclick="openClose('item-comments-{{$item.id}}'); commentExpand({{$item.id}});"><i class="icon-reply"></i></span>
+                               <span id="comment-{{$item.id}}" class="fakelink togglecomment" onclick="openClose('item-comments-{{$item.id}}'); commentExpand({{$item.id}});" title="{{$item.switchcomment}}"><i class="icon-reply"></i></span>
                        {{/if}}
                        {{if $item.vote}}
                                {{if $item.vote.like}}
                                 <a href="#" id="filer-{{$item.id}}" onclick="itemFiler({{$item.id}}); return false;" class="filer-item filer-icon" title="{{$item.filer}}"><i class="icon-folder-close icon-large"></i></a>
                        {{/if}}
                        </div>
-                       <div class="wall-item-location">{{$item.location}} {{$item.postopts}}</div>                             
+                       <div class="wall-item-location">{{$item.location}} {{$item.postopts}}</div>
                        <div class="wall-item-actions-tools">
 
                                {{if $item.drop.pagedrop}}