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/theme/dispy/search_item.tpl | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'view/theme/dispy') diff --git a/view/theme/dispy/search_item.tpl b/view/theme/dispy/search_item.tpl index 39c74ef81..3d841ab08 100644 --- a/view/theme/dispy/search_item.tpl +++ b/view/theme/dispy/search_item.tpl @@ -16,9 +16,16 @@
{{ if $location }}$location {{ endif }}
-
$lock
+
+ {{ if $lock }}
$lock
+ {{ else }}
{{ endif }} +
- $drop +
+ {{ if $drop.dropping }}{{ endif }} +
+ {{ if $drop.dropping }}{{ endif }} +
$title
@@ -36,5 +43,9 @@
-
$conv
+
+ {{ if $conv }} + $conv.title + {{ endif }} +
-- cgit v1.2.3