X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fwall_item.tpl;h=ddae5b609ed851a5e9c45e614c9001065981c683;hb=b6b7742579d16a4eab97249758a62c5ff33bd07d;hp=83e6dd361bf0c95c59856efd2483e0d2c006d474;hpb=27a9a53b3b480ff6d86167dbdaebdd23747d9ab0;p=friendica.git diff --git a/view/wall_item.tpl b/view/wall_item.tpl old mode 100644 new mode 100755 index 83e6dd361b..ddae5b609e --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -1,75 +1,75 @@
- $star.starred - {{ if $lock }}$lock{{ endif }} - + $item.star.starred + {{ if $item.lock }}$item.lock{{ endif }} +
-
+
- {{ for $tags as $tag }} - $tag + {{ for $item.tags as $item.tag }} + $item.tag {{ endfor }}
- {{ if $plink }}$plink.title{{ endif }} + {{ if $item.plink }}$item.plink.title{{ endif }}
- $name $ago + $item.name $item.ago
- {{ 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 }}
@@ -77,11 +77,11 @@
- -
$dislike
+ +
$item.dislike
- $comment + $item.comment