X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fsearch_item.tpl;h=ebf1c7cafa9acae25a035c0d6a037f81dfbebabe;hb=4860dd1a6cd11fc9847e8d055dac3eadbf2b4f51;hp=462624957eca74d2bfc8a26c7def32a1fdec5ce9;hpb=7381540039985b4046b4adac018263304111243e;p=friendica.git diff --git a/view/templates/search_item.tpl b/view/templates/search_item.tpl index 462624957e..ebf1c7cafa 100644 --- a/view/templates/search_item.tpl +++ b/view/templates/search_item.tpl @@ -1,5 +1,9 @@ + + + +
@@ -7,30 +11,30 @@ onmouseover="if (typeof t{{$item.id}} != 'undefined') clearTimeout(t{{$item.id}}); openMenu('wall-item-photo-menu-button-{{$item.id}}')" onmouseout="t{{$item.id}}=setTimeout('closeMenu(\'wall-item-photo-menu-button-{{$item.id}}\'); closeMenu(\'wall-item-photo-menu-{{$item.id}}\');',200)"> - {{$item.name|escaped}} + {{$item.name}} menu
    - {{$item.item_photo_menu}} + {{$item.item_photo_menu_html nofilter}}
- {{if $item.lock}}
{{$item.lock}}
+ {{if $item.lock}}
{{$item.lock}}
{{else}}
{{/if}} -
{{$item.location}}
+
{{$item.location_html nofilter}}
- {{$item.name|escaped}} + {{$item.name}}
{{$item.ago}}
{{$item.title}}
-
{{$item.body}}
+
{{$item.body_html nofilter}}
{{if $item.has_cats}}
{{$item.txt_cats}} {{foreach $item.categories as $cat}}{{$cat.name}}{{if $cat.removeurl}} [{{$remove}}]{{/if}} {{if $cat.last}}{{else}}, {{/if}}{{/foreach}}