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/wallwall_item.tpl | 59 +++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 view/theme/duepuntozero/wallwall_item.tpl (limited to 'view/theme/duepuntozero/wallwall_item.tpl') diff --git a/view/theme/duepuntozero/wallwall_item.tpl b/view/theme/duepuntozero/wallwall_item.tpl new file mode 100644 index 000000000..daad6ad14 --- /dev/null +++ b/view/theme/duepuntozero/wallwall_item.tpl @@ -0,0 +1,59 @@ +
+
+
+
+ + $owner_name +
+
$wall
+
+ + $name + menu +
+
    + $item_photo_menu +
+
+ +
+
+
+ $lock +
$location
+
+
+
+ $name $to $owner_name $vwall
+
$ago
+
+
+
$title
+
+
$body
+
+
+ $vote + {{ if $plink }} + + {{ endif }} + $edpost + {{ if $star }} + + {{ endif }} + $drop +
+
+
+ +
$dislike
+
+
+ $comment +
+ +
+
+ -- 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/wallwall_item.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/duepuntozero/wallwall_item.tpl') diff --git a/view/theme/duepuntozero/wallwall_item.tpl b/view/theme/duepuntozero/wallwall_item.tpl index daad6ad14..58d5e16f6 100644 --- a/view/theme/duepuntozero/wallwall_item.tpl +++ b/view/theme/duepuntozero/wallwall_item.tpl @@ -21,7 +21,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/wallwall_item.tpl | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'view/theme/duepuntozero/wallwall_item.tpl') diff --git a/view/theme/duepuntozero/wallwall_item.tpl b/view/theme/duepuntozero/wallwall_item.tpl index daad6ad14..a958ba65a 100644 --- a/view/theme/duepuntozero/wallwall_item.tpl +++ b/view/theme/duepuntozero/wallwall_item.tpl @@ -35,15 +35,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/wallwall_item.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'view/theme/duepuntozero/wallwall_item.tpl') diff --git a/view/theme/duepuntozero/wallwall_item.tpl b/view/theme/duepuntozero/wallwall_item.tpl index 6403b5201..aaa542760 100644 --- a/view/theme/duepuntozero/wallwall_item.tpl +++ b/view/theme/duepuntozero/wallwall_item.tpl @@ -21,7 +21,8 @@
- {{ if $lock }}{{ endif }} + {{ if $lock }}
$lock
+ {{ else }}
{{ endif }}
$location
-- cgit v1.2.3