diff options
author | friendica <info@friendica.com> | 2013-10-08 21:38:41 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-08 21:38:41 -0700 |
commit | 95f29743f17fa990e5cc5a1399825e4756f67a10 (patch) | |
tree | b1501024de562e174bf601b47e265721227b5f59 /view/tpl/search_item.tpl | |
parent | 0e793dea9bfc21a7c1c369d1db727d7ff900c90a (diff) | |
download | volse-hubzilla-95f29743f17fa990e5cc5a1399825e4756f67a10.tar.gz volse-hubzilla-95f29743f17fa990e5cc5a1399825e4756f67a10.tar.bz2 volse-hubzilla-95f29743f17fa990e5cc5a1399825e4756f67a10.zip |
move verified indicator
Diffstat (limited to 'view/tpl/search_item.tpl')
-rwxr-xr-x | view/tpl/search_item.tpl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl index c1c84fc41..5953522dc 100755 --- a/view/tpl/search_item.tpl +++ b/view/tpl/search_item.tpl @@ -20,14 +20,11 @@ {{if $item.lock}}<i class="wall-item-lock icon-lock lockview" title="{{$item.lock}}" onclick="lockview(event,{{$item.id}});" /></i> {{else}}<div class="wall-item-lock"></div>{{/if}} <div class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}}</div> - {{if $item.verified}}<i class="icon-ok" title="{{$item.verified}}"></i>{{/if}} - {{if $item.unverified}}<img src="images/unlock_icon.gif" alt="{{$item.unverified}}" title="{{$item.unverified}}" height="10" width="10" />{{/if}} </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> - - <div class="wall-item-ago" id="wall-item-ago-{{$item.id}}"><span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}</span>{{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}}</div> + <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><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> <div class="wall-item-content" id="wall-item-content-{{$item.id}}" > |