diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-01-02 15:14:30 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-01-02 15:14:30 +0100 |
commit | 1ad90b8662a719a0455c6e1e8c21da0844c6d80d (patch) | |
tree | 9d4681d3ca14446e398ad3c68d5c902cf435e256 /view/tpl/conv_item.tpl | |
parent | 54ceef0ba12c5852b398fcc8f10b152855a8f54b (diff) | |
download | volse-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_item.tpl')
-rwxr-xr-x | view/tpl/conv_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 08f0d4fbe..553bc3146 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.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}} |