From: Michael Vogel <icarus@dabo.de>
Date: Tue, 3 Jun 2014 22:43:43 +0000 (+0200)
Subject: Show title for the reply button.
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e729d2e216caace996adb3c37b27281abb062f04;p=friendica.git

Show title for the reply button.
---

diff --git a/view/theme/vier/templates/wall_thread.tpl b/view/theme/vier/templates/wall_thread.tpl
index 7363032d82..06adc011cc 100644
--- a/view/theme/vier/templates/wall_thread.tpl
+++ b/view/theme/vier/templates/wall_thread.tpl
@@ -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}}
@@ -122,7 +122,7 @@
                                 <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}}