X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fwall_item.tpl;h=e771db0682f3e48f9db8a0c12606a51bd37d1580;hb=b23ad806ec8cedbc94d721279fd5615f79c4a4c6;hp=96f3cee747b859f32fc0c9d70853090e18e736ba;hpb=be2fd56aae51ee02b6e40dedd4383e1ebddc752e;p=friendica.git diff --git a/view/wall_item.tpl b/view/wall_item.tpl old mode 100644 new mode 100755 index 96f3cee747..e771db0682 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -1,75 +1,78 @@ -{{ if $indent }}{{ else }} +
- $star.starred - {{ if $lock }}$lock{{ endif }} - + $item.star.starred + {{ if $item.lock }}$item.lock{{ endif }} +
-{{ endif }} -
+ +
- {{ for $tags as $tag }} + {{ for $item.tags as $tag }} $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 $item.filer }} + $item.filer + {{ 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 +80,11 @@
- -
$dislike
+ +
$item.dislike
- $comment + $item.comment