diff --git a/images/icons.png b/images/icons.png index 0ff5c430c5..e255316e6d 100644 Binary files a/images/icons.png and b/images/icons.png differ diff --git a/view/templates/wall_thread.tpl b/view/templates/wall_thread.tpl index 2eb741c597..ae360adff2 100644 --- a/view/templates/wall_thread.tpl +++ b/view/templates/wall_thread.tpl @@ -17,7 +17,7 @@
{{$item.wall}}
{{/if}} -
@@ -33,14 +33,14 @@
{{if $item.lock}}
{{$item.lock}}
- {{else}}
{{/if}} + {{else}}
{{/if}}
{{$item.location}}
{{$item.name}}{{if $item.owner_url}} {{$item.to}} {{$item.owner_name}} {{$item.vwall}}{{/if}}
-
{{$item.ago}}
-
+
{{$item.ago}}
+
{{$item.title}}
@@ -76,7 +76,7 @@ {{if $item.edpost}} {{/if}} - + {{if $item.star}} {{/if}} @@ -85,19 +85,27 @@ {{/if}} {{if $item.filer}} - {{/if}} - + {{/if}} + {{if $item.isevent }} +
+ + + +
+ {{/if}}
{{if $item.drop.dropping}}{{/if}}
{{if $item.drop.pagedrop}}{{/if}}
- +
-
{{$item.like}}
-
{{$item.dislike}}
- + {{if $item.responses}} + {{foreach $item.responses as $verb=>$response}} +
{{$response.output}}
+ {{/foreach}} + {{/if}} {{if $item.threaded}} {{if $item.comment}}
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index ff108a8631..ae2530b6a2 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1128,6 +1128,16 @@ input#dfrn-url { border: none; } +.wall-item-attend-wrapper { + float:left; + padding-left: 10px; +} + +.wall-item-attend-wrapper > a { + display: inline-block; + margin-right: 10px; +} + .wall-item-wrapper-end { clear: both; @@ -3128,6 +3138,9 @@ aside input[type='text'] { .tagged { background-position: -48px -48px; } .yellow { background-position: -64px -48px; } +.attendyes { background-position: -80px -48px; } +.attendno { background-position: -96px -48px; } +.attendmaybe { background-position: -112px -48px; } .filer-icon { display: block; width: 16px; height: 16px;