]> git.mxchange.org Git - friendica.git/commitdiff
minor positioning adjustment on search items
authorFriendika <info@friendika.com>
Tue, 9 Nov 2010 02:36:08 +0000 (18:36 -0800)
committerFriendika <info@friendika.com>
Tue, 9 Nov 2010 02:36:08 +0000 (18:36 -0800)
mod/search.php
view/search_item.tpl

index d05b3d4e28681f1f501c0ff3f51f3d0605db033f..c0e6809ec019772c4b73d5b3ce76d6459c72f4e8 100644 (file)
@@ -92,12 +92,14 @@ function search_content(&$a) {
                        }
 
                        $drop = replace_macros($droptpl,array('$id' => $item['id']));
+                       $lock = '<div class="wall-item-lock"></div>';
 
                        $o .= replace_macros($tpl,array(
                                '$id' => $item['item_id'],
                                '$profile_url' => $profile_link,
                                '$name' => $profile_name,
                                '$sparkle' => $sparkle,
+                               '$lock' => $lock,
                                '$thumb' => $profile_avatar,
                                '$title' => $item['title'],
                                '$body' => bbcode($item['body']),
index 6004ed5a1b79e8401a0943e870e7c3ae6091ad46..5cd230cfa2c024b42510cc79afcf5273b609e519 100644 (file)
@@ -6,6 +6,7 @@
                </div>
 
                <div class="wall-item-wrapper" id="wall-item-wrapper-$id" >
+                       $lock
                        <a href="$profile_url" title="View $name's profile" class="wall-item-name-link"><span class="wall-item-name$sparkle" id="wall-item-name-$id" >$name</span></a>
                        <div class="wall-item-ago"  id="wall-item-ago-$id">$ago</div>
                        <div class="wall-item-location" id="wall-item-location-$id">$location</div>