diff --git a/view/wall_item.tpl b/view/wall_item.tpl index ca47ea1e62..7db8b86977 100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -1,50 +1,69 @@ -
-
-
-
+{{ if $indent }}{{ else }} +
+ $star.starred + {{ if $lock }}$lock{{ endif }} + +
+{{ endif }} +
+
+
+
- $name + $name - menu -
-
    - $item_photo_menu -
-
-
-
-
- $lock -
$location
-
-
-
- $name -
$ago
+ menu + -
-
-
$title
-
-
$body
+
+
$location
-
- $vote - $plink - $edpost - $star - $drop +
+ {{ if $title }}

$title

{{ endif }} + $body
-
- -
$dislike
-
- $comment -
+
+ +
+
+ $name $ago +
+ +
+ {{ if $star }} + $star.do + $star.undo + {{ endif }} + + {{ if $vote }} + $vote.like.1 + $vote.dislike.1 + {{ endif }} + + {{ if $vote.share }} + $vote.share.1 + {{ endif }} +
+ +
-
+ {{ if $drop.dropping }} + + $drop.delete + {{ endif }} + {{ if $edpost }} + + {{ endif }} +
+ +
+