X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Fwall_thread.tpl;h=2e5c49392fee9b1a82e2f52e46a649a0de69bd6d;hb=9d4fdee65d54a0ece18faaf2ec59af764f62d80d;hp=01738b666b2968122bce1803ff127bb560301fde;hpb=ec3d8a80cda6124bd8c68e6721f3fb5d280d4e0c;p=friendica.git diff --git a/view/theme/quattro/wall_thread.tpl b/view/theme/quattro/wall_thread.tpl index 01738b666b..2e5c49392f 100644 --- a/view/theme/quattro/wall_thread.tpl +++ b/view/theme/quattro/wall_thread.tpl @@ -30,18 +30,25 @@
-
- $item.name + $item.name menu +
+ {{ if $item.owner_url }} + + {{ endif }}
$item.location
@@ -53,18 +60,33 @@
- {{ for $item.tags as $tag }} + {{ for $item.hashtags as $tag }} $tag {{ endfor }} + {{ for $item.mentions as $tag }} + $tag + {{ endfor }} + {{ for $item.folders as $cat }} + $cat.name{{if $cat.removeurl}} (x) {{endif}} + {{ endfor }} + {{ for $item.categories as $cat }} + $cat.name{{if $cat.removeurl}} (x) {{endif}} + {{ endfor }}
-
+
-
+
- $item.name $item.ago + $item.name + $item.ago + {{ if $item.owner_url }}
$item.to $item.owner_name $item.vwall + {{ endif }}
@@ -72,6 +94,7 @@ $item.star.do $item.star.undo $item.star.tagger + {{ endif }} {{ if $item.filer }} $item.filer @@ -89,8 +112,10 @@
- {{ if $item.drop.dropping }} + {{ if $item.drop.pagedrop }} + {{ endif }} + {{ if $item.drop.dropping }} $item.drop.delete {{ endif }} {{ if $item.edpost }} @@ -105,19 +130,18 @@
$item.dislike
- {{ if $item.threaded }}{{ if $item.comment }}{{ if $item.thread_level!=1 }} + + {{ if $item.threaded }}{{ if $item.comment }}{{ if $item.indent==comment }}
- $item.comment + $item.comment
{{ endif }}{{ endif }}{{ endif }} -
- {{ for $item.children as $child }} {{ if $item.type == tag }} {{ inc wall_item_tag.tpl with $item=$child }}{{ endinc }}