]> git.mxchange.org Git - friendica.git/commitdiff
move ignore link
authorFriendika <info@friendika.com>
Thu, 3 Nov 2011 23:06:32 +0000 (16:06 -0700)
committerFriendika <info@friendika.com>
Thu, 3 Nov 2011 23:06:32 +0000 (16:06 -0700)
view/suggest_friends.tpl

index aac20aa2f54c8a98d81825b7147443cf752b1a53..626c371594be11301ea4f6ead0702a95781710c5 100644 (file)
@@ -1,4 +1,5 @@
 <div class="profile-match-wrapper">
+       <a href="$ignlnk" title="$ignore" ><span class="icon drophide profile-match-ignore" title="$ignore"></span></a>
        <div class="profile-match-photo">
                <a href="$url">
                        <img src="$photo" alt="$name" width="80" height="80" title="$name [$url]" />
@@ -8,6 +9,5 @@
        <div class="profile-match-name">
                <a href="$url" title="$name">$name</a>
        </div>
-       <a class="icon drophide profile-match-ignore" href="$ignlnk" title="$ignore" ></a>
        <div class="profile-match-end"></div>
 </div>
\ No newline at end of file