aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/conv_list.tpl
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2016-01-02 15:14:30 +0100
committerjeroenpraat <jeroenpraat@xs4all.nl>2016-01-02 15:14:30 +0100
commit1ad90b8662a719a0455c6e1e8c21da0844c6d80d (patch)
tree9d4681d3ca14446e398ad3c68d5c902cf435e256 /view/tpl/conv_list.tpl
parent54ceef0ba12c5852b398fcc8f10b152855a8f54b (diff)
downloadvolse-hubzilla-1ad90b8662a719a0455c6e1e8c21da0844c6d80d.tar.gz
volse-hubzilla-1ad90b8662a719a0455c6e1e8c21da0844c6d80d.tar.bz2
volse-hubzilla-1ad90b8662a719a0455c6e1e8c21da0844c6d80d.zip
Update es+nl strings and added title on hover for items (needed to view titles that are cut-off)
Diffstat (limited to 'view/tpl/conv_list.tpl')
-rwxr-xr-xview/tpl/conv_list.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl
index cf1310ea6..e7ce22043 100755
--- a/view/tpl/conv_list.tpl
+++ b/view/tpl/conv_list.tpl
@@ -26,7 +26,7 @@
<div class="wall-item-photo-end" style="clear:both"></div>
</div>
{{if $item.title}}
- <div class="wall-item-title" id="wall-item-title-{{$item.id}}">
+ <div class="wall-item-title" id="wall-item-title-{{$item.id}}" title="{{$item.title}}">
<h3>{{if $item.title_tosource}}{{if $item.plink}}<a href="{{$item.plink.href}}" title="{{$item.title}} ({{$item.plink.title}})">{{/if}}{{/if}}{{$item.title}}{{if $item.title_tosource}}{{if $item.plink}}</a>{{/if}}{{/if}}</h3>
</div>
{{/if}}