From 6b6f45f9f1c0fa5c0142c0bf1d9a93b77694ea4b Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Fri, 16 Sep 2011 12:51:14 +0200 Subject: quattro: initial style of conversations --- view/theme/duepuntozero/wall_item.tpl | 49 +++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 view/theme/duepuntozero/wall_item.tpl (limited to 'view/theme/duepuntozero/wall_item.tpl') diff --git a/view/theme/duepuntozero/wall_item.tpl b/view/theme/duepuntozero/wall_item.tpl new file mode 100644 index 000000000..5c467a119 --- /dev/null +++ b/view/theme/duepuntozero/wall_item.tpl @@ -0,0 +1,49 @@ +
+
+
+
+ + $name + + menu +
+
    + $item_photo_menu +
+
+
+
+
+ $lock +
$location
+
+
+
+ $name +
$ago
+ +
+
+
$title
+
+
$body
+
+
+ $vote + $plink + $edpost + $star + $drop +
+
+
+ +
$dislike
+
+ $comment +
+ +
+
-- cgit v1.2.3 From 3dca29b3d5071303e22f35ab73ffec4463cbc543 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Tue, 27 Sep 2011 10:19:32 +0200 Subject: port old themes --- view/theme/duepuntozero/wall_item.tpl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'view/theme/duepuntozero/wall_item.tpl') diff --git a/view/theme/duepuntozero/wall_item.tpl b/view/theme/duepuntozero/wall_item.tpl index 5c467a119..a4508b067 100644 --- a/view/theme/duepuntozero/wall_item.tpl +++ b/view/theme/duepuntozero/wall_item.tpl @@ -32,9 +32,13 @@
$vote - $plink + {{ if $plink }} + + {{ endif }} $edpost - $star + {{ if $star }} + + {{ endif }} $drop
-- cgit v1.2.3 From 59525e1e321d4cdac668bfc79dd5de0962ab5f56 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 27 Sep 2011 05:24:26 -0700 Subject: restore privacy icons after theme upgrade --- view/theme/duepuntozero/wall_item.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/duepuntozero/wall_item.tpl') diff --git a/view/theme/duepuntozero/wall_item.tpl b/view/theme/duepuntozero/wall_item.tpl index a4508b067..32820fb7c 100644 --- a/view/theme/duepuntozero/wall_item.tpl +++ b/view/theme/duepuntozero/wall_item.tpl @@ -16,7 +16,7 @@
- $lock + {{ if $lock }}{{ endif }}
$location
-- cgit v1.2.3 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/duepuntozero/wall_item.tpl | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'view/theme/duepuntozero/wall_item.tpl') diff --git a/view/theme/duepuntozero/wall_item.tpl b/view/theme/duepuntozero/wall_item.tpl index a4508b067..a81eda765 100644 --- a/view/theme/duepuntozero/wall_item.tpl +++ b/view/theme/duepuntozero/wall_item.tpl @@ -31,15 +31,30 @@
$body
- $vote + {{ if $vote }} + + {{ endif }} {{ if $plink }} {{ endif }} - $edpost + {{ if $edpost }} + + {{ endif }} + {{ if $star }} {{ endif }} - $drop + +
+ {{ if $drop.dropping }}{{ endif }} +
+ {{ if $drop.dropping }}{{ endif }} +
-- 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/duepuntozero/wall_item.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'view/theme/duepuntozero/wall_item.tpl') diff --git a/view/theme/duepuntozero/wall_item.tpl b/view/theme/duepuntozero/wall_item.tpl index 876f1fc72..d264d3999 100644 --- a/view/theme/duepuntozero/wall_item.tpl +++ b/view/theme/duepuntozero/wall_item.tpl @@ -16,7 +16,8 @@
- {{ if $lock }}{{ endif }} + {{ if $lock }}
$lock
+ {{ else }}
{{ endif }}
$location
-- cgit v1.2.3