suggestion widget
This commit is contained in:
@@ -932,7 +932,7 @@ tr.mceLast {
|
||||
.contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo {
|
||||
border-radius: $radiuspx;
|
||||
-moz-border-radius: $radiuspx;
|
||||
box-shadow: 4px 4px 3px 0 #444444;
|
||||
box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444;
|
||||
}
|
||||
|
||||
#sidebar-page-list .label {
|
||||
@@ -2979,3 +2979,4 @@ img.mail-list-sender-photo {
|
||||
.comment-edit-text-full {
|
||||
color: black;
|
||||
}
|
||||
.suggest-widget-more { margin-top: 10px; }
|
||||
@@ -1,5 +1,5 @@
|
||||
<div class="profile-match-wrapper">
|
||||
<a href="{{$entry.ignlnk}}" title="{{$entry.ignore}}" class="icon drophide smalldrop profile-match-ignore" onmouseout="imgdull(this);" onmouseover="imgbright(this);" onclick="return confirmDelete();" ></a>
|
||||
<a href="{{$entry.ignlnk}}" title="{{$entry.ignore}}" class="profile-match-ignore" onclick="return confirmDelete();" ><i class="icon-remove drop-icons"></i></a>
|
||||
<div class="profile-match-photo">
|
||||
<a href="{{$entry.url}}">
|
||||
<img src="{{$entry.photo}}" alt="{{$entry.name}}" width="80" height="80" title="{{$entry.name}} [{{$entry.url}}]" />
|
||||
|
||||
10
view/tpl/suggest_widget.tpl
Normal file
10
view/tpl/suggest_widget.tpl
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="widget">
|
||||
<h3>{{$title}}</h3>
|
||||
{{if $entries}}
|
||||
{{foreach $entries as $child}}
|
||||
{{include file="suggest_friends.tpl" entry=$child}}
|
||||
{{/foreach}}
|
||||
{{/if}}
|
||||
<div class="clear"></div>
|
||||
<div class="suggest-widget-more"><a href="suggest">{{$more}}</a></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user