X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdispy%2Fsearch_item.tpl;h=54c3e389c05dcc954c4700890b64b3e7dd26d054;hb=49d9dd374cd4072b631aabc258a3b51c656f0607;hp=39c74ef81784da070e36ca86f1d30fd1317a3a14;hpb=36966c72c87624a5b75d7e4ffa85405d43c800df;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 39c74ef817..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 }} +