]> git.mxchange.org Git - friendica.git/blobdiff - view/suggest_friends.tpl
extending notifications to other types
[friendica.git] / view / suggest_friends.tpl
index 626c371594be11301ea4f6ead0702a95781710c5..e97b5e8cce37944cb46727544d04bec92c3f911b 100644 (file)
@@ -1,5 +1,5 @@
 <div class="profile-match-wrapper">
-       <a href="$ignlnk" title="$ignore" ><span class="icon drophide profile-match-ignore" title="$ignore"></span></a>
+       <a href="$ignlnk" title="$ignore" class="icon drophide profile-match-ignore" onmouseout="imgdull(this);" onmouseover="imgbright(this);" onclick="return confirmDelete();" ></a>
        <div class="profile-match-photo">
                <a href="$url">
                        <img src="$photo" alt="$name" width="80" height="80" title="$name [$url]" />
@@ -10,4 +10,7 @@
                <a href="$url" title="$name">$name</a>
        </div>
        <div class="profile-match-end"></div>
+       {{ if $connlnk }}
+       <div class="profile-match-connect"><a href="$connlnk" title="$conntxt">$conntxt</a></div>
+       {{ endif }}
 </div>
\ No newline at end of file