From 41617ee987d9153ba9598b6c095a789d0998dd3d Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Wed, 28 Sep 2011 10:30:32 +0200 Subject: fix search_item.tpl, fix 'new' view in network page, fix walltowall template in 'quattro' theme --- view/wallwall_item.tpl | 77 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 76 insertions(+), 1 deletion(-) (limited to 'view/wallwall_item.tpl') diff --git a/view/wallwall_item.tpl b/view/wallwall_item.tpl index cac036d06..35bea4a86 100644 --- a/view/wallwall_item.tpl +++ b/view/wallwall_item.tpl @@ -1,4 +1,4 @@ -
+{#
@@ -51,5 +51,80 @@
+
#} + +{{ if $indent }}{{ else }} +
+ $star.starred + {{ if $lock }}$lock{{ endif }} +
+{{ endif }} +
+
+
+
+ + $owner_name + +
+
+ + $name + + menu + + +
+
$location
+
+
+ {{ if $title }}

$title

{{ endif }} + $body +
+
+
+ +
+
+ $name $ago +
$to $owner_name $vwall + +
+ +
+ {{ if $star }} + $star.do + $star.undo + {{ 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 }} +
+ +
+
+
-- cgit v1.2.3