X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdispy%2Fsearch_item.tpl;h=54c3e389c05dcc954c4700890b64b3e7dd26d054;hb=a7b637b933fffdf0a1972ee198ebf31d8c3e1a9d;hp=41cc95e65f3f7d7f5d719924a979e3961ec3c8e7;hpb=26d748f6d8d7616b4a337350df69898716ec043e;p=friendica.git diff --git a/view/theme/dispy/search_item.tpl b/view/theme/dispy/search_item.tpl old mode 100644 new mode 100755 index 41cc95e65f..54c3e389c0 --- a/view/theme/dispy/search_item.tpl +++ b/view/theme/dispy/search_item.tpl @@ -1,33 +1,40 @@ -
-
-
-
- - $name - menu -
+
+
+
+
+ + $item.name + menu +
    - $item_photo_menu + $item.item_photo_menu
-
{{ if $location }}$location {{ endif }}
+
{{ if $item.location }}$item.location {{ endif }}
-
$lock
-
- $drop +
+ {{ if $item.lock }}
$item.lock
+ {{ else }}
{{ endif }}
-
-
$title
+
+
+ {{ if $item.drop.dropping }}{{ endif }} +
+ {{ if $item.drop.dropping }}{{ endif }} +
+
+
+
$item.title
-
$body
+
$item.body
- $name -
$ago
+ $item.name +
$item.ago
@@ -35,6 +42,10 @@
-
-
$conv
+
+
+ {{ if $item.conv }} + $item.conv.title + {{ endif }} +