X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fwall_item.tpl;h=aa972937dabcabb16c4651145eecd9d2e3860bdf;hb=f95fb2667a989b9a0fc182b473dd0d6f2730c964;hp=03cbd4c0b74ec41385e772041f062b667b2a682c;hpb=73e0e4d78341cb96ef9665a0ee4fb7e7ee2a701f;p=friendica.git diff --git a/view/theme/vier/wall_item.tpl b/view/theme/vier/wall_item.tpl index 03cbd4c0b7..aa972937da 100644 --- a/view/theme/vier/wall_item.tpl +++ b/view/theme/vier/wall_item.tpl @@ -1,78 +1,80 @@ -{{ if $indent }}{{ else }} +{{ if $item.indent }}{{ else }}
- $star.starred - {{ if $lock }}$lock{{ endif }} - + $item.star.starred + {{ if $item.lock }}$item.lock{{ endif }} +
{{ endif }} -
+
- $name - -   - {{ if $plink }}$ago{{ else }} $ago {{ endif }} + $item.name + - + {{ if $item.plink }}$item.ago{{ else }} $item.ago {{ endif }} + {{ if $item.lock }} - $item.lock {{ endif }}
- {{ if $title }}

$title

{{ endif }} - $body + {{ if $item.title }}

$item.title

{{ endif }} + $item.body
- {{ for $tags as $tag }} + {{ for $item.tags as $tag }} $tag {{ endfor }} +
- {{ if $plink }}$plink.title{{ endif }} + {{ if $item.plink }}$item.plink.title{{ endif }}
-
$location 
+
$item.location 
- {{ if $star }} - $star.do - $star.undo - $star.tagger + {{ if $item.star }} + $item.star.do + $item.star.undo + $item.star.tagger {{ endif }} - {{ if $vote }} - $vote.like.1 - $vote.dislike.1 + {{ if $item.vote }} + $item.vote.like.1 + $item.vote.dislike.1 {{ endif }} - {{ if $vote.share }} - $vote.share.1 + {{ if $item.vote.share }} + $item.vote.share.1 {{ endif }}
- {{ if $drop.dropping }} - - $drop.delete + {{ if $item.drop.dropping }} + + $item.drop.delete {{ endif }} - {{ if $edpost }} - + {{ if $item.edpost }} + {{ endif }}
@@ -80,11 +82,11 @@
- -
$dislike
+ +
$item.dislike
- $comment + $item.comment