diff --git a/view/theme/frost-mobile/style.css b/view/theme/frost-mobile/style.css
index 91dd907a0..400b23c10 100644
--- a/view/theme/frost-mobile/style.css
+++ b/view/theme/frost-mobile/style.css
@@ -1246,13 +1246,14 @@ input#dfrn-url {
/* background: #EEEEEE;*/
}
-.wall-item-like, .wall-item-dislike {
+.wall-item-response {
+ clear: both;
font-style: italic;
margin-left: 0px;
opacity: 0.6;
}
-.wall-item-like.comment, .wall-item-dislike.comment {
+.wall-item-response.comment {
margin-left: 5px;
}
@@ -1372,20 +1373,11 @@ input#dfrn-url {
margin-right: 10px;
}
-.editpost {
- margin-left: 10px;
- float: left;
-}
-.star-item {
- margin-left: 10px;
- float: left;
-}
-.tag-item {
- margin-left: 10px;
- float: left;
-}
-
-.filer-item {
+.editpost,
+.star-item,
+.tag-item,
+.filer-item,
+.event-item {
margin-left: 10px;
float: left;
}
@@ -3990,6 +3982,16 @@ aside input[type='text'] {
opacity: 0.5;
}
+.event-icon {
+ display: block; width: 33px; height: 33px;
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+ opacity: 0.5;
+}
+.event-attend-icon { background-image: url('images/event-attend.png'); }
+.event-maybeattend-icon { background-image: url('images/event-maybeattend.png'); }
+.event-dontattend-icon { background-image: url('images/event-dontattend.png'); }
+
.icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
[class^="comment-edit-bb"] {
diff --git a/view/theme/frost-mobile/templates/wall_thread.tpl b/view/theme/frost-mobile/templates/wall_thread.tpl
index c96129195..377c90242 100644
--- a/view/theme/frost-mobile/templates/wall_thread.tpl
+++ b/view/theme/frost-mobile/templates/wall_thread.tpl
@@ -94,6 +94,12 @@
{{/if}}
+ {{if $item.isevent}}
+
+
+
+ {{/if}}
+
{{**}}
{{if $item.drop.dropping}}{{/if}}
{{**}}
@@ -102,8 +108,12 @@
{{**}}
-
{{$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/frost/style.css b/view/theme/frost/style.css
index 7cf1c8a98..3dd400c76 100644
--- a/view/theme/frost/style.css
+++ b/view/theme/frost/style.css
@@ -1204,22 +1204,22 @@ input#dfrn-url {
border: none;
}
-.wall-item-like, .wall-item-dislike {
+.wall-item-response {
font-style: italic;
margin-left: 0px;
opacity: 0.4;
}
-.wall-item-dislike {
+.wall-item-respose:last-chid {
margin-bottom: 15px;
}
-.wall-item-like:hover, .wall-item-dislike:hover {
+.wall-item-response:hover {
opacity: 1.0;
}
-.wall-item-like.comment, .wall-item-dislike.comment {
+.wall-item-response.comment {
margin-left: 75px;
}
-.wall-item-dislike.comment {
+.wall-item-response.comment:last-chid {
margin-bottom: 0px;
}
@@ -1345,20 +1345,11 @@ input#dfrn-url {
margin-right: 10px;
}
-.editpost {
- margin-left: 10px;
- float: left;
-}
-.star-item {
- margin-left: 10px;
- float: left;
-}
-.tag-item {
- margin-left: 10px;
- float: left;
-}
-
-.filer-item {
+.editpost,
+.star-item ,
+.tag-item,
+.filer-item,
+.event-item {
margin-left: 10px;
float: left;
}
@@ -3831,6 +3822,21 @@ aside input[type='text'] {
opacity: 1.0;
}
+.event-icon {
+ display: block; width: 16px; height: 16px;
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+ opacity: 0.4;
+}
+.event-attend-icon { background-image: url('images/event-attend-16.png'); }
+.event-maybeattend-icon { background-image: url('images/event-maybeattend-16.png'); }
+.event-dontattend-icon { background-image: url('images/event-dontattend-16.png'); }
+
+.filer-icon:hover {
+ opacity: 1.0;
+}
+
+
.icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
/*[class^="comment-edit-bb"] {*/
.comment-edit-bb {
diff --git a/view/theme/frost/templates/wall_thread.tpl b/view/theme/frost/templates/wall_thread.tpl
index 3f98a39eb..0f1dcf75a 100644
--- a/view/theme/frost/templates/wall_thread.tpl
+++ b/view/theme/frost/templates/wall_thread.tpl
@@ -90,17 +90,29 @@
{{if $item.filer}}
{{/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}}