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/search_item.tpl | 100 ++++++++++++++++++++++++++++++++------------------- 1 file changed, 63 insertions(+), 37 deletions(-) (limited to 'view/search_item.tpl') diff --git a/view/search_item.tpl b/view/search_item.tpl index e045fc328..616eaf110 100644 --- a/view/search_item.tpl +++ b/view/search_item.tpl @@ -1,45 +1,71 @@ -
-
-
-
+
+ $star.starred + {{ if $lock }}$lock{{ endif }} + +
+
+
+
+
- $name - menu -
-
    - $item_photo_menu -
-
-
-
-
- $lock -
$location
-
-
-
- $name -
$ago
+ $name + + menu + -
-
-
$title
-
-
$body
+
+
$location
-
- $drop +
+ {{ if $title }}

$title

{{ endif }} + $body
-
- - -
$conv
- -
+
+ +
+
+ $name $ago +
+ +
+ {{ if $star }} + $star.do + $star.undo + {{ endif }} + + {{ if $vote }} + $vote.like.1 + $vote.dislike.1 + {{ endif }} + + {{ if $vote.share }} + $vote.share.1 + {{ endif }} + + {{ if $conv }} + $conv.title + {{ endif }} +
+ +
+ {{ if $drop.dropping }} + + $drop.delete + {{ endif }} + {{ if $edpost }} + + {{ endif }} +
+ +
+
- -- cgit v1.2.3