mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
Update remote_friends_common.tpl
Addes collapsable remote friends in common for frio and vier
This commit is contained in:
parent
4e3302ea0d
commit
a609e545b6
1 changed files with 17 additions and 15 deletions
|
@ -1,18 +1,20 @@
|
||||||
<div id="rfic-desc">{{$desc nofilter}} {{if $linkmore}}<a href="profile/{{$nickname}}/contacts/common">{{$more}}</a>{{/if}}</div>
|
<div id="rfic-desc" onclick="openClose('remote-friends-in-common-wrapper');">{{$desc nofilter}}  {{if $linkmore}}<a href="profile/{{$nickname}}/contacts/common">{{$more}}</a>{{/if}}</div>
|
||||||
<div id="remote-friends-in-common" class="bigwidget">
|
<div id="remote-friends-in-common-wrapper">
|
||||||
{{foreach $contacts as $contact}}
|
<div id="remote-friends-in-common" class="bigwidget" >
|
||||||
<div class="profile-match-wrapper">
|
{{foreach $contacts as $contact}}
|
||||||
<div class="profile-match-photo">
|
<div class="profile-match-wrapper">
|
||||||
<a href="{{$contact.url}}">
|
<div class="profile-match-photo">
|
||||||
<img src="{{$contact.photo}}" width="80" height="80" alt="{{$contact.name}}" title="{{$contact.name}}" />
|
<a href="{{$contact.url}}">
|
||||||
</a>
|
<img src="{{$contact.photo}}" width="80" height="80" alt="{{$contact.name}}" title="{{$contact.name}}" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="profile-match-break"></div>
|
||||||
|
<div class="profile-match-name">
|
||||||
|
<a href="{{$contact.url}}" title="{{$contact.name}}">{{$contact.name}}</a>
|
||||||
|
</div>
|
||||||
|
<div class="profile-match-end"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="profile-match-break"></div>
|
{{/foreach}}
|
||||||
<div class="profile-match-name">
|
<div id="rfic-end" class="clear"></div>
|
||||||
<a href="{{$contact.url}}" title="{{$contact.name}}">{{$contact.name}}</a>
|
|
||||||
</div>
|
|
||||||
<div class="profile-match-end"></div>
|
|
||||||
</div>
|
</div>
|
||||||
{{/foreach}}
|
|
||||||
<div id="rfic-end" class="clear"></div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue