From 54c08b2b0fcd20522b05162ee782e2c7e09aced9 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 22 Mar 2012 12:41:51 +0100 Subject: adding filer functionality to quattro(-green) --- view/wall_item.tpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'view/wall_item.tpl') diff --git a/view/wall_item.tpl b/view/wall_item.tpl index c99077510..1c19c4b60 100755 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -51,6 +51,9 @@ $item.star.undo $item.star.tagger {{ endif }} + {{ if $item.filer }} + file as + {{ endif }} {{ if $item.vote }} $item.vote.like.1 -- cgit v1.2.3 From 6df7fae4b57540aa13c9f25976543a8511c61626 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 22 Mar 2012 13:41:41 +0100 Subject: non static filer text --- view/wall_item.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/wall_item.tpl') diff --git a/view/wall_item.tpl b/view/wall_item.tpl index 1c19c4b60..e158e5ef8 100755 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -52,7 +52,7 @@ $item.star.tagger {{ endif }} {{ if $item.filer }} - file as + $item.star.filer {{ endif }} {{ if $item.vote }} -- cgit v1.2.3 From 1e86e3fb26271a687721ed6e74055feb38b363fa Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 22 Mar 2012 13:46:05 +0100 Subject: it's only item.filer ;-) --- view/wall_item.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/wall_item.tpl') diff --git a/view/wall_item.tpl b/view/wall_item.tpl index e158e5ef8..e771db068 100755 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -52,7 +52,7 @@ $item.star.tagger {{ endif }} {{ if $item.filer }} - $item.star.filer + $item.filer {{ endif }} {{ if $item.vote }} -- cgit v1.2.3 From 51d419e159de93c6ca7efaa1f1f69dc36eb3cb26 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Mon, 26 Mar 2012 09:09:14 +0200 Subject: themes: use duepuntozero tpls as default --- view/wall_item.tpl | 138 ++++++++++++++++++++++++----------------------------- 1 file changed, 63 insertions(+), 75 deletions(-) (limited to 'view/wall_item.tpl') diff --git a/view/wall_item.tpl b/view/wall_item.tpl index e771db068..9d1dd7d70 100755 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -1,90 +1,78 @@ - -
- $item.star.starred - {{ if $item.lock }}$item.lock{{ endif }} - -
- -
-
-
-
- - $item.name +
+
+
+
+ + $item.name - menu - - + menu +
+
    + $item.item_photo_menu +
+
+
+
+
+ {{ if $item.lock }}
$item.lock
+ {{ else }}
{{ endif }} +
$item.location
-
$item.location
-
-
- {{ if $item.title }}

$item.title

{{ endif }} - $item.body -
-
-
- -
- {{ for $item.tags as $tag }} - $tag - {{ endfor }}
-
-
-
- {{ if $item.plink }}$item.plink.title{{ endif }} +
+ $item.name +
$item.ago
+ +
+
+
$item.title
+
+
$item.body +
+ {{ for $item.tags as $tag }} + $tag + {{ endfor }} +
+
-
-
- $item.name $item.ago +
+ {{ if $item.vote }} + - -
+ {{ endif }} + {{ if $item.plink }} + + {{ endif }} + {{ if $item.edpost }} + + {{ endif }} + {{ if $item.star }} - $item.star.do - $item.star.undo - $item.star.tagger + + {{ endif }} {{ if $item.filer }} - $item.filer - {{ endif }} - - {{ if $item.vote }} - $item.vote.like.1 - $item.vote.dislike.1 - {{ endif }} - - {{ if $item.vote.share }} - $item.vote.share.1 + {{ endif }} +
+ {{ if $item.drop.dropping }}{{ endif }}
- -
- - {{ if $item.drop.dropping }} - - $item.drop.delete - {{ endif }} - {{ if $item.edpost }} - - {{ endif }} -
- + {{ if $item.drop.dropping }}{{ endif }} +
-
- - -
$item.dislike
+
+ +
$item.dislike
+
+ $item.comment
-
-
- $item.comment +
-- cgit v1.2.3