diff options
author | friendica <info@friendica.com> | 2014-10-16 16:19:19 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-16 16:19:19 -0700 |
commit | 7bbe700f3f170cc4527131165a9b9ab1f99e5cd1 (patch) | |
tree | 8d04658594fe651637aaad89dda82d6ca3990cc8 /view/tpl/search_item.tpl | |
parent | 8391e8b1a179b9bda9198e0eb54171b4b88eb5f0 (diff) | |
download | volse-hubzilla-7bbe700f3f170cc4527131165a9b9ab1f99e5cd1.tar.gz volse-hubzilla-7bbe700f3f170cc4527131165a9b9ab1f99e5cd1.tar.bz2 volse-hubzilla-7bbe700f3f170cc4527131165a9b9ab1f99e5cd1.zip |
mark signature forgeries
Diffstat (limited to 'view/tpl/search_item.tpl')
-rwxr-xr-x | view/tpl/search_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl index 6719f2e75..fe683b91a 100755 --- a/view/tpl/search_item.tpl +++ b/view/tpl/search_item.tpl @@ -20,7 +20,7 @@ <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}} </div> <div class="wall-item-ago" id="wall-item-ago-{{$item.id}}"> - {{if $item.verified}}<i class="icon-ok" title="{{$item.verified}}"></i> {{/if}}{{if $item.location}}<span class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}}, </span>{{/if}}<span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}{{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}}</span>{{if $item.editedtime}} <i class="icon-pencil"></i>{{/if}} {{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}} + {{if $item.verified}}<i class="icon-ok" title="{{$item.verified}}"></i> {{elseif $item.forged}}<i class="icon-remove item-forged" title="{{$item.forged}}"></i> {{/if}}{{if $item.location}}<span class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}}, </span>{{/if}}<span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}{{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}}</span>{{if $item.editedtime}} <i class="icon-pencil"></i>{{/if}} {{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}} </div> <div class="wall-item-content" id="wall-item-content-{{$item.id}}"> <div class="wall-item-title-end"></div> |