margin: 0px;
padding: 0px;
/*width: 100%; height: 12px; */
-
z-index: 110;
color: #ffffff;
}
overflow: auto;
height: auto;
/*.contact-block-div { width:60px; height: 60px; }*/
-
}
#contact-block .contact-block-h4 {
float: left;
margin-bottom: 2em;
/*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
.action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
-
}
.widget h3 {
padding: 0px;
width: 20em;
margin-top: 0.5em;
}
+.wall-item-container .wall-item-actions-events {
+ float: left;
+ margin-top: 0.5em;
+}
+.wall-item-container .wall-item-actions-events a {
+ margin-right: 3em;
+}
.wall-item-container .wall-item-actions-social {
float: left;
margin-top: 0.5em;
height: 32px;
margin-left: 16px;
/*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
-
}
.comment-edit-preview .contact-photo-menu-button {
top: 15px !important;
min-height: 22px;
padding-top: 6px;
/* a { display: block;}*/
-
}
#photo-caption {
display: block;
margin: 0px;
padding: 0px;
/*width: 100%; height: 12px; */
-
z-index: 110;
color: #ffffff;
}
overflow: auto;
height: auto;
/*.contact-block-div { width:60px; height: 60px; }*/
-
}
#contact-block .contact-block-h4 {
float: left;
margin-bottom: 2em;
/*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
.action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
-
}
.widget h3 {
padding: 0px;
width: 20em;
margin-top: 0.5em;
}
+.wall-item-container .wall-item-actions-events {
+ float: left;
+ margin-top: 0.5em;
+}
+.wall-item-container .wall-item-actions-events a {
+ margin-right: 3em;
+}
.wall-item-container .wall-item-actions-social {
float: left;
margin-top: 0.5em;
height: 32px;
margin-left: 16px;
/*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
-
}
.comment-edit-preview .contact-photo-menu-button {
top: 15px !important;
min-height: 22px;
padding-top: 6px;
/* a { display: block;}*/
-
}
#photo-caption {
display: block;
margin: 0px;
padding: 0px;
/*width: 100%; height: 12px; */
-
z-index: 110;
color: #ffffff;
}
overflow: auto;
height: auto;
/*.contact-block-div { width:60px; height: 60px; }*/
-
}
#contact-block .contact-block-h4 {
float: left;
margin-bottom: 2em;
/*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
.action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
-
}
.widget h3 {
padding: 0px;
width: 20em;
margin-top: 0.5em;
}
+.wall-item-container .wall-item-actions-events {
+ float: left;
+ margin-top: 0.5em;
+}
+.wall-item-container .wall-item-actions-events a {
+ margin-right: 3em;
+}
.wall-item-container .wall-item-actions-social {
float: left;
margin-top: 0.5em;
height: 32px;
margin-left: 16px;
/*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
-
}
.comment-edit-preview .contact-photo-menu-button {
top: 15px !important;
min-height: 22px;
padding-top: 6px;
/* a { display: block;}*/
-
}
#photo-caption {
display: block;
.wall-item-name { font-weight: bold; }
.wall-item-actions-author { float: left; width: 20em; margin-top: 0.5em; }
+ .wall-item-actions-events { float: left; margin-top: 0.5em;
+ a { margin-right: 3em; }
+ }
.wall-item-actions-social { float: left; margin-top: 0.5em;
a { margin-right: 3em; }
}
<a href="#" id="share-{{$item.id}}" title="{{$item.vote.share.0}}" onclick="jotShare({{$item.id}}); return false">{{$item.vote.share.1}}</a>
{{/if}}
{{/if}}
+ {{if $item.isevent}}
+ <div class="clear"></div>
+ <div class="wall-item-actions-isevent">
+ <a href="#" id="attendyes-{{$item.id}}" title="{{$item.attend.0}}" onclick="dolike({{$item.id}},'attendyes'); return false;">{{$item.attend.0}}</a>
+ <a href="#" id="attendno-{{$item.id}}" title="{{$item.attend.1}}" onclick="dolike({{$item.id}},'attendno'); return false;">{{$item.attend.1}}</a>
+ <a href="#" id="attendmaybe-{{$item.id}}" title="{{$item.attend.2}}" onclick="dolike({{$item.id}},'attendmaybe'); return false;">{{$item.attend.2}}</a>
+ </div>
+ {{/if}}
</div>
<div class="wall-item-links"></div>
<div class="wall-item-like" id="wall-item-like-{{$item.id}}">{{$item.like}}</div>
<div class="wall-item-dislike" id="wall-item-dislike-{{$item.id}}">{{$item.dislike}}</div>
+ {{if $item.responses}}
+ {{foreach $item.responses as $verb=>$response}}
+ <div class="wall-item-{{$verb}}" id="wall-item-{{$verb}}-{{$item.id}}">{{$response.output}}</div>
+ {{/foreach}}
+ {{/if}}
</div>
{{if $item.threaded}}{{if $item.comment}}{{if $item.indent==comment}}