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/theme/testbubble/wall_item.tpl | 22 +++++++++++++++++++--- view/theme/testbubble/wallwall_item.tpl | 28 ++++++++++++++++++++++++---- 2 files changed, 43 insertions(+), 7 deletions(-) (limited to 'view/theme/testbubble') diff --git a/view/theme/testbubble/wall_item.tpl b/view/theme/testbubble/wall_item.tpl index 47f062aff..29cf65705 100644 --- a/view/theme/testbubble/wall_item.tpl +++ b/view/theme/testbubble/wall_item.tpl @@ -26,16 +26,32 @@
- $vote + {{ if $vote }} + + {{ endif }} {{ if $plink }} {{ endif }} - $edpost + {{ if $edpost }} + + {{ endif }} {{ if $star }} {{ endif }} - $drop + +
+ {{ if $drop.dropping }}{{ endif }} +
+ {{ if $drop.dropping }}{{ endif }} +
+ +
diff --git a/view/theme/testbubble/wallwall_item.tpl b/view/theme/testbubble/wallwall_item.tpl index 4fe677ab4..70c13bc97 100644 --- a/view/theme/testbubble/wallwall_item.tpl +++ b/view/theme/testbubble/wallwall_item.tpl @@ -24,10 +24,30 @@
$lock
- $vote - $plink - $edpost - $drop + {{ if $vote }} + + {{ endif }} + {{ if $plink }} + + {{ endif }} + {{ if $edpost }} + + {{ endif }} + + {{ if $star }} + + {{ endif }} + +
+ {{ if $drop.dropping }}{{ endif }} +
+ {{ if $drop.dropping }}{{ endif }} +
$title
-- cgit v1.2.3 From 68a6bfdee5250c43c70530996b689b2f53c4e8d1 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Wed, 28 Sep 2011 09:43:31 +0200 Subject: Items lock icon --- view/theme/testbubble/wall_item.tpl | 5 ++++- view/theme/testbubble/wallwall_item.tpl | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'view/theme/testbubble') diff --git a/view/theme/testbubble/wall_item.tpl b/view/theme/testbubble/wall_item.tpl index 29cf65705..70ec00dd9 100644 --- a/view/theme/testbubble/wall_item.tpl +++ b/view/theme/testbubble/wall_item.tpl @@ -18,7 +18,10 @@
{{ if $location }}$location {{ endif }}
-
$lock
+
+ {{ if $lock }}
$lock
+ {{ else }}
{{ endif }} +
$title
diff --git a/view/theme/testbubble/wallwall_item.tpl b/view/theme/testbubble/wallwall_item.tpl index 70c13bc97..8819103a3 100644 --- a/view/theme/testbubble/wallwall_item.tpl +++ b/view/theme/testbubble/wallwall_item.tpl @@ -22,7 +22,10 @@
{{ if $location }}$location {{ endif }}
-
$lock
+
+ {{ if $lock }}
$lock
+ {{ else }}
{{ endif }} +
{{ if $vote }} -
$lock
+
+ {{ if $lock }}
$lock
+ {{ else }}
{{ endif }} +
- $drop +
+ {{ if $drop.dropping }}{{ endif }} +
+ {{ if $drop.dropping }}{{ endif }} +
$title
@@ -32,8 +39,10 @@
-
$conv
+
+ {{ if $conv }}$conv.title{{ endif }} +
-
\ No newline at end of file +
-- cgit v1.2.3