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,5 +1,6 @@
|
|||
<div id="rfic-desc">{{$desc nofilter}} {{if $linkmore}}<a href="profile/{{$nickname}}/contacts/common">{{$more}}</a>{{/if}}</div>
|
||||
<div id="remote-friends-in-common" class="bigwidget">
|
||||
<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-wrapper">
|
||||
<div id="remote-friends-in-common" class="bigwidget" >
|
||||
{{foreach $contacts as $contact}}
|
||||
<div class="profile-match-wrapper">
|
||||
<div class="profile-match-photo">
|
||||
|
@ -16,3 +17,4 @@
|
|||
{{/foreach}}
|
||||
<div id="rfic-end" class="clear"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user