From e986fc3e301f2a0cfb3b975fe60974fc5dcfd76b Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Tue, 27 Sep 2011 16:54:33 +0200 Subject: quattro: actions in wall_item less html in conversation.php removed unused tpls fixed old themes --- view/wall_item.tpl | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) (limited to 'view/wall_item.tpl') diff --git a/view/wall_item.tpl b/view/wall_item.tpl index 39cb33f0f..7db8b8697 100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -2,6 +2,7 @@
$star.starred {{ if $lock }}$lock{{ endif }} +
{{ endif }}
@@ -31,12 +32,37 @@ {{ if $plink }}$plink.title{{ endif }}
- $name $ago +
+ $name $ago +
+
{{ if $star }} - $star.do - $star.undo + $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