From c177a5e5b28755b2b829dddc6fb166e09181a37b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 1 Nov 2012 15:05:31 +0100 Subject: [PATCH] vier: threads --- view/theme/vier/style.css | 6 ++---- view/theme/vier/threaded_conversation.tpl | 2 +- view/theme/vier/wall_thread.tpl | 23 ++++++++++++++++++----- 3 files changed, 21 insertions(+), 10 deletions(-) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 64b3ba974..96903bba0 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -1079,15 +1079,13 @@ section { padding-bottom: 2px; } .tag { - background: url("../../../images/tag_b.png") repeat-x center left; - color: #ffffff; + color: rgb(153,153,153); padding-left: 3px; font-size: 10px; } .tag a { padding-right: 8px; - background: url("../../../images/tag.png") no-repeat center right; - color: #ffffff; + color: rgb(153,153,153); } .wwto { position: absolute !important; diff --git a/view/theme/vier/threaded_conversation.tpl b/view/theme/vier/threaded_conversation.tpl index ad510185e..7eadf7e9f 100644 --- a/view/theme/vier/threaded_conversation.tpl +++ b/view/theme/vier/threaded_conversation.tpl @@ -2,7 +2,7 @@ $live_update {{ for $threads as $item }} -
+
{{ if $item.type == tag }} diff --git a/view/theme/vier/wall_thread.tpl b/view/theme/vier/wall_thread.tpl index becf868e7..f6f4679cb 100644 --- a/view/theme/vier/wall_thread.tpl +++ b/view/theme/vier/wall_thread.tpl @@ -42,7 +42,7 @@
- {{ if $item.owner_url }} + {{ if $item.owner_url }}
$item.owner_name @@ -60,9 +60,18 @@
- {{ for $item.tags as $tag }} + {{ for $item.hashtags as $tag }} $tag {{ endfor }} + {{ for $item.mentions as $tag }} + $tag + {{ endfor }} + {{ for $item.folders as $cat }} + $cat.name{{if $cat.removeurl}} (x) {{endif}} + {{ endfor }} + {{ for $item.categories as $cat }} + $cat.name{{if $cat.removeurl}} (x) {{endif}} + {{ endfor }}
@@ -71,7 +80,11 @@
- $item.name $item.ago + $item.name + $item.ago {{ if $item.owner_url }}
$item.to $item.owner_name $item.vwall {{ endif }}
@@ -118,14 +131,14 @@
$item.dislike
- {{ if $item.threaded }}{{ if $item.comment }}{{ if $item.indent==comment }} + {{ if $item.threaded }}{{ if $item.comment }}
$item.comment
- {{ endif }}{{ endif }}{{ endif }} + {{ endif }}{{ endif }}