X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fwall_item.tpl;h=e3213b891159dbf864c75cf307dbcdf680df303a;hb=0077997eb69ecda0567f73e8dbf5835ce03d9250;hp=3db3b150754b223d31c2e7cdd280f8f91aac9eea;hpb=9d2afc2d3c12f6b70eae11487e491e2d8604ed60;p=friendica.git diff --git a/view/wall_item.tpl b/view/wall_item.tpl index 3db3b15075..e3213b8911 100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -1,50 +1,87 @@ -
-
-
-
+{{ 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 +
+ +
+ {{ for $tags as $tag }} + $tag + {{ endfor }} +
+
+
+ {{ if $plink }}$plink.title{{ endif }} +
+
+
+ $name $ago +
+ +
+ {{ if $star }} + $star.do + $star.undo + $star.tagger + {{ 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 }} +
+ +
+
+
+ + +
$dislike
+
+
+ $comment +