X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fwall_item.tpl;h=e3213b891159dbf864c75cf307dbcdf680df303a;hb=8d9dc5c56ccb377b2f82457bf288a7494f2e020b;hp=ca47ea1e62b502b2396a2308fa7f6a4f03512daf;hpb=0ee9ae23d75d9f15fd37fb2ea118649dfe92aee0;p=friendica.git diff --git a/view/wall_item.tpl b/view/wall_item.tpl index ca47ea1e62..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 +