X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ftestbubble%2Fwall_item.tpl;h=44491d967c0b500af0fcdd02e4fe1fab9e8b2b35;hb=266eaae43968e854d2c00db622603b72d209d5d5;hp=b8af3685fc24bfb11cf17dc3412cd29a55f8df01;hpb=20d4fda22f26a99e7da930be639874f80ae7060d;p=friendica.git diff --git a/view/theme/testbubble/wall_item.tpl b/view/theme/testbubble/wall_item.tpl index b8af3685fc..44491d967c 100644 --- a/view/theme/testbubble/wall_item.tpl +++ b/view/theme/testbubble/wall_item.tpl @@ -1,51 +1,78 @@ - -
-
-
-
- - $name +
+
+
+
+ + $item.name - menu -
+ menu +
    - $item_photo_menu + $item.item_photo_menu
-
{{ if $location }}$location {{ endif }}
+
{{ if $item.location }}$item.location {{ endif }}
-
$lock
-
-
$title
+
+ {{ if $item.lock }}
$item.lock
+ {{ else }}
{{ endif }} +
+
+
$item.title
-
$body
+
$item.body +
+ {{ for $item.tags as $tag }} + $tag + {{ endfor }} +
+
- -
- $vote - $plink - $edpost - $star - $drop +
+ {{ if $item.vote }} + + {{ endif }} + {{ if $item.plink }} + + {{ endif }} + {{ if $item.edpost }} + + {{ endif }} + + {{ if $item.star }} + + + {{ endif }} + +
+ {{ if $item.drop.dropping }}{{ endif }} +
+ {{ if $item.drop.dropping }}{{ endif }} +
- $name -
$ago
+ $item.name +
$item.ago
- -
$dislike
+ +
$item.dislike
- $comment + $item.comment
-
+