diff options
author | friendica <info@friendica.com> | 2013-10-19 01:48:43 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-19 01:48:43 -0700 |
commit | d54b6099d248a2fa05bb21d7f1b822bbaa0421fa (patch) | |
tree | c5514462c661f505098ab42cb5b592572882646b /view | |
parent | f2daed5188f5999d6cdf5a4de7e05dc03ac6f69c (diff) | |
download | volse-hubzilla-d54b6099d248a2fa05bb21d7f1b822bbaa0421fa.tar.gz volse-hubzilla-d54b6099d248a2fa05bb21d7f1b822bbaa0421fa.tar.bz2 volse-hubzilla-d54b6099d248a2fa05bb21d7f1b822bbaa0421fa.zip |
remove "via wall-To-Wall" text as it's soooo Facebook and is out of place in derived/sourced channels. It's now just "$author via $xyz".
Diffstat (limited to 'view')
-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 c44e2253a..095bd0df3 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -37,7 +37,7 @@ </div> </div> <div class="wall-item-author"> - <a href="{{$item.profile_url}}" 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>{{if $item.owner_url}} {{$item.to}} <a href="{{$item.owner_url}}" title="{{$item.olinktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.osparkle}}" id="wall-item-ownername-{{$item.id}}">{{$item.owner_name}}</span></a> {{$item.vwall}}{{/if}}<br /> + <a href="{{$item.profile_url}}" 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>{{if $item.owner_url}} {{$item.via}} <a href="{{$item.owner_url}}" title="{{$item.olinktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.osparkle}}" id="wall-item-ownername-{{$item.id}}">{{$item.owner_name}}</span></a>{{/if}}<br /> <div class="wall-item-ago" id="wall-item-ago-{{$item.id}}">{{if $item.verified}}<i class="icon-ok" title="{{$item.verified}}"></i> {{/if}}<span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}</span>{{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}}</div> </div> |